RE: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Varadarajan, Charulatha
; p...@pwsan.com; Cousson, Benoit; Nayak, Rajendra; Basak, Partha Subject: Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way Hi Charu, Varadarajan, Charulatha ch...@ti.com writes: Series of patches to port watchdog module to use hwmod APIs for OMAP2PLUS chips and use runtime

Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Kevin Hilman
...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; p...@pwsan.com; Cousson, Benoit; Nayak, Rajendra; Basak, Partha Subject: Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way Hi Charu, Varadarajan, Charulatha ch...@ti.com writes: Series of patches to port watchdog module to use hwmod

RE: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Varadarajan, Charulatha
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] snip I found a little snag with this series. Try testing with omap2plus_defconfig and changing CONFIG_OMAP_WATCHDOG=n. If CONFIG_OMAP_WATCHDOG is not enabled in the kernel config, the system

Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] Instead, I would rather have a small piece of code in omap_init_wdt() which disarms the watchdog so we don't have any assumptions about bootloader behavior. The question remains whether this disarm should be #ifndef CONFIG_OMAP_WATCHDOG

Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-28 Thread Kevin Hilman
Hi Charu, Varadarajan, Charulatha ch...@ti.com writes: Series of patches to port watchdog module to use hwmod APIs for OMAP2PLUS chips and use runtime APIs for all OMAP chips. For this hwmod database for OMAP2PLUS watchdog instances are populated and implements watchdog module to use PM

[PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-23 Thread Varadarajan, Charulatha
Series of patches to port watchdog module to use hwmod APIs for OMAP2PLUS chips and use runtime APIs for all OMAP chips. For this hwmod database for OMAP2PLUS watchdog instances are populated and implements watchdog module to use PM runtime APIs. This patch series is generated on origin/pm-core