alistair23-linux/drivers/clk/ux500
Linus Walleij 2630b17b6e clk: ux500: fix bit error
This fixes a bit error in the U8500 clock implementation: the
unused p2_pclk12 registered at bit 12 in periphereral group 6
was defined as using bit 11 rather than bit 12.

When walking over and disabling the unused clocks in the tree
at late init time, p2_pclk12 was disabled, by effectively
clearing the but for p2_pclk11 instead of bit 12 as it should
have, thus disabling gpio block 6 and 7.

Reported-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Philippe Begnic <philippe.begnic@st.com>
Cc: stable@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2012-12-04 10:33:53 -08:00
..
abx500-clk.c clk: ux500: Initial support for abx500 clock driver 2012-11-26 08:14:12 -08:00
clk-prcc.c
clk-prcmu.c clk: ux500: Support for prcmu_scalable_rate clock 2012-11-09 16:47:06 -08:00
clk.h clk: ux500: Support for prcmu_scalable_rate clock 2012-11-09 16:47:06 -08:00
Makefile clk: ux500: Initial support for abx500 clock driver 2012-11-26 08:14:12 -08:00
u8500_clk.c clk: ux500: fix bit error 2012-12-04 10:33:53 -08:00
u8540_clk.c
u9540_clk.c