Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1656846

[PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO
Date 2017-06-03 16:50 +0200
Message-ID <tOixk-8g5-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This series adds support for the R_PIO pin controller on the A83T.
The pins managed this controller are mainly used for communicating
with the PMIC and codec, and various GPIOs for enabling power switches
for USB ports and WiFi.

Patch 1 updates the sunxi pinctrl bindings.

Patch 2 adds the pinctrl driver.

Patch 3 adds a device node for the pin controller.

Please have a look.

Regards
ChenYu


Chen-Yu Tsai (3):
  dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO
  pinctrl: sunxi: Add support for A83T R_PIO
  ARM: sun8i: a83t: Add device node for R_PIO

 .../bindings/pinctrl/allwinner,sunxi-pinctrl.txt   |   1 +
 arch/arm/boot/dts/sun8i-a83t.dtsi                  |  15 +++
 drivers/pinctrl/sunxi/Kconfig                      |   4 +
 drivers/pinctrl/sunxi/Makefile                     |   1 +
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t-r.c       | 128 +++++++++++++++++++++
 5 files changed, 149 insertions(+)
 create mode 100644 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t-r.c

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200
  [PATCH 1/3] dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200
  [PATCH 3/3] ARM: sun8i: a83t: Add device node for R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200
  Re: [PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-05 16:00 +0200

csiph-web