Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-10-25 Thread Richard Cochran
On Tue, Sep 17, 2013 at 03:30:23PM +0200, Benoit Cousson wrote:
 
 I've just applied it on top of Joel's one.

Benoit,

Can you tell me where to find your git tree so that I can follow these
patches' progress?

Thanks,
Richard
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-10-25 Thread Nishanth Menon
On 10/25/2013 04:04 AM, Richard Cochran wrote:
 On Tue, Sep 17, 2013 at 03:30:23PM +0200, Benoit Cousson wrote:

 I've just applied it on top of Joel's one.
 
 Benoit,
 
 Can you tell me where to find your git tree so that I can follow these
 patches' progress?
 

https://git.kernel.org/cgit/linux/kernel/git/bcousson/linux-omap-dt.git/log/?h=for_3.13/dts


-- 
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-09-17 Thread Benoit Cousson

Hi Koen,

On 12/09/2013 20:35, Koen Kooi wrote:

Here are two patches to fix MMC on beaglebone, one fixes card detect on BBW,
the other adds the eMMC entry for BBB and its fixed regulator. After that mmc1
gets a nice speed boost by moving to 4-bit mode and LED triggers get assigned.

This series depends on:

http://comments.gmane.org/gmane.linux.kernel.stable/63648
https://lkml.org/lkml/2013/9/10/454
http://comments.gmane.org/gmane.linux.kernel.mmc/22381


I've just applied it on top of Joel's one.

Thanks,
Benoit



Or as git-cherry would put it:

[koen@rrMBP patches]$ git cherry -v
+ 564fc88cc64387af5312e2abd8019c75a13223b2 ARM: OMAP2+: am335x-bone*: add DT 
for BeagleBone Black
+ e5133ed98acc1c3e01c370b851041a8ca629cd15 ARM: EDMA: Fix clearing of unused 
list for DT DMA resources
+ ac71bb58605d3bdd5d14af770a639fb3ff11c612 ARM: dts: add AM33XX EDMA support
+ 31a8270a299c57c7de7510f44d9dc36fd1787243 ARM: dts: add AM33XX SPI DMA support
+ 4fa0a4cb9ea17da30cf43085c03e5ec1361a4fc2 ARM: dts: add AM33XX MMC support and 
documentation
+ 0553f50bd45f019a0cc11050e2f20bddbf07dfe0 ARM: dts: am335x-bone: add CD for 
mmc1
+ 7d64f765630a2921a63b82f93f9959a6de37f29d ARM: dts: am335x-boneblack: add eMMC 
DT entry
+ dc96cd4003e2668d8ec7e7fe19e402e97a198f81 ARM: dts: am335x-bone-common: switch 
mmc1 to 4-bit mode
+ f8262e78830cda56c936724549ba9f04e312 ARM: dts: am335x-bone-common: add 
cpu0 and mmc1 triggers

Also available as a git branch at 
https://github.com/koenkooi/linux/commits/mainline

Changes since v3:
Addressed Nishants nitpicks for commit messages
Addressed Russ' comments about moving LDO3 for mmc1 out of the common 
dtsi

Changes since v2:
Missing pinmux entries for eMMC added

Changes since v1:
Removed ti,non-removable entry from eMMC node, see 
http://marc.info/?l=linux-arm-kernelm=137889435710552w=2
---

Alexander Holler (1):
   arm: bone: dts: add CD for mmc1

Koen Kooi (3):
   am335x-boneblack: add eMMC DT entry
   ARM: am335x-bone-common: switch mmc1 to 4-bit mode
   ARM: dts: am335x-bone-common: add cpu0 and mmc1 triggers

  arch/arm/boot/dts/am335x-bone-common.dtsi | 39 +++
  arch/arm/boot/dts/am335x-bone.dts |  1 -
  arch/arm/boot/dts/am335x-boneblack.dts| 14 +++
  3 files changed, 53 insertions(+), 1 deletion(-)



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


Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-09-13 Thread Koen Kooi

