[PATCH v5 0/8] Add board support for TS-4600
From: Sebastien Bourdelin <hidden>
Date: 2017-08-03 19:32:39
Also in:
linux-devicetree, linux-watchdog, lkml
On 08/02/2017 09:26 PM, Shawn Guo wrote:
On Fri, Jul 14, 2017 at 04:32:10PM -0400, Sebastien Bourdelin wrote:quoted
This patch serie adds support for the TS-4600 boards rev A and B. These boards, manufactured by Technologic Systems, are based on an i.MX28. This serie include the support for the watchdog which could be enable at Linux boot time depending on the bootloader. The watchdog and few peripherals are implemented in a FPGA, and can only be access using a custom GPIOs bit-banged bus which is called the NBUS by Technologic Systems. A driver for this bus is also included and used by the watchdog. Sebastien Bourdelin (8): of: documentation: add bindings documentation for TS-4600 ARM: dts: TS-4600: add basic device tree dt-bindings: bus: Add documentation for the Technologic Systems NBUS bus: add driver for the Technologic Systems NBUS ARM: dts: TS-4600: add NBUS support dt-bindings: watchdog: add documentation for TS4600 watchdog controller watchdog: TS-4600: add driver for TS-4600 watchdog controller ARM: dts: TS-4600: add watchdog supportYou are mixing changes on 3 subsystem in a single patch series. It makes the merge process unnecessarily hard. I suggest you split the series as following: - nbus dt-bindings and driver - watchdog dt-bindings and driver - ts-4600 board bindings and dts You should get the first two into mainline through corresponding subsystem tree, and then submit the last one to me. In that case, NBUS and watchdog dts changes do not have to be separate patches. Shawn
Hi Shawn, Thanks i understand, however if it's ok, i would like to process in the same time with the TS4600 board bindings and initial dts without the part related to the nbus and watchdog. There is no dependencies here and we can accellerate the process. Regards, Sebastien.