linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: fkan@apm.com (Feng Kan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V8 0/6] Add X-Gene platform reboot mechanism
Date: Tue,  8 Jul 2014 19:15:47 -0700	[thread overview]
Message-ID: <1404872153-3594-1-git-send-email-fkan@apm.com> (raw)

Enable reboot driver for the X-Gene platform. Add generic syscon reboot
driver.

V8 Change:
	- change Kconfig to depend on ARM || ARM64 || COMPILE_TEST

V7 Change:
	- Seem V3 on, the patches were not making in to the mailinglist.
	- Fix build error produced by other ARCH while including this
	  driver. Set to depend on arm64 ARCH for now.

V6 Change:
	- Add documentation for scu node.

V5 Change:
	- Documentation update, endian and access size.

V4 Change:
	- Remove old X-Gene reboot driver
	- Add generic syscon reboot driver
	- Add DTS and Kconfig for X-Gene reboot using syscon method

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.

V2 Change:
	- Add support for using ACPI resource.


Feng Kan (6):
  power: reset: Add generic SYSCON register mapped reset
  Documentation: power: reset: Add documentation for generic SYSCON
    reboot driver
  Documentation: arm64: add SCU dts binding documentation to linux
    kernel
  arm64: dts: Add X-Gene reboot driver dts node
  arm64: Select reboot driver for X-Gene platform
  power: reset: Remove X-Gene reboot driver

 Documentation/devicetree/bindings/arm/apm/scu.txt  |  17 ++++
 .../bindings/power/reset/syscon-reboot.txt         |  23 +++++
 arch/arm64/Kconfig                                 |   2 +
 arch/arm64/boot/dts/apm-storm.dtsi                 |  12 +++
 drivers/power/reset/Kconfig                        |  13 ++-
 drivers/power/reset/Makefile                       |   2 +-
 drivers/power/reset/syscon-reboot.c                |  91 ++++++++++++++++++
 drivers/power/reset/xgene-reboot.c                 | 103 ---------------------
 8 files changed, 152 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/apm/scu.txt
 create mode 100644 Documentation/devicetree/bindings/power/reset/syscon-reboot.txt
 create mode 100644 drivers/power/reset/syscon-reboot.c
 delete mode 100644 drivers/power/reset/xgene-reboot.c

-- 
1.9.1

             reply	other threads:[~2014-07-09  2:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09  2:15 Feng Kan [this message]
2014-07-09  2:15 ` [PATCH V8 1/6] power: reset: Add generic SYSCON register mapped reset Feng Kan
2014-07-09  3:54   ` Guenter Roeck
2014-07-09 21:15     ` Feng Kan
2014-07-09 21:27       ` Guenter Roeck
2014-07-09  2:15 ` [PATCH V8 2/6] Documentation: power: reset: Add documentation for generic SYSCON reboot driver Feng Kan
2014-07-09  2:15 ` [PATCH V8 3/6] Documentation: arm64: add SCU dts binding documentation to linux kernel Feng Kan
2014-07-09  2:15 ` [PATCH V8 4/6] arm64: dts: Add X-Gene reboot driver dts node Feng Kan
2014-07-09  2:15 ` [PATCH V8 5/6] arm64: Select reboot driver for X-Gene platform Feng Kan
2014-07-09  2:15 ` [PATCH V8 6/6] power: reset: Remove X-Gene reboot driver Feng Kan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404872153-3594-1-git-send-email-fkan@apm.com \
    --to=fkan@apm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).