linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@csie.org>
To: Maxime Ripard <maxime.ripard@free-electrons.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-sunxi@googlegroups.com
Subject: [PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO
Date: Sat,  3 Jun 2017 22:44:24 +0800	[thread overview]
Message-ID: <20170603144427.22855-1-wens@csie.org> (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


             reply	other threads:[~2017-06-03 14:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-03 14:44 Chen-Yu Tsai [this message]
     [not found] ` <20170603144427.22855-1-wens-jdAy2FN1RRM@public.gmane.org>
2017-06-03 14:44   ` [PATCH 1/3] dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO Chen-Yu Tsai
2017-06-08 22:22     ` Rob Herring
     [not found]     ` <20170603144427.22855-2-wens-jdAy2FN1RRM@public.gmane.org>
2017-06-09  9:19       ` Linus Walleij
2017-06-03 14:44   ` [PATCH 2/3] pinctrl: sunxi: Add support " Chen-Yu Tsai
     [not found]     ` <20170603144427.22855-3-wens-jdAy2FN1RRM@public.gmane.org>
2017-06-09  9:21       ` Linus Walleij
2017-06-03 14:44   ` [PATCH 3/3] ARM: sun8i: a83t: Add device node for R_PIO Chen-Yu Tsai
     [not found]     ` <20170603144427.22855-4-wens-jdAy2FN1RRM@public.gmane.org>
2017-06-09  9:22       ` Linus Walleij
2017-06-05 13:51   ` [PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO Maxime Ripard
2017-06-09 12:24     ` Chen-Yu Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170603144427.22855-1-wens@csie.org \
    --to=wens@csie.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).