This patch set moves Dove to the recently introduced irqchip driver for Marvell Orion SoCs. First, init code for timer and mv643xx_eth is added to prepare legacy non-DT drivers for virtual irqs provided by irqchip drivers. Then DT enabled boards for Dove are moved to the orion irqchip driver.
Note: This patch set depends on irqchip driver for Orion SoCs patch. Sebastian Hesselbarth (3): ARM: dove: add DT parsing for legacy mv643xx_eth ARM: dove: add DT parsing for legacy timer ARM: dove: move DT boards to orion irqchip driver arch/arm/boot/dts/dove.dtsi | 18 ++++++++- arch/arm/mach-dove/Kconfig | 1 + arch/arm/mach-dove/Makefile | 4 +- arch/arm/mach-dove/board-dt.c | 77 ++++++++++++++++++++++++++++++++++++----- 4 files changed, 87 insertions(+), 13 deletions(-) --- Cc: Grant Likely <[email protected]> Cc: Rob Herring <[email protected]> Cc: Rob Landley <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Russell King <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Gregory Clement <[email protected]> Cc: Ezequiel Garcia <[email protected]> Cc: Jean-Francois Moine <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] -- 1.7.2.5 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
