From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] More 'generic' vexpress poweroff/restart driver
Date: Tue, 19 Mar 2013 18:06:38 +0000 [thread overview]
Message-ID: <1363716400-9002-1-git-send-email-catalin.marinas@arm.com> (raw)
Hi,
These patches move the vexpress poweroff/restart code to
driver/power/reset/ so that it can be used on arm64. The only
non-generic feature is the setting of the arm_pm_restart variable but I
can probably live with this under arm64.
Thanks.
Catalin Marinas (2):
arm: vexpress: Move the poweroff/restart code to drivers/power/reset
arm: vexpress: Decouple vexpress-poweroff implementation from
machine_desc
arch/arm/mach-vexpress/Kconfig | 3 +++
arch/arm/mach-vexpress/Makefile | 2 +-
arch/arm/mach-vexpress/v2m.c | 5 -----
drivers/power/reset/Kconfig | 7 +++++++
drivers/power/reset/Makefile | 3 ++-
.../reset.c => drivers/power/reset/vexpress-poweroff.c | 9 +++++++--
include/linux/vexpress.h | 3 ---
7 files changed, 20 insertions(+), 12 deletions(-)
rename arch/arm/mach-vexpress/reset.c => drivers/power/reset/vexpress-poweroff.c (93%)
next reply other threads:[~2013-03-19 18:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 18:06 Catalin Marinas [this message]
2013-03-19 18:06 ` [PATCH 1/2] arm: vexpress: Move the poweroff/restart code to drivers/power/reset Catalin Marinas
2013-03-19 18:06 ` [PATCH 2/2] arm: vexpress: Decouple vexpress-poweroff implementation from machine_desc Catalin Marinas
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=1363716400-9002-1-git-send-email-catalin.marinas@arm.com \
--to=catalin.marinas@arm.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).