[PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189

Cathy Xu posted 3 patches 2 months, 3 weeks ago
.../pinctrl/mediatek,mt8189-pinctrl.yaml      |  213 ++
arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h | 1125 ++++++++
drivers/pinctrl/mediatek/Kconfig              |   12 +
drivers/pinctrl/mediatek/Makefile             |    1 +
drivers/pinctrl/mediatek/pinctrl-mt8189.c     | 1700 ++++++++++++
drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h | 2452 +++++++++++++++++
6 files changed, 5503 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8189-pinctrl.yaml
create mode 100644 arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8189.c
create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h
[PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
Posted by Cathy Xu 2 months, 3 weeks ago
This patch series introduces support for the MT8189 pinctrl driver,
include the driver implementation, new binding document and pinctrl header file.

Changes in v2:
- Modify the coding style of dt-binding.

Cathy Xu (3):
  dt-bindings: pinctrl: mediatek: Add support for mt8189
  arm64: dts: mediatek: mt8189: Add pinmux macro header file
  pinctrl: mediatek: Add pinctrl driver on mt8189

 .../pinctrl/mediatek,mt8189-pinctrl.yaml      |  213 ++
 arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h | 1125 ++++++++
 drivers/pinctrl/mediatek/Kconfig              |   12 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8189.c     | 1700 ++++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h | 2452 +++++++++++++++++
 6 files changed, 5503 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8189-pinctrl.yaml
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8189.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h

-- 
2.45.2
Re: [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
Posted by Linus Walleij 2 months, 2 weeks ago
On Fri, Jul 11, 2025 at 11:45 AM Cathy Xu <ot_cathy.xu@mediatek.com> wrote:

> This patch series introduces support for the MT8189 pinctrl driver,
> include the driver implementation, new binding document and pinctrl header file.

> Cathy Xu (3):

>   dt-bindings: pinctrl: mediatek: Add support for mt8189
(...)
>   pinctrl: mediatek: Add pinctrl driver on mt8189

Applied these patches, thanks for all your hard work and
patience!

>   arm64: dts: mediatek: mt8189: Add pinmux macro header file

Please funnel this through the mediatek SoC tree.

Yours,
Linus Walleij
Re: [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
Posted by Cathy Xu (许华婷) 1 month, 1 week ago
On Wed, 2025-07-23 at 13:36 +0200, Linus Walleij wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> On Fri, Jul 11, 2025 at 11:45 AM Cathy Xu <ot_cathy.xu@mediatek.com>
> wrote:
> 
> > This patch series introduces support for the MT8189 pinctrl driver,
> > include the driver implementation, new binding document and pinctrl
> > header file.
> > Cathy Xu (3):
> >   dt-bindings: pinctrl: mediatek: Add support for mt8189
> 
> (...)
> >   pinctrl: mediatek: Add pinctrl driver on mt8189
> 
> Applied these patches, thanks for all your hard work and
> patience!
> 
> >   arm64: dts: mediatek: mt8189: Add pinmux macro header file
> 
> Please funnel this through the mediatek SoC tree.

  OK, I will funnel this through the mediatek SoC tree. Thanks.

> 
> Yours,
> Linus Walleij
Re: [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On Fri, Jul 11, 2025 at 05:44:56PM +0800, Cathy Xu wrote:
> This patch series introduces support for the MT8189 pinctrl driver,
> include the driver implementation, new binding document and pinctrl header file.
> 
> Changes in v2:
> - Modify the coding style of dt-binding.

This is too vague. Anything can be "modify" and anything can be "coding
style".

What exactly happened here? There is also no v1 link to actually check
previous discussions.

Best regards,
Krzysztof
Re: [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
Posted by Cathy Xu (许华婷) 1 month, 1 week ago
On Mon, 2025-07-14 at 09:53 +0200, Krzysztof Kozlowski wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> On Fri, Jul 11, 2025 at 05:44:56PM +0800, Cathy Xu wrote:
> > This patch series introduces support for the MT8189 pinctrl driver,
> > include the driver implementation, new binding document and pinctrl
> > header file.
> > 
> > Changes in v2:
> > - Modify the coding style of dt-binding.
> 
> This is too vague. Anything can be "modify" and anything can be
> "coding
> style".
> 
> What exactly happened here? There is also no v1 link to actually
> check
> previous discussions.

  Thank you for your review. The next version will be improved.

> 
> Best regards,
> Krzysztof
>