[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1408567315-28479-1-git-send-email-soren.brinkmann@xilinx.com>
Date: Wed, 20 Aug 2014 13:41:46 -0700
From: Soren Brinkmann <soren.brinkmann@...inx.com>
To: Michal Simek <michal.simek@...inx.com>,
Russell King <linux@....linux.org.uk>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>
Cc: Sören Brinkmann <soren.brinkmann@...inx.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-pm@...r.kernel.org,
Pawel Moll <pawel.moll@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>
Subject: [PATCH 0/9] Zynq PM updates
Hi,
I'm working on some PM-related updates and suspend for Zynq (for the
interested, a branch with all patches is found here:
https://github.com/sorenb-xlnx/linux-xlnx/commits/suspend).
This series consists of the rather unproblematic parts that affect Zynq
only and have no further dependencies. It's a little bit of clean up
(thanks to Daniel too) and enabling a couple of the HW's power saving
features.
Thanks,
Sören
Daniel Lezcano (2):
ARM: zynq: Remove invalidate cache for cpu die
ARM: zynq: cpuidle: Remove pointless code
Soren Brinkmann (7):
ARM: zynq: PM: Enable A9 internal clock gating feature
Documentation: devicetree: Add binding for Synopsys DDR controller
ARM: zynq: DT: Add DDRC node
ARM: zynq: PM: Enable DDR self-refresh and clock stop
ARM: zynq: Synchronise zynq_cpu_die/kill
ARM: zynq: Remove hotplug.c
ARM: zynq: Rename 'zynq_platform_cpu_die'
.../bindings/memory-controllers/synopsys.txt | 11 +++
arch/arm/boot/dts/zynq-7000.dtsi | 5 ++
arch/arm/mach-zynq/Makefile | 3 +-
arch/arm/mach-zynq/common.c | 7 ++
arch/arm/mach-zynq/common.h | 18 ++++-
arch/arm/mach-zynq/hotplug.c | 47 +-----------
arch/arm/mach-zynq/platsmp.c | 35 ++++++++-
arch/arm/mach-zynq/pm.c | 84 ++++++++++++++++++++++
arch/arm/mach-zynq/slcr.c | 43 ++++++++++-
drivers/cpuidle/cpuidle-zynq.c | 10 +--
10 files changed, 202 insertions(+), 61 deletions(-)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/synopsys.txt
create mode 100644 arch/arm/mach-zynq/pm.c
--
2.0.1.1.gfbfc394
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists