[PATCH 0/8] ARM: at91: prepare the move to common clk framework
Boris BREZILLON
b.brezillon at overkiz.com
Wed Jun 19 07:11:03 EDT 2013
Hello,
This patch series was formerly part of the at91 common clk patch series.
It prepares the move to common clk framework by replacing all the
clk_enable and clk_disable calls by clk_prepare_unable and
clk_disable_unprepare to avoid common clock framework warnings.
This patch series was taken out of the at91 common clk patch series
beacuse it does not rely on any other patches and have a low impact
on the drivers (can be merge faster).
Please tell me if I missed drivers using at91 PMC clks.
Best Regards,
Boris
Changes since v1:
- add clk_prepare_enable return check
- fix a deadlock in atmel-mci (missing spin_unlock)
- remove already applied patches (atmel-ssc and pwm-atmel-tcb)
Boris BREZILLON (8):
ARM: at91/tc/clocksource: replace clk_enable/disable with
clk_prepare_enable/disable_unprepare.
at_hdmac: prepare clk before calling enable
mmc: atmel-mci: prepare clk before calling enable
tty: atmel_serial: prepare clk before calling enable
usb: gadget: at91_udc: prepare clk before calling enable
ehci-atmel.c: prepare clk before calling enable
USB: ohci-at91: prepare clk before calling enable
at91/avr32/atmel_lcdfb: prepare clk before calling enable
drivers/clocksource/tcb_clksrc.c | 10 ++++-----
drivers/dma/at_hdmac.c | 17 +++++++++------
drivers/mmc/host/atmel-mci.c | 29 ++++++++++++++++++--------
drivers/tty/serial/atmel_serial.c | 41 ++++++++++++++++++++++++++++---------
drivers/usb/gadget/at91_udc.c | 14 +++++++------
drivers/usb/host/ehci-atmel.c | 8 ++++----
drivers/usb/host/ohci-at91.c | 12 +++++------
drivers/video/atmel_lcdfb.c | 8 ++++----
8 files changed, 89 insertions(+), 50 deletions(-)
--
1.7.9.5
More information about the linux-arm-kernel
mailing list