Re: [PATCH v4 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-22 Thread Kevin Hilman
Ulrik Bech Hald writes: > This patch series enables support for IVA2 and SECURE > WDTs, available on omap34xx. > The WDTs will be accessible (when present on device) through: > MPU: /dev/watchdog > SECURE: /dev/watchdog_secure > IVA2: /dev/watchdog_iva2 > > Tested on Zoom1 OMAP3 platform

[PATCH v4 0/2] watchdog:OMAP3:Add support for IVA2, SECURE WDTs

2009-06-17 Thread Ulrik Bech Hald
This patch series enables support for IVA2 and SECURE WDTs, available on omap34xx. The WDTs will be accessible (when present on device) through: MPU:/dev/watchdog SECURE: /dev/watchdog_secure IVA2: /dev/watchdog_iva2 Tested on Zoom1 OMAP3 platform Signed-off-by: Ulrik Bech Hald --- This pa