Re: [PATCH] irqchip/gic-pm: Update driver to use of_pm_clk_add_clk

2016-08-17 Thread Jon Hunter
Hi Marc, On 17/08/16 10:59, Marc Zyngier wrote: > Hi Jon, > > On 16/08/16 11:14, Jon Hunter wrote: >> Commit 498b5fdd40dd ("PM / clk: Add support for adding a specific clock >> from device-tree") add a new helper function for adding a clock from >> device-tree to a device. Update the GIC-PM drive

Re: [PATCH] irqchip/gic-pm: Update driver to use of_pm_clk_add_clk

2016-08-17 Thread Marc Zyngier
Hi Jon, On 16/08/16 11:14, Jon Hunter wrote: > Commit 498b5fdd40dd ("PM / clk: Add support for adding a specific clock > from device-tree") add a new helper function for adding a clock from > device-tree to a device. Update the GIC-PM driver to use this new > function to simplify the driver. > >