linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: pawel.moll@arm.com (Pawel Moll)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: vexpress: TC2 MCPC/SPC again, the complete series
Date: Tue,  6 Aug 2013 19:54:19 +0100	[thread overview]
Message-ID: <1375815264-29414-1-git-send-email-pawel.moll@arm.com> (raw)

I've folded all Olof's changes and my modification into the original
patches, hope it's fine. If not I'll push the branch out with
full history.

I haven't tested them yet and I really really have to go
home now, but the code builds fine. I'll test them tomorrow with
Lorenzo's help.

Lorenzo Pieralisi (1):
  ARM: vexpress/TC2: add Serial Power Controller (SPC) support

Nicolas Pitre (3):
  ARM: vexpress/dcscb: fix cache disabling sequences
  ARM: vexpress/TC2: basic PM support
  ARM: vexpress/TC2: implement PM suspend method

Pawel Moll (1):
  ARM: vexpress: Add SCC & SPC to V2P-CA15_A7's device tree

 .../devicetree/bindings/arm/vexpress-spc.txt       |  30 ++
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts         |  11 +
 arch/arm/mach-vexpress/Kconfig                     |   8 +
 arch/arm/mach-vexpress/Makefile                    |   1 +
 arch/arm/mach-vexpress/dcscb.c                     |  58 ++--
 arch/arm/mach-vexpress/spc.c                       | 246 +++++++++++++++++
 arch/arm/mach-vexpress/spc.h                       |  25 ++
 arch/arm/mach-vexpress/tc2_pm.c                    | 305 +++++++++++++++++++++
 drivers/platform/Kconfig                           |   1 -
 9 files changed, 663 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/vexpress-spc.txt
 create mode 100644 arch/arm/mach-vexpress/spc.c
 create mode 100644 arch/arm/mach-vexpress/spc.h
 create mode 100644 arch/arm/mach-vexpress/tc2_pm.c

-- 
1.8.1.2

             reply	other threads:[~2013-08-06 18:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-06 18:54 Pawel Moll [this message]
2013-08-06 18:54 ` [PATCH 1/5] ARM: vexpress/dcscb: fix cache disabling sequences Pawel Moll
2013-08-06 18:54 ` [PATCH 2/5] ARM: vexpress/TC2: add Serial Power Controller (SPC) support Pawel Moll
2013-08-06 18:58   ` Pawel Moll
2013-08-06 18:54 ` [PATCH 3/5] ARM: vexpress: Add SCC & SPC to V2P-CA15_A7's device tree Pawel Moll
2013-08-06 18:54 ` [PATCH 4/5] ARM: vexpress/TC2: basic PM support Pawel Moll
2013-08-06 18:54 ` [PATCH 5/5] ARM: vexpress/TC2: implement PM suspend method Pawel Moll

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=1375815264-29414-1-git-send-email-pawel.moll@arm.com \
    --to=pawel.moll@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).