From: Cathy Xu <ot_cathy.xu@mediatek.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Sean Wang <sean.wang@kernel.org>, Lei Xue <lei.xue@mediatek.com>,
<wenbin.mei@mediatek.com>
Cc: <linux-gpio@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>,
Cathy Xu <ot_cathy.xu@mediatek.com>
Subject: [PATCH v2 0/2] MediaTek pinctrl patch on mt8196
Date: Fri, 10 Jan 2025 18:42:27 +0800 [thread overview]
Message-ID: <20250110104703.13625-1-ot_cathy.xu@mediatek.com> (raw)
Changes in v2:
- fix driver file's coding style.
- add pinctrl binding document.
Changes in v1:
- add mt8196 pinctrl driver.
- add pinmux definition file.
Cathy Xu (2):
dt-bindings: pinctrl: mediatek: add support for mt8196
pinctrl: mediatek: add mt8196 driver
.../pinctrl/mediatek,mt8196-pinctrl.yaml | 266 ++
drivers/pinctrl/mediatek/Kconfig | 12 +
drivers/pinctrl/mediatek/Makefile | 1 +
drivers/pinctrl/mediatek/pinctrl-mt8196.c | 1764 +++++++++++
drivers/pinctrl/mediatek/pinctrl-mtk-mt8196.h | 2789 +++++++++++++++++
include/dt-bindings/pinctrl/mt8196-pinfunc.h | 1572 ++++++++++
6 files changed, 6404 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8196-pinctrl.yaml
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8196.c
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8196.h
create mode 100644 include/dt-bindings/pinctrl/mt8196-pinfunc.h
--
2.34.1
next reply other threads:[~2025-01-10 10:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-10 10:42 Cathy Xu [this message]
2025-01-10 10:42 ` [PATCH v2 1/2] dt-bindings: pinctrl: mediatek: add support for mt8196 Cathy Xu
2025-01-11 9:41 ` Krzysztof Kozlowski
2025-01-13 13:20 ` AngeloGioacchino Del Regno
2025-01-14 11:07 ` Cathy Xu (许华婷)
2025-01-18 9:13 ` Krzysztof Kozlowski
2025-01-14 11:01 ` Cathy Xu (许华婷)
2025-01-10 10:42 ` [PATCH v2 2/2] pinctrl: mediatek: add mt8196 driver Cathy Xu
2025-01-11 10:31 ` kernel test robot
2025-01-11 13:08 ` kernel test robot
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=20250110104703.13625-1-ot_cathy.xu@mediatek.com \
--to=ot_cathy.xu@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lei.xue@mediatek.com \
--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@kernel.org \
--cc=sean.wang@kernel.org \
--cc=wenbin.mei@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).