All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] Enable X-Gene platform reboot driver.
@ 2014-01-15  1:07 ` Feng Kan
  0 siblings, 0 replies; 13+ messages in thread
From: Feng Kan @ 2014-01-15  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

Enable X-Gene platform driver for the X-Gene platform. Change the
driver to use syscon to access the system clock unit's system
reset register.

V2 Change:
	- Add support for using ACPI resource.

V3 Change:
	- Remove the reboot driver's use of acpi resource patch.
	- Change the reboot driver to use syscon to parse out 
	  system clock register. Remove the old method of getting
	  register from the reboot driver directly.
	- Remove documentation since its now simple.

Feng Kan (3):
  arm64: add reboot dts entry for X-Gene platform.
  arm64: Enable system reset via arch Kconfig for X-Gene system.
  power: reset: use syscon driver to parse reboot register from scu

 arch/arm64/Kconfig                 |    2 ++
 arch/arm64/boot/dts/apm-storm.dtsi |   10 ++++++++++
 drivers/power/reset/xgene-reboot.c |   33 +++++++++++++++++----------------
 3 files changed, 29 insertions(+), 16 deletions(-)

-- 
1.7.6.1

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

end of thread, other threads:[~2014-01-17 17:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15  1:07 [PATCH V3 0/3] Enable X-Gene platform reboot driver Feng Kan
2014-01-15  1:07 ` Feng Kan
2014-01-15  1:07 ` [PATCH V3 1/3] arm64: add reboot dts entry for X-Gene platform Feng Kan
2014-01-15  1:07   ` Feng Kan
2014-01-15  1:07 ` [PATCH V3 2/3] arm64: Enable system reset via arch Kconfig for X-Gene system Feng Kan
2014-01-15  1:07   ` Feng Kan
2014-01-15  1:07 ` [PATCH V3 3/3] power: reset: use syscon driver to parse reboot register from scu Feng Kan
2014-01-15  1:07   ` Feng Kan
2014-01-17 16:52   ` Arnd Bergmann
2014-01-17 16:52     ` Arnd Bergmann
2014-01-17 16:59     ` Alexander Shiyan
2014-01-17 16:59       ` Alexander Shiyan
2014-01-17 16:59       ` Alexander Shiyan

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.