Re: [PATCH] watchdog: iop_wdt only builds for mach-iop13xx

2014-05-26 Thread Wim Van Sebroeck
Hi Arnd, > All three iop variants we support in Linux (iop32x, iop33x and > iop13xx) seem to have support for the watchdog hardware, but this > driver fails to build for the first two of these because it > uses the IOP13XX_WDTCR_IB_RESET macro that is only defined for > iop13xx. > > This clarifie

Re: [PATCH] watchdog: iop_wdt only builds for mach-iop13xx

2014-05-08 Thread Guenter Roeck
On Thu, May 08, 2014 at 04:56:19PM +0200, Arnd Bergmann wrote: > All three iop variants we support in Linux (iop32x, iop33x and > iop13xx) seem to have support for the watchdog hardware, but this > driver fails to build for the first two of these because it > uses the IOP13XX_WDTCR_IB_RESET macro t

[PATCH] watchdog: iop_wdt only builds for mach-iop13xx

2014-05-08 Thread Arnd Bergmann
All three iop variants we support in Linux (iop32x, iop33x and iop13xx) seem to have support for the watchdog hardware, but this driver fails to build for the first two of these because it uses the IOP13XX_WDTCR_IB_RESET macro that is only defined for iop13xx. This clarifies the dependency in Kcon