All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: dts: keystone-k2g: Add support for eDMA and MMC
@ 2017-08-01  4:41 ` Lokesh Vutla
  0 siblings, 0 replies; 51+ messages in thread
From: Lokesh Vutla @ 2017-08-01  4:41 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Linux ARM Mailing List, linux-kernel, Device Tree Mailing List,
	Rob Herring, Tero Kristo, Sekhar Nori, Peter Ujfalusi, Keerthy,
	Lokesh Vutla

This series adds DT nodes and documentation for eDMA and MMC IPs on
Keystone 66AK2G SoC. Also enable the required configs in keystone_defconfig.

This series depends on Keerthy's gpio node patches on 66AK2G:
https://patchwork.kernel.org/patch/9864311/

Tested:
k2g-evm with rootfs on mmc: http://pastebin.ubuntu.com/25217978/

Lokesh Vutla (5):
  dt-bindings: ti,edma: Add 66AK2G specific information
  dt-bindings: ti,omap-hsmmc: Add 66AK2G mmc controller
  ARM: dts: keystone-k2g: add MMC0 and MMC1 nodes
  ARM: dts: keystone-k2g-evm: Enable MMC0 and MMC1
  ARM: configs: keystone: Enable MMC and regulators

Peter Ujfalusi (1):
  ARM: dts: keystone-k2g: Add eDMA nodes

 Documentation/devicetree/bindings/dma/ti-edma.txt  | 95 +++++++++++++++++++--
 .../devicetree/bindings/mmc/ti-omap-hsmmc.txt      | 52 ++++++++----
 arch/arm/boot/dts/keystone-k2g-evm.dts             | 53 ++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi                | 98 ++++++++++++++++++++++
 arch/arm/configs/keystone_defconfig                |  4 +
 5 files changed, 282 insertions(+), 20 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2017-08-12  5:47 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01  4:41 [PATCH 0/6] ARM: dts: keystone-k2g: Add support for eDMA and MMC Lokesh Vutla
2017-08-01  4:41 ` Lokesh Vutla
2017-08-01  4:41 ` Lokesh Vutla
2017-08-01  4:41 ` [PATCH 1/6] dt-bindings: ti,edma: Add 66AK2G specific information Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01 12:50   ` Peter Ujfalusi
2017-08-01 12:50     ` [PATCH 1/6] dt-bindings: ti, edma: " Peter Ujfalusi
2017-08-01 12:50     ` Peter Ujfalusi
2017-08-02 17:03     ` [PATCH 1/6] dt-bindings: ti,edma: " Lokesh Vutla
2017-08-02 17:03       ` [PATCH 1/6] dt-bindings: ti, edma: " Lokesh Vutla
2017-08-02 17:03       ` Lokesh Vutla
2017-08-03  5:34       ` [PATCH 1/6] dt-bindings: ti,edma: " Sekhar Nori
2017-08-03  5:34         ` [PATCH 1/6] dt-bindings: ti, edma: " Sekhar Nori
2017-08-03  5:34         ` [PATCH 1/6] dt-bindings: ti,edma: " Sekhar Nori
2017-08-09 23:57         ` Rob Herring
2017-08-09 23:57           ` [PATCH 1/6] dt-bindings: ti, edma: " Rob Herring
2017-08-09 23:57           ` [PATCH 1/6] dt-bindings: ti,edma: " Rob Herring
2017-08-10  0:00   ` Rob Herring
2017-08-10  0:00     ` [PATCH 1/6] dt-bindings: ti, edma: " Rob Herring
2017-08-10  0:00     ` [PATCH 1/6] dt-bindings: ti,edma: " Rob Herring
2017-08-12  5:43     ` Lokesh Vutla
2017-08-12  5:43       ` [PATCH 1/6] dt-bindings: ti, edma: " Lokesh Vutla
2017-08-12  5:43       ` [PATCH 1/6] dt-bindings: ti,edma: " Lokesh Vutla
2017-08-01  4:41 ` [PATCH 2/6] dt-bindings: ti,omap-hsmmc: Add 66AK2G mmc controller Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-10  0:03   ` Rob Herring
2017-08-10  0:03     ` [PATCH 2/6] dt-bindings: ti, omap-hsmmc: " Rob Herring
2017-08-10  0:03     ` [PATCH 2/6] dt-bindings: ti,omap-hsmmc: " Rob Herring
2017-08-01  4:41 ` [PATCH 3/6] ARM: dts: keystone-k2g: Add eDMA nodes Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41 ` [PATCH 4/6] ARM: dts: keystone-k2g: add MMC0 and MMC1 nodes Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41 ` [PATCH 5/6] ARM: dts: keystone-k2g-evm: Enable MMC0 and MMC1 Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41 ` [PATCH 6/6] ARM: configs: keystone: Enable MMC and regulators Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01  4:41   ` Lokesh Vutla
2017-08-01 18:10 ` [PATCH 0/6] ARM: dts: keystone-k2g: Add support for eDMA and MMC Santosh Shilimkar
2017-08-01 18:10   ` Santosh Shilimkar
2017-08-01 18:10   ` Santosh Shilimkar
2017-08-02  3:52   ` Keerthy
2017-08-02  3:52     ` Keerthy
2017-08-02  3:52     ` Keerthy
2017-08-07 13:38   ` santosh.shilimkar
2017-08-07 13:38     ` santosh.shilimkar at oracle.com
2017-08-07 13:38     ` santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA

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.