linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ARM: at91: cpuidle: encapsulate and move the driver to drivers/cpuidle
@ 2013-09-26 16:06 Daniel Lezcano
  2013-09-26 16:06 ` [RFC PATCH 1/2] ARM: at91: cpuidle: convert to platform driver Daniel Lezcano
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Lezcano @ 2013-09-26 16:06 UTC (permalink / raw)
  To: linux, nicolas.ferre, plagnioj; +Cc: linux-arm-kernel, linux-pm

Several patches were send to encapsulate the standby code.

Creating a platform driver model allows to finish to encapsulate this code more
and make possible to move the driver to the drivers/cpuidle directory.

I was not able to test the patchset, I don't have the hardware.

Daniel Lezcano (2):
  ARM: at91: cpuidle: convert to platform driver
  ARM: at91: cpuidle: Move driver to drivers/cpuidle

 arch/arm/mach-at91/Makefile    |    1 -
 arch/arm/mach-at91/cpuidle.c   |   68 ---------------------------------------
 arch/arm/mach-at91/pm.c        |   16 +++++++++-
 drivers/cpuidle/Kconfig.arm    |    6 ++++
 drivers/cpuidle/Makefile       |    1 +
 drivers/cpuidle/cpuidle-at91.c |   69 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 91 insertions(+), 70 deletions(-)
 delete mode 100644 arch/arm/mach-at91/cpuidle.c
 create mode 100644 drivers/cpuidle/cpuidle-at91.c

-- 
1.7.9.5


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 16:06 [RFC PATCH 0/2] ARM: at91: cpuidle: encapsulate and move the driver to drivers/cpuidle Daniel Lezcano
2013-09-26 16:06 ` [RFC PATCH 1/2] ARM: at91: cpuidle: convert to platform driver Daniel Lezcano
2013-09-26 16:06 ` [RFC PATCH 2/2] ARM: at91: cpuidle: Move driver to drivers/cpuidle Daniel Lezcano
2013-10-03 12:59   ` Bartlomiej Zolnierkiewicz
2013-10-02 13:01 ` [RFC PATCH 0/2] ARM: at91: cpuidle: encapsulate and move the " Daniel Lezcano

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).