All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] arm64: mvebu: Add support for A8K community board
@ 2017-01-08 14:52 kostap at marvell.com
  2017-01-08 14:52 ` [U-Boot] [PATCH v2 1/7] arm64: mvebu: Update bubt command MMC block device access kostap at marvell.com
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: kostap at marvell.com @ 2017-01-08 14:52 UTC (permalink / raw)
  To: u-boot

From: Konstantin Porotchkin <kostap@marvell.com>

This patch series adds initil support for A8K community board
MACCHIATOBin manufactured by SolidRun.
It should be applied on top of Stefan Roese patches adding support
for SD/eMMC devices on Marvell A37x0/A80x0/A70x0 SoCs.
The top level patch is called:
"arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040"
The default board DTS file is based on the original work of Rabeeh
Khory from SolidRun.

Changes for v2:
- Move PCIe reset GPIO support from board-specific function to mvebu PCIe driver
- Move VBUS GPIO support from board-specific function to mvebu XHCI driver
- Allow MMC support for "bubt" command with and without CONFIG_BLK

Konstantin Porotchkin (6):
  arm64: mvebu: Update bubt command MMC block device access
  arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
  arm64: mvebu: dts: Add i2c1 pin definitions to CPM
  mvebu: usb: xhci: Add support for VBUS controlled by GPIO
  mvebu: pcie: Add support for GPIO reset for PCIe device
  arm64: mvebu: Add default configuraton for MACCHIATOBin board

Rabeeh Khoury (1):
  arm64: mvebu: dts: Add DTS file for MACCHIATOBin board

 arch/arm/dts/Makefile                             |   1 +
 arch/arm/dts/armada-7040.dtsi                     |   1 +
 arch/arm/dts/armada-8040-mcbin.dts                | 253 ++++++++++++++++++++++
 arch/arm/dts/armada-8040.dtsi                     |   1 +
 arch/arm/dts/armada-ap806.dtsi                    |   8 +
 arch/arm/dts/armada-cp110-master.dtsi             |  22 ++
 arch/arm/dts/armada-cp110-slave.dtsi              |  18 ++
 cmd/mvebu/bubt.c                                  |  25 ++-
 configs/mvebu_mcbin-88f8040_defconfig             |  65 ++++++
 doc/device-tree-bindings/pci/armada8k-pcie.txt    |  49 +++++
 doc/device-tree-bindings/usb/marvell.xhci-usb.txt |  29 +++
 drivers/pci/pcie_dw_mvebu.c                       |  20 ++
 drivers/usb/host/xhci-mvebu.c                     |  14 ++
 13 files changed, 503 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/armada-8040-mcbin.dts
 create mode 100644 configs/mvebu_mcbin-88f8040_defconfig
 create mode 100644 doc/device-tree-bindings/pci/armada8k-pcie.txt
 create mode 100644 doc/device-tree-bindings/usb/marvell.xhci-usb.txt

-- 
2.7.4

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

end of thread, other threads:[~2017-02-06 19:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 14:52 [U-Boot] [PATCH v2 0/7] arm64: mvebu: Add support for A8K community board kostap at marvell.com
2017-01-08 14:52 ` [U-Boot] [PATCH v2 1/7] arm64: mvebu: Update bubt command MMC block device access kostap at marvell.com
2017-01-25  7:41   ` Stefan Roese
2017-01-08 14:52 ` [U-Boot] [PATCH v2 2/7] arm64: mvebu: gpio: Add GPIO nodes to A8K family devices kostap at marvell.com
2017-01-08 14:52 ` [U-Boot] [PATCH v2 3/7] arm64: mvebu: dts: Add i2c1 pin definitions to CPM kostap at marvell.com
2017-01-08 14:52 ` [U-Boot] [PATCH v2 4/7] mvebu: usb: xhci: Add support for VBUS controlled by GPIO kostap at marvell.com
2017-01-24 13:53   ` Stefan Roese
2017-01-24 14:11     ` Marek Vasut
2017-01-24 14:57       ` [U-Boot] [EXT] " Kostya Porotchkin
2017-01-24 15:03         ` Marek Vasut
2017-02-06 13:26         ` Kostya Porotchkin
2017-02-06 19:32           ` Marek Vasut
2017-01-08 14:52 ` [U-Boot] [PATCH v2 5/7] mvebu: pcie: Add support for GPIO reset for PCIe device kostap at marvell.com
2017-01-08 14:52 ` [U-Boot] [PATCH v2 6/7] arm64: mvebu: dts: Add DTS file for MACCHIATOBin board kostap at marvell.com
2017-01-08 14:52 ` [U-Boot] [PATCH v2 7/7] arm64: mvebu: Add default configuraton " kostap at marvell.com

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.