Re: [PATCH 6/6] watchdog: ts4600: add driver for TS-4600 watchdog

2016-12-22 Thread Guenter Roeck
On 12/14/2016 03:12 PM, Sebastien Bourdelin wrote: This watchdog is instantiated in a FPGA and can only be access using a GPIOs bit-banged bus, called the NBUS by Technologic Systems. The watchdog is made of only one register, called the feed register. Writing to this register will re-arm the wat

Re: [PATCH 6/6] watchdog: ts4600: add driver for TS-4600 watchdog

2016-12-19 Thread Rob Herring
On Wed, Dec 14, 2016 at 06:12:36PM -0500, Sebastien Bourdelin wrote: > This watchdog is instantiated in a FPGA and can only be access using a > GPIOs bit-banged bus, called the NBUS by Technologic Systems. > The watchdog is made of only one register, called the feed register. > Writing to this regi

Re: [PATCH 6/6] watchdog: ts4600: add driver for TS-4600 watchdog

2016-12-15 Thread kbuild test robot
Hi Sebastien, [auto build test ERROR on linus/master] [also build test ERROR on v4.9] [cannot apply to next-20161215] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sebastien-Bourdelin/of-docume

[PATCH 6/6] watchdog: ts4600: add driver for TS-4600 watchdog

2016-12-14 Thread Sebastien Bourdelin
This watchdog is instantiated in a FPGA and can only be access using a GPIOs bit-banged bus, called the NBUS by Technologic Systems. The watchdog is made of only one register, called the feed register. Writing to this register will re-arm the watchdog for a given time (and enable it if it was disab