All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dove: move Dove DT to MVEBU
@ 2014-02-27 21:28 ` Sebastian Hesselbarth
  0 siblings, 0 replies; 88+ messages in thread
From: Sebastian Hesselbarth @ 2014-02-27 21:28 UTC (permalink / raw)
  To: Sebastian Hesselbarth
  Cc: Russell King, Olof Johansson, Kevin Hilman, Arnd Bergmann,
	Jason Cooper, Andrew Lunn, Gregory Clement, linux-arm-kernel,
	linux-kernel

Thanks to DT conversion effort, Marvell Dove with DT support is now
ready to leave mach-dove and hop into mach-mvebu. As discussed with
MVEBU maintainers, we first add dove.c now and keep on migrating
it with Armada 3xx SoCs the next cycle.

Patch 1 adds a DT node for the system controller found on Marvell
MVEBU SoCs.

Patch 2 copies an approach taken by Andrew Lunn for Kirkwood-to-MVEBU
patches, that add MACH_DOVE for Dove in mach-mvebu to distinguish it
from ARCH_DOVE in mach-dove, where drivers still support both non-DT
and DT.

Patch 3 then moves mach-dove/board-dt.c to mach-mvebu/dove.c with
minor cleanups and converts drivers/phy/Kconfig to MACH_DOVE for
a DT-only driver.

Patch 4 finally adds MACH_DOVE and some of its drivers to multi_v7
defconfig.

The patches are based on v3.14-rc4, recently posted mvebu/pinctrl-cleanup
and mvebu/pinctrl-dove branches: v3.14-rc4 is required for a irqchip
driver fix when SPARSE_IRQ is set, the pinctrl branches remove hard-coded
addresses from Dove's pinctrl driver.

An unstable branch with above dependencies met, is available at

https://github.com/shesselba/linux-dove.git unstable/dove-mvebu-for-3.15_v1

Sebastian Hesselbarth (4):
  ARM: dove: add system controller node
  ARM: dove: prepare new Dove DT Kconfig variable
  ARM: mvebu: move DT Dove to MVEBU
  ARM: add Marvell Dove and some drivers to multi_v7 defconfig

 arch/arm/boot/dts/Makefile                           | 12 ++++++------
 arch/arm/boot/dts/dove.dtsi                          |  5 +++++
 arch/arm/configs/multi_v7_defconfig                  |  4 ++++
 arch/arm/mach-dove/Kconfig                           | 12 ------------
 arch/arm/mach-dove/Makefile                          |  1 -
 arch/arm/mach-mvebu/Kconfig                          | 12 ++++++++++++
 arch/arm/mach-mvebu/Makefile                         |  1 +
 arch/arm/{mach-dove/board-dt.c => mach-mvebu/dove.c} | 20 ++++++++------------
 drivers/mmc/host/Kconfig                             |  2 +-
 drivers/phy/Kconfig                                  |  2 +-
 drivers/thermal/Kconfig                              |  2 +-
 drivers/watchdog/Kconfig                             |  2 +-
 sound/soc/kirkwood/Kconfig                           |  2 +-
 13 files changed, 41 insertions(+), 36 deletions(-)
 rename arch/arm/{mach-dove/board-dt.c => mach-mvebu/dove.c} (61%)

---
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Olof Johansson <olof@lixom.net>
Cc: Kevin Hilman <khilman@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
-- 
1.8.5.3


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

end of thread, other threads:[~2014-04-15 18:20 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-27 21:28 [PATCH 0/4] ARM: dove: move Dove DT to MVEBU Sebastian Hesselbarth
2014-02-27 21:28 ` Sebastian Hesselbarth
2014-02-27 21:28 ` [PATCH 1/4] ARM: dove: add system controller node Sebastian Hesselbarth
2014-02-27 21:28   ` Sebastian Hesselbarth
2014-03-04  4:00   ` Jason Cooper
2014-03-04  4:00     ` Jason Cooper
2014-03-04  4:00     ` Jason Cooper
2014-02-27 21:28 ` [PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable Sebastian Hesselbarth
2014-02-27 21:28   ` Sebastian Hesselbarth
2014-02-27 21:28   ` Sebastian Hesselbarth
2014-02-27 21:51   ` Wim Van Sebroeck
2014-02-27 22:05     ` Sebastian Hesselbarth
2014-02-27 22:05       ` Sebastian Hesselbarth
2014-02-28  1:53   ` Mark Brown
2014-02-28  1:53     ` Mark Brown
2014-02-28  1:53     ` Mark Brown
2014-02-28 16:34     ` Jason Cooper
2014-02-28 16:34       ` Jason Cooper
2014-02-28 16:34       ` Jason Cooper
2014-02-28 18:12       ` Sebastian Hesselbarth
2014-02-28 18:12         ` Sebastian Hesselbarth
2014-03-01  8:33   ` [PATCH v2 1/5] ASoC: kirkwood: " Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-04  4:01     ` Jason Cooper
2014-03-04  4:01       ` Jason Cooper
2014-03-04  4:03     ` Mark Brown
2014-03-04  4:03       ` Mark Brown
2014-03-04  4:03       ` Mark Brown
2014-03-04 10:32       ` Sebastian Hesselbarth
2014-03-04 10:32         ` Sebastian Hesselbarth
2014-03-01  8:33   ` [PATCH v2 2/5] watchdog: orion: " Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-02 14:25     ` Wim Van Sebroeck
2014-03-04  4:02     ` Jason Cooper
2014-03-04  4:02       ` Jason Cooper
2014-03-01  8:33   ` [PATCH v2 3/5] thermal: dove: " Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-04  4:03     ` Jason Cooper
2014-03-04  4:03       ` Jason Cooper
2014-03-20  5:57       ` Zhang Rui
2014-03-20  5:57         ` Zhang Rui
2014-03-01  8:33   ` [PATCH v2 4/5] mmc: " Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-04  4:03     ` Jason Cooper
2014-03-04  4:03       ` Jason Cooper
2014-03-27 15:24       ` Sebastian Hesselbarth
2014-03-27 15:24         ` Sebastian Hesselbarth
2014-04-15 18:20         ` Sebastian Hesselbarth
2014-04-15 18:20           ` Sebastian Hesselbarth
2014-03-01  8:33   ` [PATCH v2 5/5] phy: mvebu-sata: " Sebastian Hesselbarth
2014-03-01  8:33     ` Sebastian Hesselbarth
2014-03-01 13:38     ` Kishon Vijay Abraham I
2014-03-01 13:38       ` Kishon Vijay Abraham I
2014-03-02 20:47       ` Sebastian Hesselbarth
2014-03-02 20:47         ` Sebastian Hesselbarth
2014-03-04  4:04     ` Jason Cooper
2014-03-04  4:04       ` Jason Cooper
2014-02-27 21:28 ` [PATCH 3/4] ARM: mvebu: move DT Dove to MVEBU Sebastian Hesselbarth
2014-02-27 21:28   ` Sebastian Hesselbarth
2014-02-27 21:40   ` Jason Cooper
2014-02-27 21:40     ` Jason Cooper
2014-02-27 21:43     ` Sebastian Hesselbarth
2014-02-27 21:43       ` Sebastian Hesselbarth
2014-02-27 21:43       ` Sebastian Hesselbarth
2014-02-27 21:47       ` Jason Cooper
2014-02-27 21:47         ` Jason Cooper
2014-02-27 21:47         ` Jason Cooper
2014-02-27 22:03   ` [PATCH v2 " Sebastian Hesselbarth
2014-02-27 22:03     ` Sebastian Hesselbarth
2014-02-27 22:03     ` Sebastian Hesselbarth
2014-03-01  8:39     ` [PATCH v3 " Sebastian Hesselbarth
2014-03-01  8:39       ` Sebastian Hesselbarth
2014-03-04  4:29       ` Jason Cooper
2014-03-04  4:29         ` Jason Cooper
2014-03-04  4:29         ` Jason Cooper
2014-02-27 21:28 ` [PATCH 4/4] ARM: add Marvell Dove and some drivers to multi_v7 defconfig Sebastian Hesselbarth
2014-02-27 21:28   ` Sebastian Hesselbarth
2014-03-04  4:07   ` Jason Cooper
2014-03-04  4:07     ` Jason Cooper
2014-03-17 15:29     ` Jason Cooper
2014-03-17 15:29       ` Jason Cooper
2014-03-17 19:03       ` Arnd Bergmann
2014-03-17 19:03         ` Arnd Bergmann
2014-02-27 21:45 ` [PATCH 0/4] ARM: dove: move Dove DT to MVEBU Jason Cooper
2014-02-27 21:45   ` Jason Cooper
2014-02-27 21:48   ` Sebastian Hesselbarth
2014-02-27 21:48     ` Sebastian Hesselbarth

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.