On Fri, Nov 4, 2011 at 10:43 PM, Kevin Hilman <[email protected]> wrote: > Tarun Kanti DebBarma <[email protected]> writes: > >> Call runtime pm APIs pm_runtime_get_sync() and pm_runtime_put_sync() >> for enabling/disabling clocks appropriately. Remove syscore_ops and >> instead use SET_RUNTIME_PM_OPS macro. >> >> Signed-off-by: Charulatha V <[email protected]> >> Signed-off-by: Tarun Kanti DebBarma <[email protected]> >> Reviewed-by: Santosh Shilimkar <[email protected]> >> --- >> arch/arm/mach-omap2/gpio.c | 2 - >> drivers/gpio/gpio-omap.c | 67 >> +++++++++++++++++++++++++++++--------------- >> 2 files changed, 44 insertions(+), 25 deletions(-) >> >> diff --git a/arch/arm/mach-omap2/gpio.c b/arch/arm/mach-omap2/gpio.c >> index 5ae1cf3..a992802 100644 >> --- a/arch/arm/mach-omap2/gpio.c >> +++ b/arch/arm/mach-omap2/gpio.c >> @@ -146,8 +146,6 @@ static int omap2_gpio_dev_init(struct omap_hwmod *oh, >> void *unused) >> return PTR_ERR(od); >> } >> >> - omap_device_disable_idle_on_suspend(od); >> - > > No description in the changelog about this change. (Yes, I understand > why it's removed, but it needs to be described in the changelog so when > I forget, I'll have a way to remember.) Yes, I will put a description explaining that this is not needed after driver is runtime adapted. -- Tarun > > Kevin > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCH v8 03/24] gpio/omap: make gpio_context part o... Tarun Kanti DebBarma
- [PATCH v8 02/24] gpio/omap: use flag to identify wak... Tarun Kanti DebBarma
- [PATCH v8 15/24] gpio/omap: fix bankwidth for OMAP7x... Tarun Kanti DebBarma
- [PATCH v8 08/24] gpio/omap: use level/edge detect re... Tarun Kanti DebBarma
- [PATCH v8 23/24] gpio/omap: restore OE only after se... Tarun Kanti DebBarma
- [PATCH v8 18/24] gpio/omap: optimize suspend and res... Tarun Kanti DebBarma
- [PATCH v8 24/24] gpio/omap: handle set_dataout reg c... Tarun Kanti DebBarma
- Re: [PATCH v8 24/24] gpio/omap: handle set_data... Kevin Hilman
- [PATCH v8 16/24] gpio/omap: use pm-runtime framework Tarun Kanti DebBarma
- Re: [PATCH v8 16/24] gpio/omap: use pm-runtime ... Kevin Hilman
- Re: [PATCH v8 16/24] gpio/omap: use pm-runt... DebBarma, Tarun Kanti
- [PATCH v8 20/24] gpio/omap: remove omap_gpio_save_co... Tarun Kanti DebBarma
- [PATCH v8 01/24] gpio/omap: remove dependency on gpi... Tarun Kanti DebBarma
- [PATCH v8 19/24] gpio/omap: cleanup prepare_for_idle... Tarun Kanti DebBarma
- [PATCH v8 21/24] gpio/omap: save and restore debounc... Tarun Kanti DebBarma
- [PATCH v8 12/24] gpio/omap: use pinctrl offset inste... Tarun Kanti DebBarma
- [PATCH v8 11/24] gpio/omap: cleanup omap_gpio_mod_in... Tarun Kanti DebBarma
- [PATCH v8 07/24] gpio/omap: further cleanup using wk... Tarun Kanti DebBarma
- [PATCH v8 17/24] gpio/omap: fix debounce clock handl... Tarun Kanti DebBarma
- [PATCH v8 13/24] gpio/omap: remove unnecessary bit-m... Tarun Kanti DebBarma
- [PATCH v8 04/24] gpio/omap: handle save/restore cont... Tarun Kanti DebBarma
