From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] ARM: davinci: PM: cleanup init, add DT support
Date: Tue, 15 Nov 2016 11:54:18 -0800 [thread overview]
Message-ID: <20161115195421.19983-1-khilman@baylibre.com> (raw)
This series removes the fake platform_device used to initialize PM on
legacy davinci platforms, and also adds PM support for DT platforms.
Tested with legacy boot on da850-evm, and DT boot on da850-lcdk. Used
RTC to wake from suspend-to-RAM: e.g. rtcwake -m mem -s 4 -d /dev/rtc0
Changes since v1:
- separated support for DT platfroms into separate patch
- misc. cleanup, re-structuring
Kevin Hilman (3):
ARM: davinci: PM: rework init, support DT platforms
ARM: davinci: PM: cleanup: remove references to pdata
ARM: davinci: PM: support da8xx DT platforms
arch/arm/mach-davinci/board-da850-evm.c | 17 +----
arch/arm/mach-davinci/board-mityomapl138.c | 16 +----
arch/arm/mach-davinci/common.c | 1 -
arch/arm/mach-davinci/da850.c | 38 -----------
arch/arm/mach-davinci/da8xx-dt.c | 1 +
arch/arm/mach-davinci/include/mach/da8xx.h | 1 -
arch/arm/mach-davinci/pm.c | 102 ++++++++++++++++-------------
7 files changed, 60 insertions(+), 116 deletions(-)
--
2.9.3
next reply other threads:[~2016-11-15 19:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 19:54 Kevin Hilman [this message]
2016-11-15 19:54 ` [PATCH v2 1/3] ARM: davinci: PM: rework init, support DT platforms Kevin Hilman
2016-11-16 9:03 ` Sekhar Nori
2016-11-15 19:54 ` [PATCH v2 2/3] ARM: davinci: PM: cleanup: remove references to pdata Kevin Hilman
2016-11-16 9:09 ` Sekhar Nori
2016-11-15 19:54 ` [PATCH v2 3/3] ARM: davinci: PM: support da8xx DT platforms Kevin Hilman
2016-11-16 9:16 ` Sekhar Nori
[not found] ` <c0f1cfa2-4086-72fc-783b-d0d8c837cb08@ti.com>
2016-11-16 16:24 ` [PATCH v2 0/3] ARM: davinci: PM: cleanup init, add DT support Kevin Hilman
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=20161115195421.19983-1-khilman@baylibre.com \
--to=khilman@baylibre.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