All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM: at91: prepare transition to common clk framework
@ 2013-06-25  8:08 ` Boris BREZILLON
  0 siblings, 0 replies; 22+ messages in thread
From: Boris BREZILLON @ 2013-06-25  8:08 UTC (permalink / raw)
  To: Nicolas Ferre, Ludovic Desroches, Jean-Christophe Plagniol-Villard
  Cc: linux-arm-kernel, linux-kernel, Boris BREZILLON

Hello,

This patch series prepares the transition 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.

Best Regards,
Boris

Changes since v1:
 - remove unneeded clk_unprepare in mci driver
 - remove already applied patches (ehci, ohci, dma and serial)

Changes since common clk patch series:
 - 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 (4):
  ARM: at91/tc/clocksource: replace clk_enable/disable with
    clk_prepare_enable/disable_unprepare.
  mmc: atmel-mci: prepare clk before calling enable
  usb: gadget: at91_udc: prepare clk before calling enable
  at91/avr32/atmel_lcdfb: prepare clk before calling enable

 drivers/clocksource/tcb_clksrc.c |   10 +++++-----
 drivers/mmc/host/atmel-mci.c     |   27 ++++++++++++++++++---------
 drivers/usb/gadget/at91_udc.c    |   14 ++++++++------
 drivers/video/atmel_lcdfb.c      |    8 ++++----
 4 files changed, 35 insertions(+), 24 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-07-03 11:51 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-25  8:08 [PATCH v2 0/4] ARM: at91: prepare transition to common clk framework Boris BREZILLON
2013-06-25  8:08 ` Boris BREZILLON
2013-06-25  8:10 ` [PATCH v2 1/4] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare Boris BREZILLON
2013-06-25  8:10   ` Boris BREZILLON
2013-06-25  8:11 ` [PATCH v2 2/4] mmc: atmel-mci: prepare clk before calling enable Boris BREZILLON
2013-06-25  8:11   ` Boris BREZILLON
2013-06-28  7:44   ` Nicolas Ferre
2013-06-28  7:44     ` Nicolas Ferre
2013-06-28  7:44     ` Nicolas Ferre
2013-06-28  8:06     ` boris brezillon
2013-06-28  8:06       ` boris brezillon
2013-06-25  8:12 ` [PATCH v2 3/4] usb: gadget: at91_udc: " Boris BREZILLON
2013-06-25  8:12   ` Boris BREZILLON
2013-06-25  8:14 ` [PATCH v2 4/4] at91/avr32/atmel_lcdfb: " Boris BREZILLON
2013-06-25  8:14   ` Boris BREZILLON
2013-06-25  8:14   ` Boris BREZILLON
2013-06-25  8:16   ` Nicolas Ferre
2013-06-25  8:16     ` Nicolas Ferre
2013-06-25  8:16     ` Nicolas Ferre
2013-07-03 11:10     ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-03 11:10       ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-03 11:10       ` Jean-Christophe PLAGNIOL-VILLARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.