On Fri, Jun 3, 2016 at 2:15 PM, Helmut Grohne <h.grohne@xxxxxxxxxx> wrote: > When the PM initialization was moved in the commit referenced below, the > code enabling the clock was removed from the probe function. On > CONFIG_PM=y kernels, this is not a problem as the pm resume hook enables > the clock, but when power management is disabled, all those pm_* > functions are noops and the clock is never enabled resulting in a > dysfunctional gpio controller. > > Put the clock initialization back to support CONFIG_PM=n. > > Signed-off-by: Helmut Grohne <h.grohne@xxxxxxxxxx> > Fixes: 3773c195d387 ("gpio: zynq: Do PM initialization earlier to support gpio hogs") This v2 patch applied for fixes and tagged for stable. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html