* [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards
@ 2015-07-30 8:13 Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 1/7] ARM: dts: dra72-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I
` (7 more replies)
0 siblings, 8 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
Miscellaneous fixes in dts files for MMC device tree nodes.
Did basic read/write test in J6, J6 Eco and Beagle-x15
Balaji T K (1):
ARM: dts: dra7-evm: add evm_3v3_sd regulator
Kishon Vijay Abraham I (5):
ARM: dts: dra72-evm: add evm_3v3_sd regulator
ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply
property
ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
Nishanth Menon (1):
ARM: dts: dra7-evm: Add MMCSD card removal GPIO
arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
arch/arm/boot/dts/dra7-evm.dts | 18 +++++++++++++++++-
arch/arm/boot/dts/dra72-evm.dts | 16 ++++++++++++++--
3 files changed, 31 insertions(+), 4 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/7] ARM: dts: dra72-evm: add evm_3v3_sd regulator
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 2/7] ARM: dts: dra7-evm: " Kishon Vijay Abraham I
` (6 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
Add a node for evm_3v3_sd using pcf which feeds on to mmc vdd.
Update mapping for vmmc-supply and vmmc_aux-supply.
evm_3v3_sd supplies to SD card vdd, and ldo1 to sdcard i/o lines.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra72-evm.dts | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index 8037384..3998d37 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -30,6 +30,15 @@
regulator-max-microvolt = <3300000>;
};
+ evm_3v3_sd: fixedregulator-sd {
+ compatible = "regulator-fixed";
+ regulator-name = "evm_3v3_sd";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ enable-active-high;
+ gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
+ };
+
extcon_usb1: extcon_usb1 {
compatible = "linux,extcon-usb-gpio";
id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
@@ -491,8 +500,8 @@
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins_default>;
-
- vmmc-supply = <&ldo1_reg>;
+ vmmc-supply = <&evm_3v3_sd>;
+ vmmc_aux-supply = <&ldo1_reg>;
bus-width = <4>;
/*
* SDCD signal is not being used here - using the fact that GPIO mode
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/7] ARM: dts: dra7-evm: add evm_3v3_sd regulator
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 1/7] ARM: dts: dra72-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 3/7] ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2 Kishon Vijay Abraham I
` (5 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: mark.rutland, linux, pawel.moll, ijc+devicetree, nsekhar, kishon,
robh+dt, bcousson, galak
From: Balaji T K <balajitk@ti.com>
Add a node for evm_3v3_sd using onboard pcf GPIO expander which feeds
on to mmc vdd.
Update mapping for vmmc-supply and vmmc_aux-supply.
evm_3v3_sd supplies to SD card vdd, and ldo1 to sdcard i/o lines.
Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra7-evm.dts | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 096f68b..1e0c88e 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -19,6 +19,15 @@
reg = <0x80000000 0x60000000>; /* 1536 MB */
};
+ evm_3v3_sd: fixedregulator-sd {
+ compatible = "regulator-fixed";
+ regulator-name = "evm_3v3_sd";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ enable-active-high;
+ gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
+ };
+
mmc2_3v3: fixedregulator-mmc2 {
compatible = "regulator-fixed";
regulator-name = "mmc2_3v3";
@@ -462,7 +471,8 @@
&mmc1 {
status = "okay";
- vmmc-supply = <&ldo1_reg>;
+ vmmc-supply = <&evm_3v3_sd>;
+ vmmc_aux-supply = <&ldo1_reg>;
bus-width = <4>;
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/7] ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 1/7] ARM: dts: dra72-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 2/7] ARM: dts: dra7-evm: " Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 4/7] ARM: dts: dra7-evm: Add MMCSD card removal GPIO Kishon Vijay Abraham I
` (4 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
MMC1 supports SDR104 and MMC2 supports HS200 both of which requires
192MHz clock. Set the maximum operating clock frequency to 192 MHz.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra72-evm.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index 3998d37..c5d8e7d 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -508,6 +508,7 @@
* is a viable alternative
*/
cd-gpios = <&gpio6 27 0>;
+ max-frequency = <192000000>;
};
&mmc2 {
@@ -519,6 +520,7 @@
vmmc-supply = <&evm_3v3>;
bus-width = <8>;
ti,non-removable;
+ max-frequency = <192000000>;
};
&dra7_pmx_core {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 4/7] ARM: dts: dra7-evm: Add MMCSD card removal GPIO
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
` (2 preceding siblings ...)
2015-07-30 8:13 ` [PATCH 3/7] ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2 Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 5/7] ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property Kishon Vijay Abraham I
` (3 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: mark.rutland, linux, pawel.moll, ijc+devicetree, nsekhar, kishon,
robh+dt, bcousson, galak
From: Nishanth Menon <nm@ti.com>
SDMMC Card Detect can be used over default GPIO map.
Reported-by: Yan Liu <yan-liu@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra7-evm.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 1e0c88e..25f0a00 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -474,6 +474,11 @@
vmmc-supply = <&evm_3v3_sd>;
vmmc_aux-supply = <&ldo1_reg>;
bus-width = <4>;
+ /*
+ * SDCD signal is not being used here - using the fact that GPIO mode
+ * is always hardwired.
+ */
+ cd-gpios = <&gpio6 27 0>;
};
&mmc2 {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 5/7] ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
` (3 preceding siblings ...)
2015-07-30 8:13 ` [PATCH 4/7] ARM: dts: dra7-evm: Add MMCSD card removal GPIO Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 6/7] ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt Kishon Vijay Abraham I
` (2 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
pbias-supply is initialized in dra7.dtsi. Remove redundant initialization
of pbias-supply from MMC1 dt node in am57xx-beagle-x15.dts
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index d0db5c5..daf4f17 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -579,7 +579,6 @@
pinctrl-0 = <&mmc1_pins_default>;
vmmc-supply = <&ldo1_reg>;
- pbias-supply = <&pbias_mmc_reg>;
bus-width = <4>;
cd-gpios = <&gpio6 27 0>; /* gpio 219 */
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 6/7] ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
` (4 preceding siblings ...)
2015-07-30 8:13 ` [PATCH 5/7] ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 7/7] ARM: dts: dra72-evm: " Kishon Vijay Abraham I
[not found] ` <1438244020-4244-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
ldo1_reg in addition to being connected to the io lines is also
connected to the card detect line. On card removal, omap_hsmmc
driver does a regulator_disable causing card detect line to be
pulled down. This raises a card insertion interrupt and once the
MMC core detects there is no card inserted, it does a
regulator disable which again raises a card insertion interrupt.
This happens in a loop causing infinite MMC interrupts.
Fix it by making ldo1_reg as always_on.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra7-evm.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 25f0a00..a6c82e5 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -358,6 +358,7 @@
regulator-name = "ldo1";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
+ regulator-always-on;
regulator-boot-on;
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 7/7] ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
` (5 preceding siblings ...)
2015-07-30 8:13 ` [PATCH 6/7] ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt Kishon Vijay Abraham I
@ 2015-07-30 8:13 ` Kishon Vijay Abraham I
[not found] ` <1438244020-4244-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
7 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30 8:13 UTC (permalink / raw)
To: tony, devicetree, linux-kernel, linux-omap, linux-arm-kernel,
linux-mmc
Cc: bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar, kishon
ldo1_reg in addition to being connected to the io lines is also
connected to the card detect line. On card removal, omap_hsmmc
driver does a regulator_disable causing card detect line to be
pulled down. This raises a card insertion interrupt and once the
MMC core detects there is no card inserted, it does a
regulator disable which again raises a card insertion interrupt.
This happens in a loop causing infinite MMC interrupts.
Fix it by making ldo1_reg as always_on.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
arch/arm/boot/dts/dra72-evm.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index c5d8e7d..45f11a0 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -295,6 +295,7 @@
regulator-name = "ldo1";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
+ regulator-always-on;
regulator-boot-on;
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards
[not found] ` <1438244020-4244-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
@ 2015-08-05 10:54 ` Tony Lindgren
2015-08-05 15:06 ` Kishon Vijay Abraham I
0 siblings, 1 reply; 10+ messages in thread
From: Tony Lindgren @ 2015-08-05 10:54 UTC (permalink / raw)
To: Kishon Vijay Abraham I
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-omap-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-mmc-u79uwXL29TY76Z2rM5mHXA, bcousson-rdvid1DuHRBWk0Htik3J/w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ,
nsekhar-l0cyMroinI0
* Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> [150730 01:16]:
> Miscellaneous fixes in dts files for MMC device tree nodes.
>
> Did basic read/write test in J6, J6 Eco and Beagle-x15
>
> Balaji T K (1):
> ARM: dts: dra7-evm: add evm_3v3_sd regulator
>
> Kishon Vijay Abraham I (5):
> ARM: dts: dra72-evm: add evm_3v3_sd regulator
> ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
> ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply
> property
> ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
> ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
>
> Nishanth Menon (1):
> ARM: dts: dra7-evm: Add MMCSD card removal GPIO
>
> arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
> arch/arm/boot/dts/dra7-evm.dts | 18 +++++++++++++++++-
> arch/arm/boot/dts/dra72-evm.dts | 16 ++++++++++++++--
> 3 files changed, 31 insertions(+), 4 deletions(-)
Thanks applying all these into omap-for-v4.3/dt.
Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards
2015-08-05 10:54 ` [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Tony Lindgren
@ 2015-08-05 15:06 ` Kishon Vijay Abraham I
0 siblings, 0 replies; 10+ messages in thread
From: Kishon Vijay Abraham I @ 2015-08-05 15:06 UTC (permalink / raw)
To: Tony Lindgren
Cc: devicetree, linux-kernel, linux-omap, linux-arm-kernel, linux-mmc,
bcousson, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, nsekhar
Hi,
On Wednesday 05 August 2015 04:24 PM, Tony Lindgren wrote:
> * Kishon Vijay Abraham I <kishon@ti.com> [150730 01:16]:
>> Miscellaneous fixes in dts files for MMC device tree nodes.
>>
>> Did basic read/write test in J6, J6 Eco and Beagle-x15
>>
>> Balaji T K (1):
>> ARM: dts: dra7-evm: add evm_3v3_sd regulator
>>
>> Kishon Vijay Abraham I (5):
>> ARM: dts: dra72-evm: add evm_3v3_sd regulator
>> ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2
>> ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply
>> property
>> ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt
>> ARM: dts: dra72-evm: Fix spurious card insert/removal interrupt
>>
>> Nishanth Menon (1):
>> ARM: dts: dra7-evm: Add MMCSD card removal GPIO
>>
>> arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 -
>> arch/arm/boot/dts/dra7-evm.dts | 18 +++++++++++++++++-
>> arch/arm/boot/dts/dra72-evm.dts | 16 ++++++++++++++--
>> 3 files changed, 31 insertions(+), 4 deletions(-)
>
> Thanks applying all these into omap-for-v4.3/dt.
Thanks. Please take [1] one too.
[1] -> https://lkml.org/lkml/2015/8/5/443
Thanks
Kishon
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-08-05 15:07 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 8:13 [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 1/7] ARM: dts: dra72-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 2/7] ARM: dts: dra7-evm: " Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 3/7] ARM: dts: dra72-evm: Set max clock frequency of MMC1 and MMC2 Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 4/7] ARM: dts: dra7-evm: Add MMCSD card removal GPIO Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 5/7] ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 6/7] ARM: dts: dra7-evm: Fix spurious card insert/removal interrupt Kishon Vijay Abraham I
2015-07-30 8:13 ` [PATCH 7/7] ARM: dts: dra72-evm: " Kishon Vijay Abraham I
[not found] ` <1438244020-4244-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
2015-08-05 10:54 ` [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards Tony Lindgren
2015-08-05 15:06 ` Kishon Vijay Abraham I
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).