From: Madhavan Srinivasan <maddy@linux.ibm.com>
To: Rosen Penev <rosenp@gmail.com>, Bartosz Golaszewski <brgl@kernel.org>
Cc: chleroy@kernel.org, Michael Ellerman <mpe@ellerman.id.au>,
Nicholas Piggin <npiggin@gmail.com>,
Linus Walleij <linusw@kernel.org>,
"open list:LINUX FOR POWERPC (32-BIT AND 64-BIT)"
<linuxppc-dev@lists.ozlabs.org>,
open list <linux-kernel@vger.kernel.org>,
linux-gpio@vger.kernel.org
Subject: Re: [PATCH 5/7] gpio: ppc44x: Convert GPIO to generic MMIO
Date: Wed, 29 Jul 2026 16:25:23 +0530 [thread overview]
Message-ID: <7ee42722-f7f9-40cc-a576-5f85e3955537@linux.ibm.com> (raw)
In-Reply-To: <DIYGFNLIFBW7.21W9J6SUGYF72@gmail.com>
On 6/2/26 2:56 PM, Rosen Penev wrote:
> On Tue Jun 2, 2026 at 12:51 AM PDT, Bartosz Golaszewski wrote:
>> On Tue, 2 Jun 2026 07:01:29 +0200, Rosen Penev <rosenp@gmail.com> said:
>>> Use gpio_generic_chip_init() to set up the PPC44x GPIO chip
>>> instead of open-coding the basic get, set, locking and state handling.
>>>
>>> Keep the PPC44x-specific direction callbacks because they still need to
>>> program ODR and the OSR/TSR registers around the generic data and
>>> direction registers.
>>>
>>> Assisted-by: Codex:GPT-5.5
>>> Signed-off-by: Rosen Penev <rosenp@gmail.com>
>>> ---
>> ...
>>
>>> @@ -124,10 +102,11 @@ static int
>>> ppc4xx_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val)
>>> {
>>> struct ppc4xx_gpio_chip *chip = gpiochip_get_data(gc);
>>> + struct gpio_generic_chip *gen_gc = &chip->chip;
>>> struct ppc4xx_gpio __iomem *regs = chip->regs;
>>> unsigned long flags;
>>>
>>> - spin_lock_irqsave(&chip->lock, flags);
>>> + gpio_generic_chip_lock_irqsave(gen_gc, flags);
>> If you're already doing it, can you use lock guards too?
> Sure. btw, I avoided placing
Do you have plan to address this comment in v2
Maddy
>
> https://lore.kernel.org/all/20260517063754.21819-1-rosenp@gmail.com/
>
> in the beginning of the series. My thinking is that's for older kernels.
> I believe either the generic API or devm_gpiochip_add_data fixes this.
>> Bart
>
next prev parent reply other threads:[~2026-07-29 10:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-02 5:01 [PATCH 0/7] gpio: move ppc4xx driver to drivers/gpio and modernize Rosen Penev
2026-06-02 5:01 ` [PATCH 1/7] gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpio Rosen Penev
2026-06-02 5:01 ` [PATCH 2/7] gpio: ppc44x: Use module platform driver helper for GPIO Rosen Penev
2026-06-02 5:01 ` [PATCH 3/7] gpio: ppc44x: Set GPIO chip firmware node Rosen Penev
2026-06-02 5:01 ` [PATCH 4/7] gpio: ppc44x: Use platform resource helper for GPIO MMIO Rosen Penev
2026-06-02 5:01 ` [PATCH 5/7] gpio: ppc44x: Convert GPIO to generic MMIO Rosen Penev
2026-06-02 7:51 ` Bartosz Golaszewski
2026-06-02 9:26 ` Rosen Penev
2026-07-29 10:55 ` Madhavan Srinivasan [this message]
2026-07-29 18:32 ` Rosen Penev
2026-07-30 5:48 ` Christophe Leroy (CS GROUP)
2026-07-30 20:44 ` Rosen Penev
2026-06-02 5:01 ` [PATCH 6/7] gpio: ppc44x: drop PPC-specific IO helpers and rename to ppc44x Rosen Penev
2026-06-02 5:01 ` [PATCH 7/7] gpio: ppc44x: add MODULE info Rosen Penev
2026-06-08 22:10 ` [PATCH 0/7] gpio: move ppc4xx driver to drivers/gpio and modernize Linus Walleij
2026-06-08 22:20 ` Rosen Penev
2026-06-08 22:59 ` Linus Walleij
2026-07-29 10:20 ` Madhavan Srinivasan
2026-07-29 18:31 ` Rosen Penev
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=7ee42722-f7f9-40cc-a576-5f85e3955537@linux.ibm.com \
--to=maddy@linux.ibm.com \
--cc=brgl@kernel.org \
--cc=chleroy@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.com \
--cc=rosenp@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
all inboxes | Powered by JetHome®