All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120.patch removed from -mm tree
@ 2015-02-16 20:19 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-02-16 20:19 UTC (permalink / raw)
  To: arno, a.zummo, arnd, broonie, darshanapadmadas, galak,
	grant.likely, ijc+devicetree, jason, jgunthorpe, linus.walleij,
	linux, mark.rutland, pawel.moll, peter.huewe, rob.herring, rob,
	swarren, treding, uwe, mm-commits


The patch titled
     Subject: ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120
has been removed from the -mm tree.  Its filename was
     arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Arnaud Ebalard <arno@natisbad.org>
Subject: ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120

Now that alarm support for ISL12057 chip is available w/ the specific
"isil,irq2-can-wakeup-machine" property, let's use that feature of the
driver dedicated to NETGEAR ReadyNAS 102, 104 and 2120 specific routing of
RTC Alarm IRQ#2 pin; on those devices, this pin is not connected to the
SoC but to a PMIC, which allows the device to be powered up when RTC alarm
rings.

For that to work, the chip needs to be explicitly marked as a device
wakeup source using this "isil,irq2-can-wakeup-machine" boolean property. 
This makes 'wakealarm' sysfs entry available to configure the alarm.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Peter Huewe <peter.huewe@infineon.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Thierry Reding <treding@nvidia.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Darshana Padmadas <darshanapadmadas@gmail.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Landley <rob@landley.net>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Uwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/arm/boot/dts/armada-370-netgear-rn102.dts |    1 +
 arch/arm/boot/dts/armada-370-netgear-rn104.dts |    1 +
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts |    1 +
 3 files changed, 3 insertions(+)

diff -puN arch/arm/boot/dts/armada-370-netgear-rn102.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120 arch/arm/boot/dts/armada-370-netgear-rn102.dts
--- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120
+++ a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
@@ -87,6 +87,7 @@
 				isl12057: isl12057@68 {
 					compatible = "isil,isl12057";
 					reg = <0x68>;
+					isil,irq2-can-wakeup-machine;
 				};
 
 				g762: g762@3e {
diff -puN arch/arm/boot/dts/armada-370-netgear-rn104.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120 arch/arm/boot/dts/armada-370-netgear-rn104.dts
--- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120
+++ a/arch/arm/boot/dts/armada-370-netgear-rn104.dts
@@ -93,6 +93,7 @@
 				isl12057: isl12057@68 {
 					compatible = "isil,isl12057";
 					reg = <0x68>;
+					isil,irq2-can-wakeup-machine;
 				};
 
 				g762: g762@3e {
diff -puN arch/arm/boot/dts/armada-xp-netgear-rn2120.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
--- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts~arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120
+++ a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
@@ -100,6 +100,7 @@
 				isl12057: isl12057@68 {
 					compatible = "isil,isl12057";
 					reg = <0x68>;
+					isil,irq2-can-wakeup-machine;
 				};
 
 				/* Controller for rear fan #1 of 3 (Protechnic
_

Patches currently in -mm which might be from arno@natisbad.org are

origin.patch
linux-next.patch
rtc-isl12022-deprecate-use-of-isl-in-compatible-string-for-isil.patch
rtc-isl12057-deprecate-use-of-isl-in-compatible-string-for-isil.patch
staging-iio-isl29028-deprecate-use-of-isl-in-compatible-string-for-isil.patch
arm-dts-zynq-update-isl9305-compatible-string-to-use-isil-vendor-prefix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-16 20:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-16 20:19 [merged] arm-mvebu-isl12057-rtc-chip-can-now-wake-up-rn102-rn102-and-rn2120.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.