linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] amba: Drop legacy PM support and some other PM improvements
@ 2013-12-03 10:04 Ulf Hansson
  2013-12-03 10:04 ` [PATCH 1/6] ALSA: AACI: Convert to modern PM ops Ulf Hansson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ulf Hansson @ 2013-12-03 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set start by converting a few AMBA drivers to use the modern PM ops.
Once the final driver is converted we are able to remove the legacy PM support
in the AMBA bus in patch 4.

Patch 5 is a cleanup patch related to clocks. Patch 6 improves the runtime PM
support around clock handling.

Ulf Hansson (6):
  ALSA: AACI: Convert to modern PM ops
  serial: pl010: Convert to modern PM ops
  serial: pl011: Convert to modern PM ops
  amba: Drop legacy PM support and use the pm_generic functions
  amba: Convert to clk_prepare_enable and clk_disable_unprepare
  amba: Add clk_prepare|unprepare in runtime PM callbacks

 drivers/amba/bus.c              |  214 +++------------------------------------
 drivers/tty/serial/amba-pl010.c |   15 +--
 drivers/tty/serial/amba-pl011.c |   17 ++--
 sound/arm/aaci.c                |   23 ++---
 4 files changed, 43 insertions(+), 226 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-03 16:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 10:04 [PATCH 0/6] amba: Drop legacy PM support and some other PM improvements Ulf Hansson
2013-12-03 10:04 ` [PATCH 1/6] ALSA: AACI: Convert to modern PM ops Ulf Hansson
2013-12-03 16:45   ` Takashi Iwai
2013-12-03 10:04 ` [PATCH 2/6] serial: pl010: " Ulf Hansson
2013-12-03 10:04 ` [PATCH 3/6] serial: pl011: " Ulf Hansson
2013-12-03 10:04 ` [PATCH 4/6] amba: Drop legacy PM support and use the pm_generic functions Ulf Hansson
2013-12-03 10:04 ` [PATCH 5/6] amba: Convert to clk_prepare_enable and clk_disable_unprepare Ulf Hansson
2013-12-03 10:09   ` Russell King - ARM Linux
2013-12-03 10:35     ` Ulf Hansson
2013-12-03 10:04 ` [PATCH 6/6] amba: Add clk_prepare|unprepare in runtime PM callbacks Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).