All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ata: sata_rcar: Add rudimentary Runtime PM support
@ 2018-07-20 12:27 Geert Uytterhoeven
  2018-07-20 12:27 ` [PATCH 1/2] ata: sata_rcar: Provide a short-hand for &pdev->dev Geert Uytterhoeven
  2018-07-20 12:27 ` [PATCH 2/2] ata: sata_rcar: Add rudimentary Runtime PM support Geert Uytterhoeven
  0 siblings, 2 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-07-20 12:27 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Wolfram Sang, linux-ide, linux-renesas-soc, Geert Uytterhoeven

	Hi Tejun,

This patch series replaces the explicit clock handling in the Reneas
R-Car SATA driver by proper Runtime PM calls.

Besides making the driver more generic and independent of actual SoC
clock/power hierarchies, this is also needed to support virtualization,
where the guest cannot be in full control of power management due to
isolation.

For now the device is just powered at probe time, like before.
Further PM optimizations can be done later.

Thanks!

Geert Uytterhoeven (2):
  ata: sata_rcar: Provide a short-hand for &pdev->dev
  ata: sata_rcar: Add rudimentary Runtime PM support

 drivers/ata/sata_rcar.c | 52 +++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 28 deletions(-)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2018-07-25 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 12:27 [PATCH 0/2] ata: sata_rcar: Add rudimentary Runtime PM support Geert Uytterhoeven
2018-07-20 12:27 ` [PATCH 1/2] ata: sata_rcar: Provide a short-hand for &pdev->dev Geert Uytterhoeven
2018-07-20 15:29   ` Sergei Shtylyov
2018-07-23 15:19   ` Tejun Heo
2018-07-25 19:10   ` Wolfram Sang
2018-07-20 12:27 ` [PATCH 2/2] ata: sata_rcar: Add rudimentary Runtime PM support Geert Uytterhoeven
2018-07-20 15:37   ` Sergei Shtylyov
2018-07-25 19:11   ` Wolfram Sang

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.