devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates
@ 2015-11-24  9:39 Masahiro Yamada
  2015-11-24  9:39 ` [PATCH 1/4] bus: uniphier-system-bus: add UniPhier System Bus Controller driver Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Masahiro Yamada @ 2015-11-24  9:39 UTC (permalink / raw)
  To: arm
  Cc: Masahiro Yamada, devicetree, Kumar Gala, linux-kernel,
	Ian Campbell, Rob Herring, Pawel Moll, Will Deacon, Mark Rutland,
	Russell King, Catalin Marinas, linux-arm-kernel

Hi Arnd, Olof,

Here is another series for UniPhier SoC family:

 - 1/4: add a new driver.  The UniPhier System Bus is an external bus
        where on-board devices are connected to the SoC.
        (please check if the binding specification is OK.)

 - 2/4: device tree updates to use the driver added by 1/4

 - 3/4: trivial rename of device node names

 - 4/4: initial commit for ARMv8 SoC/Board device trees

Please apply 2/4, 3/4/, 4/4 into the same branch because 4/4 depends on 2/4 and 3/4.
(4/4 creates symbolic links to ARM device trees.)



Masahiro Yamada (4):
  bus: uniphier-system-bus: add UniPhier System Bus Controller driver
  ARM: dts: uniphier: add better-matching compatible string to extbus
    nodes
  ARM: dts: uniphier: rename nodes from extbus to system-bus
  arm64: dts: uniphier: add PH1-LD10 SoC/board support

 .../bindings/arm/uniphier/uniphier-system-bus.txt  |  70 +++++
 MAINTAINERS                                        |   2 +
 arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts         |   2 +-
 arch/arm/boot/dts/uniphier-ph1-ld4.dtsi            |   5 +-
 arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts        |   2 +-
 arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts        |   2 +-
 arch/arm/boot/dts/uniphier-ph1-pro4.dtsi           |   5 +-
 arch/arm/boot/dts/uniphier-ph1-pro5.dtsi           |   5 +-
 arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts        |   2 +-
 arch/arm/boot/dts/uniphier-ph1-sld3.dtsi           |   5 +-
 arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts        |   2 +-
 arch/arm/boot/dts/uniphier-ph1-sld8.dtsi           |   5 +-
 arch/arm/boot/dts/uniphier-proxstream2.dtsi        |   5 +-
 arch/arm/boot/dts/uniphier-support-card.dtsi       |   2 +-
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/socionext/Makefile             |   4 +
 .../boot/dts/socionext/uniphier-ph1-ld10-ref.dts   |  95 +++++++
 .../boot/dts/socionext/uniphier-ph1-ld10.dtsi      | 286 +++++++++++++++++++++
 .../arm64/boot/dts/socionext/uniphier-pinctrl.dtsi |   1 +
 .../boot/dts/socionext/uniphier-support-card.dtsi  |   1 +
 drivers/bus/Kconfig                                |   9 +
 drivers/bus/Makefile                               |   1 +
 drivers/bus/uniphier-system-bus.c                  | 284 ++++++++++++++++++++
 23 files changed, 778 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/uniphier/uniphier-system-bus.txt
 create mode 100644 arch/arm64/boot/dts/socionext/Makefile
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ph1-ld10-ref.dts
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ph1-ld10.dtsi
 create mode 120000 arch/arm64/boot/dts/socionext/uniphier-pinctrl.dtsi
 create mode 120000 arch/arm64/boot/dts/socionext/uniphier-support-card.dtsi
 create mode 100644 drivers/bus/uniphier-system-bus.c

-- 
1.9.1

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

end of thread, other threads:[~2015-12-12  6:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24  9:39 [PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates Masahiro Yamada
2015-11-24  9:39 ` [PATCH 1/4] bus: uniphier-system-bus: add UniPhier System Bus Controller driver Masahiro Yamada
2015-11-24 11:50   ` Mark Rutland
2015-11-24 16:54     ` Masahiro Yamada
     [not found]       ` <CAK7LNAR_6qwVK9fNEAX-L_v1Z5cdGMU33bP75Rdtu5bdmid-3Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-24 17:38         ` Mark Rutland
2015-11-26  2:27           ` Masahiro Yamada
2015-11-24  9:39 ` [PATCH 2/4] ARM: dts: uniphier: add better-matching compatible string to extbus nodes Masahiro Yamada
2015-11-24  9:39 ` [PATCH 3/4] ARM: dts: uniphier: rename nodes from extbus to system-bus Masahiro Yamada
2015-11-24  9:39 ` [PATCH 4/4] arm64: dts: uniphier: add PH1-LD10 SoC/board support Masahiro Yamada
2015-11-26  2:30 ` [PATCH 0/4] arm, arm64: uniphier: add a new driver, device tree updates Masahiro Yamada
2015-12-12  0:12 ` [PATCH 0/4] arm,arm64: " Arnd Bergmann
2015-12-12  6:57   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).