From: geert@linux-m68k.org (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 00/11] ARM: shmobile: r8a7740/armadillo800eva legacy PM domain support
Date: Tue, 30 Sep 2014 09:16:38 +0200 [thread overview]
Message-ID: <CAMuHMdUgP6OEt6G4VhHoDncz+17j-bDu7u_pcHM0ETmqsDKOiA@mail.gmail.com> (raw)
In-Reply-To: <20140930042047.GA24253@verge.net.au>
Hi Simon,
On Tue, Sep 30, 2014 at 6:20 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, Sep 25, 2014 at 06:15:31PM +0200, Geert Uytterhoeven wrote:
>> This series improves PM domain support for r8a7740/armadillo800eva legacy,
>> mimicking (parts of) the existing PM domain support for sh7372/mackerel.
>>
>> More specifically, they
>> - Add missing devices to existing PM domains,
>> - Add missing PM domains, hooking up devices and subdomains,
>>
>> Changes in v2:
>> - Dropped FIXMes on behavior that turned out to be expected,
>> - Hook up the HDMI-Link hardware block,
>> - Really add the A4MP and D4 PM domains, as fixes are available (see
>> dependencies below),
>> - Move special CPU domain handling from A4S to A3SM,
>>
>> There are a few dependencies to make resume from s2ram work:
>> - "[PATCH/RFC] fbdev: sh_mobile_hdmi: Re-init regs before irq re-enable on
>> resume",
>> - "[PATCH] ARM: hw_breakpoint: Trap undef instruction exceptions on wake-up",
>> or an alternative solution.
>>
>> Apart from that, I'm not aware of any regressions (except perhaps for USB,
>> which I was unable to get working anyway).
>
> Hi Geert,
>
> what is your feeling about (me) queueing up part of all of this series now?
If you (Magnus?) can live with non-working resume from s2ram for now,
it can be queued for v3.19.
I don't think I can improve on the HDMI fix without getting docs and spending
(much) time to get HDMI working on Armadillo.
The hw_breakpoint fix has to be replaced by something better/acceptable,
I'm working on that.
>> Please note that DT/multi-platform PM domain support is added in an (almost)
>> independent series.
>>
>> Thanks!
>>
>> Geert Uytterhoeven (11):
>> ARM: shmobile: r8a7740: Add missing A3SP pm domain devices
>> ARM: shmobile: r8a7740: Add missing A4S pm domain devices
>> ARM: shmobile: armadillo800eva legacy: Add missing A3SP pm domain
>> devices
>> ARM: shmobile: armadillo800eva legacy: Add missing A4S pm domain
>> devices
>> ARM: shmobile: r8a7740: Add A3RV pm domain support
>> ARM: shmobile: r8a7740: Add A3SG pm domain support
>> ARM: shmobile: r8a7740/armadillo legacy: Add A4MP pm domain support
>> ARM: shmobile: r8a7740: Add D4 pm domain support
>> ARM: shmobile: r8a7740/armadillo legacy: Add A4R pm domain support
>> ARM: shmobile: r8a7740: Add A4SU pm domain support
>> ARM: shmobile: r8a7740: Add A3SM pm domain support
>>
>> arch/arm/mach-shmobile/board-armadillo800eva.c | 12 +++++++++-
>> arch/arm/mach-shmobile/pm-r8a7740.c | 32 ++++++++++++++++++++++----
>> arch/arm/mach-shmobile/setup-r8a7740.c | 11 +++++++++
>> 3 files changed, 50 insertions(+), 5 deletions(-)
>>
>> --
>> 1.9.1
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next prev parent reply other threads:[~2014-09-30 7:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-25 16:15 [PATCH v2 00/11] ARM: shmobile: r8a7740/armadillo800eva legacy PM domain support Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 01/11] ARM: shmobile: r8a7740: Add missing A3SP pm domain devices Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 02/11] ARM: shmobile: r8a7740: Add missing A4S " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 03/11] ARM: shmobile: armadillo800eva legacy: Add missing A3SP " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 04/11] ARM: shmobile: armadillo800eva legacy: Add missing A4S " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 05/11] ARM: shmobile: r8a7740: Add A3RV pm domain support Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 06/11] ARM: shmobile: r8a7740: Add A3SG " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 07/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4MP " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 08/11] ARM: shmobile: r8a7740: Add D4 " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 09/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4R " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 10/11] ARM: shmobile: r8a7740: Add A4SU " Geert Uytterhoeven
2014-09-25 16:15 ` [PATCH v2 11/11] ARM: shmobile: r8a7740: Add A3SM " Geert Uytterhoeven
2014-09-30 4:20 ` [PATCH v2 00/11] ARM: shmobile: r8a7740/armadillo800eva legacy PM " Simon Horman
2014-09-30 7:16 ` Geert Uytterhoeven [this message]
2014-09-30 7:22 ` Magnus Damm
2014-09-30 7:28 ` Geert Uytterhoeven
2014-09-30 7:32 ` Magnus Damm
2014-09-30 7:41 ` Geert Uytterhoeven
2014-09-30 8:05 ` Magnus Damm
2014-09-30 8:13 ` Simon Horman
2014-10-03 15:23 ` Geert Uytterhoeven
2014-10-06 1:42 ` Magnus Damm
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=CAMuHMdUgP6OEt6G4VhHoDncz+17j-bDu7u_pcHM0ETmqsDKOiA@mail.gmail.com \
--to=geert@linux-m68k.org \
--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).