Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1472284
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/7] aspeed: Integrate pinctrl and gpio drivers |
| Date | 2016-08-30 10:00 +0200 |
| Message-ID | <sbM7D-1Ul-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all, Here's v3 of the Aspeed pinctrl and gpio driver integration patches. v2 of the integration series can be found at: https://lkml.org/lkml/2016/8/19/403 v3 captures changes required to address review comments from v2 of the driver series: https://lkml.org/lkml/2016/8/22/343 Since v2: * Add interrupt-controller property to gpio devicetree nodes * Drop unit address from pinctrl devicetree nodes * ARCH_ASPEED selects MFD_SYSCON Cheers, Andrew --- Andrew Jeffery (7): mach-aspeed: Select pinctrl drivers mach-aspeed: Select GPIO driver aspeed-g4: Add syscon and pin controller nodes palmetto: Request relevant mux functions in devicetree aspeed-g4: Add gpio controller to devicetree aspeed-g5: Add syscon and pin controller nodes aspeed-g5: Add gpio controller to devicetree arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 14 + arch/arm/boot/dts/aspeed-g4.dtsi | 430 ++++++++++++++++++++++++++ arch/arm/boot/dts/aspeed-g5.dtsi | 214 +++++++++++++ arch/arm/mach-aspeed/Kconfig | 6 + 4 files changed, 664 insertions(+) -- 2.9.3.1.g0db844e
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/7] aspeed: Integrate pinctrl and gpio drivers Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 1/7] mach-aspeed: Select pinctrl drivers Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 5/7] aspeed-g4: Add gpio controller to devicetree Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 2/7] mach-aspeed: Select GPIO driver Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 6/7] aspeed-g5: Add syscon and pin controller nodes Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 4/7] palmetto: Request relevant mux functions in devicetree Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200 [PATCH v3 3/7] aspeed-g4: Add syscon and pin controller nodes Andrew Jeffery <andrew@aj.id.au> - 2016-08-30 10:00 +0200
csiph-web