Op 13 sep. 2013, om 00:27 heeft Kevin Hilman khil...@linaro.org het volgende 
geschreven:

 Koen Kooi k...@dominion.thruhere.net writes:
 
 Here are two patches to fix MMC on beaglebone, one fixes card detect on BBW,
 the other adds the eMMC entry for BBB and its fixed regulator. After that 
 mmc1
 gets a nice speed boost by moving to 4-bit mode and LED triggers get 
 assigned.
 
 This series depends on:
 
 http://comments.gmane.org/gmane.linux.kernel.stable/63648
 https://lkml.org/lkml/2013/9/10/454
 http://comments.gmane.org/gmane.linux.kernel.mmc/22381
 
 Or as git-cherry would put it:
 
 [koen@rrMBP patches]$ git cherry -v
 + 564fc88cc64387af5312e2abd8019c75a13223b2 ARM: OMAP2+: am335x-bone*: add DT 
 for BeagleBone Black
 + e5133ed98acc1c3e01c370b851041a8ca629cd15 ARM: EDMA: Fix clearing of unused 
 list for DT DMA resources
 + ac71bb58605d3bdd5d14af770a639fb3ff11c612 ARM: dts: add AM33XX EDMA support
 + 31a8270a299c57c7de7510f44d9dc36fd1787243 ARM: dts: add AM33XX SPI DMA 
 support
 + 4fa0a4cb9ea17da30cf43085c03e5ec1361a4fc2 ARM: dts: add AM33XX MMC support 
 and documentation
 + 0553f50bd45f019a0cc11050e2f20bddbf07dfe0 ARM: dts: am335x-bone: add CD for 
 mmc1
 + 7d64f765630a2921a63b82f93f9959a6de37f29d ARM: dts: am335x-boneblack: add 
 eMMC DT entry
 + dc96cd4003e2668d8ec7e7fe19e402e97a198f81 ARM: dts: am335x-bone-common: 
 switch mmc1 to 4-bit mode
 + f8262e78830cda56c936724549ba9f04e312 ARM: dts: am335x-bone-common: add 
 cpu0 and mmc1 triggers
 
 Also available as a git branch at 
 https://github.com/koenkooi/linux/commits/mainline
 
 FWIW, tested this branch on BB black/white with MMC rootfs.
 
 Tested-by: Kevin Hilman khil...@linaro.org
 
 Koen, Thanks for your persistence getting this stuff merged.

No problem, with all comments addressed I can safely disappear for 3 weeks to 
go on honeymoon :)

regards,

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


[PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-09-12 Thread Koen Kooi
Here are two patches to fix MMC on beaglebone, one fixes card detect on BBW,
the other adds the eMMC entry for BBB and its fixed regulator. After that mmc1
gets a nice speed boost by moving to 4-bit mode and LED triggers get assigned.

This series depends on:

http://comments.gmane.org/gmane.linux.kernel.stable/63648
https://lkml.org/lkml/2013/9/10/454
http://comments.gmane.org/gmane.linux.kernel.mmc/22381

Or as git-cherry would put it:

[koen@rrMBP patches]$ git cherry -v
+ 564fc88cc64387af5312e2abd8019c75a13223b2 ARM: OMAP2+: am335x-bone*: add DT 
for BeagleBone Black
+ e5133ed98acc1c3e01c370b851041a8ca629cd15 ARM: EDMA: Fix clearing of unused 
list for DT DMA resources
+ ac71bb58605d3bdd5d14af770a639fb3ff11c612 ARM: dts: add AM33XX EDMA support
+ 31a8270a299c57c7de7510f44d9dc36fd1787243 ARM: dts: add AM33XX SPI DMA support
+ 4fa0a4cb9ea17da30cf43085c03e5ec1361a4fc2 ARM: dts: add AM33XX MMC support and 
documentation
+ 0553f50bd45f019a0cc11050e2f20bddbf07dfe0 ARM: dts: am335x-bone: add CD for 
mmc1
+ 7d64f765630a2921a63b82f93f9959a6de37f29d ARM: dts: am335x-boneblack: add eMMC 
DT entry
+ dc96cd4003e2668d8ec7e7fe19e402e97a198f81 ARM: dts: am335x-bone-common: switch 
mmc1 to 4-bit mode
+ f8262e78830cda56c936724549ba9f04e312 ARM: dts: am335x-bone-common: add 
cpu0 and mmc1 triggers

Also available as a git branch at 
https://github.com/koenkooi/linux/commits/mainline

Changes since v3:
Addressed Nishants nitpicks for commit messages
Addressed Russ' comments about moving LDO3 for mmc1 out of the common 
dtsi

Changes since v2:
Missing pinmux entries for eMMC added

Changes since v1:
Removed ti,non-removable entry from eMMC node, see 
http://marc.info/?l=linux-arm-kernelm=137889435710552w=2
---

Alexander Holler (1):
  arm: bone: dts: add CD for mmc1

Koen Kooi (3):
  am335x-boneblack: add eMMC DT entry
  ARM: am335x-bone-common: switch mmc1 to 4-bit mode
  ARM: dts: am335x-bone-common: add cpu0 and mmc1 triggers

 arch/arm/boot/dts/am335x-bone-common.dtsi | 39 +++
 arch/arm/boot/dts/am335x-bone.dts |  1 -
 arch/arm/boot/dts/am335x-boneblack.dts| 14 +++
 3 files changed, 53 insertions(+), 1 deletion(-)

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


Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-09-12 Thread Nishanth Menon
On 09/12/2013 01:35 PM, Koen Kooi wrote:
 Here are two patches to fix MMC on beaglebone, one fixes card detect on BBW,
 the other adds the eMMC entry for BBB and its fixed regulator. After that mmc1
 gets a nice speed boost by moving to 4-bit mode and LED triggers get assigned.
 
 This series depends on:
 
 http://comments.gmane.org/gmane.linux.kernel.stable/63648
 https://lkml.org/lkml/2013/9/10/454
 http://comments.gmane.org/gmane.linux.kernel.mmc/22381
 
 Or as git-cherry would put it:
 
 [koen@rrMBP patches]$ git cherry -v
 + 564fc88cc64387af5312e2abd8019c75a13223b2 ARM: OMAP2+: am335x-bone*: add DT 
 for BeagleBone Black
 + e5133ed98acc1c3e01c370b851041a8ca629cd15 ARM: EDMA: Fix clearing of unused 
 list for DT DMA resources
 + ac71bb58605d3bdd5d14af770a639fb3ff11c612 ARM: dts: add AM33XX EDMA support
 + 31a8270a299c57c7de7510f44d9dc36fd1787243 ARM: dts: add AM33XX SPI DMA 
 support
 + 4fa0a4cb9ea17da30cf43085c03e5ec1361a4fc2 ARM: dts: add AM33XX MMC support 
 and documentation
 + 0553f50bd45f019a0cc11050e2f20bddbf07dfe0 ARM: dts: am335x-bone: add CD for 
 mmc1
 + 7d64f765630a2921a63b82f93f9959a6de37f29d ARM: dts: am335x-boneblack: add 
 eMMC DT entry
 + dc96cd4003e2668d8ec7e7fe19e402e97a198f81 ARM: dts: am335x-bone-common: 
 switch mmc1 to 4-bit mode
 + f8262e78830cda56c936724549ba9f04e312 ARM: dts: am335x-bone-common: add 
 cpu0 and mmc1 triggers
 
 Also available as a git branch at 
 https://github.com/koenkooi/linux/commits/mainline
 
 Changes since v3:
   Addressed Nishants nitpicks for commit messages

Series:
Reviewed-by: Nishanth Menon n...@ti.com


-- 
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 0/2] ARM: dts: Beaglebone MMC fixes

