From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Sean Wang" <sean.wang@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Lee Jones" <lee@kernel.org>,
linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
upstream@airoha.com, benjamin.larsson@genexis.eu,
linux-pwm@vger.kernel.org
Subject: Re: [PATCH v9 0/6] Add mfd, pinctrl and pwm support to EN7581 SoC
Date: Wed, 30 Oct 2024 09:11:27 +0100 [thread overview]
Message-ID: <ZyHqLyycmaOVW4JZ@lore-desk> (raw)
In-Reply-To: <6721e35f.050a0220.b8d65.2cd0@mx.google.com>
[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]
> On Wed, Oct 30, 2024 at 08:34:01AM +0100, Uwe Kleine-König wrote:
> > Hello Linus,
> >
> > On Tue, Oct 29, 2024 at 11:03:14PM +0100, Linus Walleij wrote:
> > > On Wed, Oct 23, 2024 at 1:21 AM Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> > >
> > > > Introduce airoha-mfd driver in order to load pinctrl and pwm drivers for
> > > > EN7581 SoC. airoha-mfd is needed since both pinctrl and pwm drivers
> > > > needs to access the same memory block (gpio memory region) to configure
> > > > {gio,irq}_chip and pwm functionalities respectively, so model them as
> > > > childs of a parent mfd driver.
> > >
> > > OK someone has to merge this and I suggest that I merge patches 1-5
> > > (all bindings and the pinctrl driver) since the different bindings have
> > > dependencies between them.
> >
> > Fine for me.
> >
> > > Then Uwe can merge patch 6/6 (the pwm driver).
> >
> > The pwm patch needs some more love, we can handle that separately then.
> >
>
> Thanks for the feedback, so I assume we will detach the DT and PWM
> driver from this driver and handle it separately.
Yep, discussing with Linus, he is fine to get patches {1/6-5/6} via
pinctrl tree while patch 6/6 can go via Uwe's one. It seems we are
good for patches {1/6-5/6} and I will fix patch 6/6 separately.
Regards,
Lorenzo
>
> --
> Ansuel
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-10-30 8:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 23:20 [PATCH v9 0/6] Add mfd, pinctrl and pwm support to EN7581 SoC Lorenzo Bianconi
2024-10-22 23:20 ` [PATCH v9 1/6] dt-bindings: arm: airoha: Add the chip-scu node for " Lorenzo Bianconi
2024-10-22 23:20 ` [PATCH v9 2/6] dt-bindings: pinctrl: airoha: Add EN7581 pinctrl Lorenzo Bianconi
2024-10-22 23:20 ` [PATCH v9 3/6] dt-bindings: pwm: airoha: Add EN7581 pwm Lorenzo Bianconi
2024-10-30 6:59 ` Uwe Kleine-König
2024-10-22 23:20 ` [PATCH v9 4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller Lorenzo Bianconi
2024-11-06 8:16 ` (subset) " Lee Jones
2024-11-06 8:43 ` Lorenzo Bianconi
2024-11-06 11:00 ` Lee Jones
2024-11-06 11:09 ` Lorenzo Bianconi
2024-11-06 13:45 ` Linus Walleij
2024-11-11 16:51 ` Lee Jones
2024-11-12 14:44 ` Lee Jones
2024-11-14 7:47 ` Linus Walleij
2024-10-22 23:20 ` [PATCH v9 5/6] pinctrl: airoha: Add support for EN7581 SoC Lorenzo Bianconi
2024-10-22 23:20 ` [PATCH v9 6/6] pwm: " Lorenzo Bianconi
2024-10-30 7:32 ` Uwe Kleine-König
2024-10-30 10:14 ` Benjamin Larsson
2024-10-31 10:53 ` Uwe Kleine-König
2024-10-31 20:37 ` Benjamin Larsson
2024-10-29 22:03 ` [PATCH v9 0/6] Add mfd, pinctrl and pwm support to " Linus Walleij
2024-10-30 7:34 ` Uwe Kleine-König
2024-10-30 7:42 ` Christian Marangi
2024-10-30 8:11 ` Lorenzo Bianconi [this message]
2024-10-30 9:59 ` 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=ZyHqLyycmaOVW4JZ@lore-desk \
--to=lorenzo@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=ansuelsmth@gmail.com \
--cc=benjamin.larsson@genexis.eu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=robh@kernel.org \
--cc=sean.wang@kernel.org \
--cc=u.kleine-koenig@baylibre.com \
--cc=upstream@airoha.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).