All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] arm64: mvebu: Add support for A8K community board
@ 2017-02-08 15:34 kostap at marvell.com
  2017-02-08 15:34 ` [U-Boot] [PATCH v3 1/6] arm64: mvebu: gpio: Add GPIO nodes to A8K family devices kostap at marvell.com
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: kostap at marvell.com @ 2017-02-08 15:34 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 v3:
- Remove bubt command fixes - thay were already merged to the master branch
- Moved the USB VBUS control from proprietary GPIO to a fixed regulator
- Added SD and eMMC entries to the DTS
- Aligned default configutration with Armada-8040-DB
- Rebased on top of master branch

Konstantin Porotchkin (5):
  arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
  arm64: mvebu: dts: Add i2c1 pin definitions to CPM
  mvebu: pcie: Add support for GPIO reset for PCIe device
  mvebu: usb: xhci: Add VBUS regulator supply to the host driver
  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                | 287 ++++++++++++++++++++++
 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 ++
 configs/mvebu_mcbin-88f8040_defconfig             |  65 +++++
 doc/device-tree-bindings/pci/armada8k-pcie.txt    |  49 ++++
 doc/device-tree-bindings/usb/marvell.xhci-usb.txt |  28 +++
 drivers/pci/pcie_dw_mvebu.c                       |  20 ++
 drivers/usb/host/xhci-mvebu.c                     |  31 +++
 12 files changed, 531 insertions(+)
 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] 18+ messages in thread

end of thread, other threads:[~2017-03-24  5:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 15:34 [U-Boot] [PATCH v3 0/6] arm64: mvebu: Add support for A8K community board kostap at marvell.com
2017-02-08 15:34 ` [U-Boot] [PATCH v3 1/6] arm64: mvebu: gpio: Add GPIO nodes to A8K family devices kostap at marvell.com
2017-03-24  5:52   ` Stefan Roese
2017-02-08 15:34 ` [U-Boot] [PATCH v3 2/6] arm64: mvebu: dts: Add i2c1 pin definitions to CPM kostap at marvell.com
2017-02-08 15:34 ` [U-Boot] [PATCH v3 3/6] mvebu: pcie: Add support for GPIO reset for PCIe device kostap at marvell.com
2017-02-08 15:34 ` [U-Boot] [PATCH v3 4/6] mvebu: usb: xhci: Add VBUS regulator supply to the host driver kostap at marvell.com
2017-02-08 15:35   ` Marek Vasut
2017-02-08 15:45     ` Konstantin Porotchkin
2017-02-08 16:04       ` Marek Vasut
2017-02-08 16:28         ` Konstantin Porotchkin
2017-02-08 16:42           ` Marek Vasut
2017-02-09  8:00             ` Konstantin Porotchkin
2017-02-09  8:32               ` Marek Vasut
2017-02-09  9:08                 ` Konstantin Porotchkin
2017-02-09  9:09                   ` Marek Vasut
2017-02-09 10:42                     ` Konstantin Porotchkin
2017-02-08 15:34 ` [U-Boot] [PATCH v3 5/6] arm64: mvebu: dts: Add DTS file for MACCHIATOBin board kostap at marvell.com
2017-02-08 15:34 ` [U-Boot] [PATCH v3 6/6] 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.