[PATCH 0/2] pinctrl: at91: fix clk handling in suspend/resume funcs
Boris BREZILLON
b.brezillon at overkiz.com
Sun Dec 15 13:30:50 EST 2013
Hello,
This patch series replaces clk_prepare + clk_enable or
clk_disable + clk_unprepare calls by single clk_prepapre_enable and
clk_disable_unprepare calls.
It also fixes the clk disable + unprepare order in the suspend function of the
pinctrl driver (unprepare must be called after disable).
Best Regards,
Boris
Boris BREZILLON (2):
pinctrl: at91: fix clk_unprepare and clk_disable order
pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enable
drivers/pinctrl/pinctrl-at91.c | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
--
1.7.9.5
More information about the linux-arm-kernel
mailing list