From: Hui Liu <hui.liu@mediatek.com>
To: <linus.walleij@linaro.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>, <matthias.bgg@gmail.com>
Cc: <srv_heupstream@mediatek.com>, <hui.liu@mediatek.com>,
<johnson.wang@mediatek.com>, <zhiyong.tao@mediatek.com>,
<sean.wang@mediatek.com>, <linux-gpio@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: [PATCH 0/3] Mediatek pinctrl patches for mt8188
Date: Mon, 18 Jul 2022 19:38:10 +0800 [thread overview]
Message-ID: <20220718113813.23787-1-hui.liu@mediatek.com> (raw)
This series includes 3 patches:
1. add mt8188 pinctrl binding document.
2. add pinctrl pinmux definition for mt8188.
3. add pinctrl driver for mt8188.
Hui.Liu (3):
dt-bindings: mediatek: add pinctrl definition for mt8188
dt-bindings: pinctrl: mt8188: add pinmux definition
pinctrl: add pinctrl driver for mt8188
.../bindings/pinctrl/pinctrl-mt8188.yaml | 306 +++
drivers/pinctrl/mediatek/Kconfig | 12 +
drivers/pinctrl/mediatek/Makefile | 1 +
drivers/pinctrl/mediatek/pinctrl-mt8188.c | 1666 ++++++++++++
drivers/pinctrl/mediatek/pinctrl-mtk-mt8188.h | 2260 +++++++++++++++++
include/dt-bindings/pinctrl/mt8188-pinfunc.h | 1280 ++++++++++
6 files changed, 5525 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8188.yaml
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8188.c
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8188.h
create mode 100644 include/dt-bindings/pinctrl/mt8188-pinfunc.h
--
2.18.0
next reply other threads:[~2022-07-18 11:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-18 11:38 Hui Liu [this message]
2022-07-18 11:38 ` [PATCH 1/3] dt-bindings: mediatek: add pinctrl definition for mt8188 Hui Liu
2022-07-18 14:08 ` Krzysztof Kozlowski
[not found] ` <08a7209fe198839093b3ef729fc97c1a950e1fbc.camel@mediatek.com>
2022-07-21 14:44 ` Krzysztof Kozlowski
[not found] ` <ea7755e599ad8c06bc04b6249c2a6d0ab3b920f3.camel@mediatek.com>
2022-07-22 18:19 ` Krzysztof Kozlowski
[not found] ` <9dbcee74667cdc77ad80c043bb7725c63ff1cbd2.camel@mediatek.com>
2022-07-26 9:45 ` Krzysztof Kozlowski
2022-07-18 14:12 ` Rob Herring
2022-07-18 11:38 ` [PATCH 2/3] dt-bindings: pinctrl: mt8188: add pinmux definition Hui Liu
2022-07-18 14:08 ` Krzysztof Kozlowski
2022-07-18 11:38 ` [PATCH 3/3] pinctrl: add pinctrl driver for mt8188 Hui Liu
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=20220718113813.23787-1-hui.liu@mediatek.com \
--to=hui.liu@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=johnson.wang@mediatek.com \
--cc=krzysztof.kozlowski+dt@linaro.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-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=srv_heupstream@mediatek.com \
--cc=zhiyong.tao@mediatek.com \
/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).