2013-09-12 Thread Kevin Hilman
Koen Kooi k...@dominion.thruhere.net writes:

 Here are two patches to fix MMC on beaglebone, one fixes card detect on BBW,
 the other adds the eMMC entry for BBB and its fixed regulator. After that mmc1
 gets a nice speed boost by moving to 4-bit mode and LED triggers get assigned.

 This series depends on:

 http://comments.gmane.org/gmane.linux.kernel.stable/63648
 https://lkml.org/lkml/2013/9/10/454
 http://comments.gmane.org/gmane.linux.kernel.mmc/22381

 Or as git-cherry would put it:

 [koen@rrMBP patches]$ git cherry -v
 + 564fc88cc64387af5312e2abd8019c75a13223b2 ARM: OMAP2+: am335x-bone*: add DT 
 for BeagleBone Black
 + e5133ed98acc1c3e01c370b851041a8ca629cd15 ARM: EDMA: Fix clearing of unused 
 list for DT DMA resources
 + ac71bb58605d3bdd5d14af770a639fb3ff11c612 ARM: dts: add AM33XX EDMA support
 + 31a8270a299c57c7de7510f44d9dc36fd1787243 ARM: dts: add AM33XX SPI DMA 
 support
 + 4fa0a4cb9ea17da30cf43085c03e5ec1361a4fc2 ARM: dts: add AM33XX MMC support 
 and documentation
 + 0553f50bd45f019a0cc11050e2f20bddbf07dfe0 ARM: dts: am335x-bone: add CD for 
 mmc1
 + 7d64f765630a2921a63b82f93f9959a6de37f29d ARM: dts: am335x-boneblack: add 
 eMMC DT entry
 + dc96cd4003e2668d8ec7e7fe19e402e97a198f81 ARM: dts: am335x-bone-common: 
 switch mmc1 to 4-bit mode
 + f8262e78830cda56c936724549ba9f04e312 ARM: dts: am335x-bone-common: add 
 cpu0 and mmc1 triggers

 Also available as a git branch at 
 https://github.com/koenkooi/linux/commits/mainline

FWIW, tested this branch on BB black/white with MMC rootfs.

Tested-by: Kevin Hilman khil...@linaro.org

Koen, Thanks for your persistence getting this stuff merged.

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