Re: [PATCH 2/7] irqchip: renesas-irqc: Add minimal runtime PM support

2015-03-18 Thread Simon Horman
On Wed, Mar 18, 2015 at 07:55:56PM +0100, Geert Uytterhoeven wrote: > This is just enough to let pm_clk_*() enable the functional clock, and > manage it for suspend/resume, if present. > Before, it was assumed enabled by the bootloader or reset state. > > Signed-off-by: Geert Uytterhoeven

[PATCH 2/7] irqchip: renesas-irqc: Add minimal runtime PM support

2015-03-18 Thread Geert Uytterhoeven
This is just enough to let pm_clk_*() enable the functional clock, and manage it for suspend/resume, if present. Before, it was assumed enabled by the bootloader or reset state. Signed-off-by: Geert Uytterhoeven --- drivers/irqchip/irq-renesas-irqc.c | 8 1 file changed, 8

Re: [PATCH 2/7] irqchip: renesas-irqc: Add minimal runtime PM support

2015-03-18 Thread Simon Horman
On Wed, Mar 18, 2015 at 07:55:56PM +0100, Geert Uytterhoeven wrote: This is just enough to let pm_clk_*() enable the functional clock, and manage it for suspend/resume, if present. Before, it was assumed enabled by the bootloader or reset state. Signed-off-by: Geert Uytterhoeven

[PATCH 2/7] irqchip: renesas-irqc: Add minimal runtime PM support

2015-03-18 Thread Geert Uytterhoeven
This is just enough to let pm_clk_*() enable the functional clock, and manage it for suspend/resume, if present. Before, it was assumed enabled by the bootloader or reset state. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- drivers/irqchip/irq-renesas-irqc.c | 8 1 file