linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: zhiyong.tao@mediatek.com (Zhiyong Tao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712
Date: Mon, 31 Jul 2017 16:22:10 +0800	[thread overview]
Message-ID: <1501489333-23145-1-git-send-email-zhiyong.tao@mediatek.com> (raw)

This series includes three patches:
1.Add mt2712 compatible node in binding document.
2.Add mt2712 pinctrl device node.
3.Add mt2712 pinctrl driver.

Zhiyong Tao (3):
  dt-bindings: pinctrl: mt2712: add binding document
  arm64: dts: mt2712: add pintcrl device node.
  pinctrl: add mt2712 pinctrl driver

 .../devicetree/bindings/pinctrl/pinctrl-mt65xx.txt |    1 +
 arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h      | 1014 +++++++++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |   18 +
 drivers/pinctrl/mediatek/Kconfig                   |    8 +
 drivers/pinctrl/mediatek/Makefile                  |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt2701.c          |   21 +-
 drivers/pinctrl/mediatek/pinctrl-mt2712.c          |  670 +++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c      |   16 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-common.h      |   44 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h      | 1858 ++++++++++++++++++++
 10 files changed, 3619 insertions(+), 32 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt2712.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h

--
1.9.1

             reply	other threads:[~2017-07-31  8:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31  8:22 Zhiyong Tao [this message]
2017-07-31  8:22 ` [PATCH 1/3] dt-bindings: pinctrl: mt2712: add binding document Zhiyong Tao
2017-08-03 23:40   ` Rob Herring
2017-08-07 12:07   ` Linus Walleij
2017-07-31  8:22 ` [PATCH 2/3] arm64: dts: mt2712: add pintcrl device node Zhiyong Tao
2017-08-07 12:09   ` Linus Walleij
2017-08-14 15:23   ` Matthias Brugger
2017-08-22 13:04     ` Linus Walleij
2017-09-21  8:13       ` Zhiyong Tao
2017-09-21 12:17         ` Linus Walleij
2017-09-22  1:31           ` Zhiyong Tao
2017-07-31  8:22 ` [PATCH 3/3] pinctrl: add mt2712 pinctrl driver Zhiyong Tao
2017-08-01  9:14   ` Yingjoe Chen
2017-08-02  6:03     ` Zhiyong Tao
2017-08-03  2:00       ` Yingjoe Chen
2017-09-21  8:49         ` Zhiyong Tao
2017-08-01  8:44 ` [PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712 Yingjoe Chen
2017-08-02  2:58   ` Zhiyong Tao

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=1501489333-23145-1-git-send-email-zhiyong.tao@mediatek.com \
    --to=zhiyong.tao@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.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).