Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1276241 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2015-11-24 10:50 +0100 |
| Last post | 2015-11-26 03:40 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-24 10:50 +0100
Re: [PATCH 0/4] arm, arm64: uniphier: add a new driver, device tree updates Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-11-26 03:40 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2015-11-24 10:50 +0100 |
| Subject | [PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates |
| Message-ID | <qyiox-6mU-3@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2015-11-26 03:40 +0100 |
| Subject | Re: [PATCH 0/4] arm, arm64: uniphier: add a new driver, device tree updates |
| Message-ID | <qyUDv-6pb-1@gated-at.bofh.it> |
| In reply to | #1276241 |
2015-11-24 18:39 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > 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.) It looks like 1/4 will take longer, so want to postpone it for now. I will resend 4/4 as a single patch. -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web