All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] arm64: mvebu: Armada-8K family patches
@ 2016-11-20 15:38 kostap at marvell.com
  2016-11-20 15:38 ` [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS kostap at marvell.com
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: kostap at marvell.com @ 2016-11-20 15:38 UTC (permalink / raw)
  To: u-boot

From: Konstantin Porotchkin <kostap@marvell.com>

This set of patches is adding more features for bards based on new
Marvell MoChi platforms - Armada-70x0 and Armada-80x0.
The patches were applied on top of Stefan's patch set with the
last patch named "arm64: mvebu: Add PCI support to DB-88F8040 board".

The test was done on Armada-70x0 and Armada-80x0 development boards
equipped with SoC release A1.
Since the SPI and I2C channels mapping between A0 and A1 releases
were changed, the execution of added features on A0 boards will fail.

Currently 2 major features were added:
- BUBT command support
- Pin controller driver for A8K family

Konstantin Porotchkin (6):
  arm64: mvebu: Modify the A8K SPI and I2C config in DTS
  arm64: mvebu: Add bubt command for flash image burn
  arm64: mvebu: pinctrl: Add pin control driver for A8K family
  arm64: mvebu: Add pin control nodes to A8K family DTS files
  arm64: mvebu: Enable BUBT command support in A8K default config
  arm64: mvebu: Enable pin control support in A8K default config

 arch/arm/dts/armada-7040-db.dts                    |  38 ++
 arch/arm/dts/armada-8040-db.dts                    | 115 +++-
 arch/arm/dts/armada-ap806.dtsi                     |  18 +
 arch/arm/dts/armada-cp110-master.dtsi              |  32 +
 arch/arm/dts/armada-cp110-slave.dtsi               |  19 +
 arch/arm/include/asm/arch-armada8k/soc-info.h      |  45 ++
 arch/arm/mach-mvebu/Kconfig                        |  30 +
 arch/arm/mach-mvebu/arm64-common.c                 |   1 -
 cmd/Kconfig                                        |   3 +
 cmd/Makefile                                       |   2 +
 cmd/mvebu/Kconfig                                  |  10 +
 cmd/mvebu/Makefile                                 |  19 +
 cmd/mvebu/bubt.c                                   | 699 +++++++++++++++++++++
 configs/mvebu_db-88f7040_defconfig                 |   2 +
 configs/mvebu_db-88f8040_defconfig                 |   2 +
 .../pinctrl/marvell,mvebu-pinctrl.txt              | 113 ++++
 drivers/pinctrl/Kconfig                            |   1 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/mvebu/Kconfig                      |   7 +
 drivers/pinctrl/mvebu/Makefile                     |  17 +
 drivers/pinctrl/mvebu/pinctrl-mvebu.c              | 195 ++++++
 drivers/pinctrl/mvebu/pinctrl-mvebu.h              |  44 ++
 22 files changed, 1378 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-armada8k/soc-info.h
 create mode 100644 cmd/mvebu/Kconfig
 create mode 100644 cmd/mvebu/Makefile
 create mode 100644 cmd/mvebu/bubt.c
 create mode 100644 doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt
 create mode 100644 drivers/pinctrl/mvebu/Kconfig
 create mode 100644 drivers/pinctrl/mvebu/Makefile
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.c
 create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.h

-- 
2.7.4

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

end of thread, other threads:[~2016-11-24 16:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-20 15:38 [U-Boot] [PATCH 0/6] arm64: mvebu: Armada-8K family patches kostap at marvell.com
2016-11-20 15:38 ` [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS kostap at marvell.com
2016-11-24  9:02   ` Stefan Roese
2016-11-24  9:22     ` Kostya Porotchkin
2016-11-24 12:05       ` Stefan Roese
2016-11-20 15:38 ` [U-Boot] [PATCH 2/6] arm64: mvebu: Add bubt command for flash image burn kostap at marvell.com
2016-11-24  8:58   ` Stefan Roese
2016-11-20 15:38 ` [U-Boot] [PATCH 3/6] arm64: mvebu: pinctrl: Add pin control driver for A8K family kostap at marvell.com
2016-11-24  2:20   ` Simon Glass
2016-11-24  8:28     ` Kostya Porotchkin
2016-11-20 15:38 ` [U-Boot] [PATCH 4/6] arm64: mvebu: Add pin control nodes to A8K family DTS files kostap at marvell.com
2016-11-24  9:13   ` Stefan Roese
2016-11-24 14:09     ` Kostya Porotchkin
2016-11-24 16:00       ` Stefan Roese
2016-11-20 15:38 ` [U-Boot] [PATCH 5/6] arm64: mvebu: Enable BUBT command support in A8K default config kostap at marvell.com
2016-11-20 15:38 ` [U-Boot] [PATCH 6/6] arm64: mvebu: Enable pin control " 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.