From: Shuah Khan <shuah.kh@samsung.com>
To: rjw@rjwysocki.net
Cc: Shuah Khan <shuah.kh@samsung.com>,
heiko.carstens@de.ibm.com, chris@printf.net, shuahkhan@gmail.com,
dwalker@fifo99.com, ingo.tuchscherer@de.ibm.com,
sonic.zhang@analog.com, linux-s390@vger.kernel.org,
linux@arm.linux.org.uk, davidb@codeaurora.org,
linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-pcmcia@lists.infradead.org,
adi-buildroot-devel@lists.sourceforge.net,
mirq-linux@rere.qmqm.pl, ian@mnementh.co.uk,
manuel.lauss@gmail.com, linux-arm-kernel@lists.infradead.org,
gregkh@linuxfoundation.org, linux-mmc@vger.kernel.org,
linux-kernel@vger.kernel.org, schwidefsky@de.ibm.com,
linux390@de.ibm.com, linuxppc-dev@lists.ozlabs.org
Subject: [RFT][PATCH 00/12] change drivers power management to use dev_pm_ops
Date: Mon, 10 Feb 2014 09:12:23 -0700 [thread overview]
Message-ID: <cover.1392040064.git.shuah.kh@samsung.com> (raw)
Change drivers to register pm ops using dev_pm_ops instead of legacy pm_ops.
.pm hooks call existing legacy suspend and resume interfaces by passing in
the right pm state. Bus drivers suspend and resume routines call .pm driver
hooks if found.
Shuah Khan (12):
arm: change locomo platform and bus power management to use
dev_pm_ops
arm: change sa1111 platform and bus power management to use
dev_pm_ops
arm: change scoop platform power management to use dev_pm_ops
drivers/macintosh/adb: change platform power managemnet to use
dev_pm_ops
mmc: change au1xmmc platform power management to use dev_pm_ops
mmc: change bfin_sdh platform power management to use dev_pm_ops
isa: change isa bus power managemnet to use dev_pm_ops
mmc: change cb710-mmc platform power management to use dev_pm_ops
mmc: change msm_sdcc platform power management to use dev_pm_ops
mmc: change tmio_mmc platform power management to use dev_pm_ops
drivers/pcmcia: change ds driver power management to use dev_pm_ops
drivers/s390/crypto: change ap_bus driver power management to use
dev_pm_ops
arch/arm/common/locomo.c | 93 +++++++++++++++++++++++++++++++++++-------
arch/arm/common/sa1111.c | 88 +++++++++++++++++++++++++++++++--------
arch/arm/common/scoop.c | 44 ++++++++++++++++----
drivers/base/isa.c | 30 ++++++++++++--
drivers/macintosh/adb.c | 41 ++++++++++++++++---
drivers/mmc/host/au1xmmc.c | 43 +++++++++++++++----
drivers/mmc/host/bfin_sdh.c | 40 +++++++++++++++---
drivers/mmc/host/cb710-mmc.c | 37 +++++++++++++++--
drivers/mmc/host/msm_sdcc.c | 42 +++++++++++++++----
drivers/mmc/host/tmio_mmc.c | 42 +++++++++++++++----
drivers/pcmcia/ds.c | 36 +++++++++++++---
drivers/s390/crypto/ap_bus.c | 30 ++++++++++++--
12 files changed, 481 insertions(+), 85 deletions(-)
--
1.7.10.4
next reply other threads:[~2014-02-10 16:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 16:12 Shuah Khan [this message]
2014-02-10 16:12 ` [RFT][PATCH 04/12] drivers/macintosh/adb: change platform power management to use dev_pm_ops Shuah Khan
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=cover.1392040064.git.shuah.kh@samsung.com \
--to=shuah.kh@samsung.com \
--cc=adi-buildroot-devel@lists.sourceforge.net \
--cc=chris@printf.net \
--cc=davidb@codeaurora.org \
--cc=dwalker@fifo99.com \
--cc=gregkh@linuxfoundation.org \
--cc=heiko.carstens@de.ibm.com \
--cc=ian@mnementh.co.uk \
--cc=ingo.tuchscherer@de.ibm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=linux@arm.linux.org.uk \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=manuel.lauss@gmail.com \
--cc=mirq-linux@rere.qmqm.pl \
--cc=rjw@rjwysocki.net \
--cc=schwidefsky@de.ibm.com \
--cc=shuahkhan@gmail.com \
--cc=sonic.zhang@analog.com \
/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).