Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1536646
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/6] aspeed: Integrate pinctrl and gpio drivers |
| Date | 2016-12-06 05:00 +0100 |
| Message-ID | <sLf57-58I-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This picks up some work from a while back that adds pinctrl and GPIO support to
the Aspeed devicetrees. See the previous series:
https://lkml.org/lkml/2016/8/30/74
Since v3 two new patches have been added, describing the Low Pin Count bus and
SoC Display Controller nodes. These are essential for the aspeed-g5 pinctrl.
Cheers,
Andrew
Andrew Jeffery (6):
arm: dts: aspeed-g4: Add syscon and pin controller nodes
arm: dts: aspeed-g4: Add gpio controller to devicetree
arm: dts: aspeed-g5: Add SoC Display Controller node
arm: dts: aspeed-g5: Add LPC Controller node
arm: dts: aspeed-g5: Add syscon and pin controller nodes
arm: dts: aspeed-g5: Add gpio controller to devicetree
arch/arm/boot/dts/aspeed-g4.dtsi | 760 ++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/aspeed-g5.dtsi | 863 +++++++++++++++++++++++++++++++++++++++
2 files changed, 1623 insertions(+)
--
2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/6] aspeed: Integrate pinctrl and gpio drivers Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 5/6] arm: dts: aspeed-g5: Add syscon and pin controller nodes Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 6/6] arm: dts: aspeed-g5: Add gpio controller to devicetree Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 2/6] arm: dts: aspeed-g4: Add gpio controller to devicetree Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 1/6] arm: dts: aspeed-g4: Add syscon and pin controller nodes Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 3/6] arm: dts: aspeed-g5: Add SoC Display Controller node Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100 [PATCH v4 4/6] arm: dts: aspeed-g5: Add LPC Controller node Andrew Jeffery <andrew@aj.id.au> - 2016-12-06 05:00 +0100
csiph-web