Re: [v2,2/3] watchdog: max63xx: add GPIO support

2015-06-29 Thread Vivien Didelot
Hi Guenter, On Jun 27, 2015, at 12:17 PM, Guenter Roeck li...@roeck-us.net wrote: > On 06/22/2015 01:43 PM, Vivien Didelot wrote: >> Hi Guenter, >> >> On Jun 22, 2015, at 12:53 PM, Guenter Roeck li...@roeck-us.net wrote: >>> On Wed, Jun 17, 2015 at 06:58:59PM -0400, Vivien Didelot wrote: Int

Re: [v2,2/3] watchdog: max63xx: add GPIO support

2015-06-27 Thread Guenter Roeck
On 06/22/2015 01:43 PM, Vivien Didelot wrote: Hi Guenter, On Jun 22, 2015, at 12:53 PM, Guenter Roeck li...@roeck-us.net wrote: On Wed, Jun 17, 2015 at 06:58:59PM -0400, Vivien Didelot wrote: Introduce a new struct max63xx_platform_data to support MAX63xx watchdog chips connected via GPIO. A p

Re: [v2,2/3] watchdog: max63xx: add GPIO support

2015-06-22 Thread Vivien Didelot
Hi Guenter, On Jun 22, 2015, at 12:53 PM, Guenter Roeck li...@roeck-us.net wrote: > On Wed, Jun 17, 2015 at 06:58:59PM -0400, Vivien Didelot wrote: >> Introduce a new struct max63xx_platform_data to support MAX63xx watchdog >> chips connected via GPIO. A platform code can fill this structure with

Re: [v2,2/3] watchdog: max63xx: add GPIO support

2015-06-22 Thread Guenter Roeck
Hi Vivien, On Wed, Jun 17, 2015 at 06:58:59PM -0400, Vivien Didelot wrote: > Introduce a new struct max63xx_platform_data to support MAX63xx watchdog > chips connected via GPIO. A platform code can fill this structure with > GPIO numbers for WDI and WDSET pins to enable GPIO support in the code. >