From: Daniel Golle <daniel@makrotopia.org>
To: "Arınç ÜNAL" <arinc.unal@arinc9.com>
Cc: linux-gpio@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Sean Wang <sean.wang@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Chen-Yu Tsai <wenst@chromium.org>,
Miles Chen <miles.chen@mediatek.com>,
Edward-JW Yang <edward-jw.yang@mediatek.com>,
Johnson Wang <johnson.wang@mediatek.com>,
Fabien Parent <fparent@baylibre.com>,
Sam Shih <sam.shih@mediatek.com>,
Jianhui Zhao <zhaojh329@gmail.com>
Subject: Re: [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver
Date: Thu, 16 Feb 2023 16:48:25 +0000 [thread overview]
Message-ID: <Y+5eWWoZzMej6N4I@makrotopia.org> (raw)
In-Reply-To: <765313c2-c2d7-9450-aabd-29c471f82ce5@arinc9.com>
On Thu, Feb 16, 2023 at 07:32:13PM +0300, Arınç ÜNAL wrote:
> On 16.02.2023 19:26, Daniel Golle wrote:
> > On Thu, Feb 16, 2023 at 04:50:57PM +0300, Arınç ÜNAL wrote:
> > > Hi Daniel,
> > >
> > > On 26.01.2023 03:34, Daniel Golle wrote:
> > > > Add pinctrl driver for the MediaTek MT7981 SoC, based on the driver
> > > > which can also be found the SDK.
> > > >
> > > > Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> > > > ---
> > > > drivers/pinctrl/mediatek/Kconfig | 5 +
> > > > drivers/pinctrl/mediatek/Makefile | 1 +
> > > > drivers/pinctrl/mediatek/pinctrl-mt7981.c | 1048 +++++++++++++++++++++
> > > > 3 files changed, 1054 insertions(+)
> > > > create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt7981.c
> > > >
> > > > diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig
> > > > index fed02c6fea062..f20c28334bcbf 100644
> > > > --- a/drivers/pinctrl/mediatek/Kconfig
> > > > +++ b/drivers/pinctrl/mediatek/Kconfig
> > > > @@ -127,6 +127,11 @@ config PINCTRL_MT7622
> > > > default ARM64 && ARCH_MEDIATEK
> > > > select PINCTRL_MTK_MOORE
> > > > +config PINCTRL_MT7981
> > > > + bool "Mediatek MT7981 pin control"
> > > > + depends on OF
> > > > + select PINCTRL_MTK_MOORE
> > > > +
> > >
> > > Is there a reason why you removed these lines from v1?
> >
> > Oh, that seemed to have happened by accident. Imho it'd be better
> > to have these two lines there as well.
>
> Agreed. I'm preparing some patches to move the pinctrl driver for the
> MediaTek MIPS SoCs here, this driver appears on the menuconfig even though
> it shouldn't. Will you fix this yourself, or I can do it and add it to my
> upcoming patch series.
If you are anyway planning to send out a series of patches for pinctrl
please include a patch adding these two lines as well, I will Ack that
patch.
next prev parent reply other threads:[~2023-02-16 16:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-26 0:33 [PATCH v2 0/2] add pinctrl driver for MT7981 SoC Daniel Golle
2023-01-26 0:34 ` [PATCH v2 1/2] dt-bindings: pinctrl: add bindings " Daniel Golle
2023-01-31 17:16 ` Rob Herring
2023-01-26 0:34 ` [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver Daniel Golle
2023-02-16 13:50 ` Arınç ÜNAL
2023-02-16 16:26 ` Daniel Golle
2023-02-16 16:32 ` Arınç ÜNAL
2023-02-16 16:48 ` Daniel Golle [this message]
2023-01-30 17:17 ` [PATCH v2 1/2] dt-bindings: pinctrl: add bindings for MT7981 SoC Rob Herring
2023-02-06 13:48 ` [PATCH v2 0/2] add pinctrl driver " Linus Walleij
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=Y+5eWWoZzMej6N4I@makrotopia.org \
--to=daniel@makrotopia.org \
--cc=arinc.unal@arinc9.com \
--cc=edward-jw.yang@mediatek.com \
--cc=fparent@baylibre.com \
--cc=johnson.wang@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=miles.chen@mediatek.com \
--cc=sam.shih@mediatek.com \
--cc=sean.wang@kernel.org \
--cc=wenst@chromium.org \
--cc=zhaojh329@gmail.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
Powered by JetHome