* Branch for GPIO hard numbers removal
@ 2023-05-16 12:15 Linus Walleij
2023-05-17 6:21 ` Tony Lindgren
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Linus Walleij @ 2023-05-16 12:15 UTC (permalink / raw)
To: ext Tony Lindgren, Linux ARM; +Cc: Aaro Koskinen
Hi Tony,
I have this branch for removing all hardcoded GPIO numbers
in OMAP1 and OMAP2 (3):
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-omap
Most stuff relating to other subsystems have proper ACKs from
the subsystem maintainers.
Is this something you want to pull into the OMAP tree?
Or do you want me to send a pull request directly to the SoC
tree (with your ACK, if you ACK it).
It needs some rotation in linux-next so we can smoke out any
remaining bugs.
Yours,
Linus Walleij
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Branch for GPIO hard numbers removal
2023-05-16 12:15 Branch for GPIO hard numbers removal Linus Walleij
@ 2023-05-17 6:21 ` Tony Lindgren
2023-05-17 20:56 ` Aaro Koskinen
2023-05-17 21:46 ` Linus Walleij
2 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2023-05-17 6:21 UTC (permalink / raw)
To: Linus Walleij; +Cc: Linux ARM, Aaro Koskinen
Hi,
* Linus Walleij <linus.walleij@linaro.org> [230516 12:15]:
> Hi Tony,
>
> I have this branch for removing all hardcoded GPIO numbers
> in OMAP1 and OMAP2 (3):
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-omap
Yes great to see all those changes in a branch, looks really nice
to me. No need to go tweak the branch, but if you end up needing
to update it for some reason, feel free to add for all changes:
Reviewed-by: Tony Lindgren <tony@atomide.com>
> Most stuff relating to other subsystems have proper ACKs from
> the subsystem maintainers.
>
> Is this something you want to pull into the OMAP tree?
No need for me to send it AFAIK..
> Or do you want me to send a pull request directly to the SoC
> tree (with your ACK, if you ACK it).
..yes please do. This should not conflict with anything, please go
ahead and send the pull request yourself. I can always merge it in
if needed.
> It needs some rotation in linux-next so we can smoke out any
> remaining bugs.
Sounds good to me.
Regards,
Tony
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Branch for GPIO hard numbers removal
2023-05-16 12:15 Branch for GPIO hard numbers removal Linus Walleij
2023-05-17 6:21 ` Tony Lindgren
@ 2023-05-17 20:56 ` Aaro Koskinen
2023-05-17 21:44 ` Linus Walleij
2023-05-17 21:46 ` Linus Walleij
2 siblings, 1 reply; 5+ messages in thread
From: Aaro Koskinen @ 2023-05-17 20:56 UTC (permalink / raw)
To: Linus Walleij, Bartosz Golaszewski; +Cc: Tony Lindgren, Linux ARM
Hi,
On Tue, May 16, 2023 at 02:15:25PM +0200, Linus Walleij wrote:
> I have this branch for removing all hardcoded GPIO numbers
> in OMAP1 and OMAP2 (3):
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-omap
>
> Most stuff relating to other subsystems have proper ACKs from
> the subsystem maintainers.
>
> Is this something you want to pull into the OMAP tree?
>
> Or do you want me to send a pull request directly to the SoC
> tree (with your ACK, if you ACK it).
>
> It needs some rotation in linux-next so we can smoke out any
> remaining bugs.
This should go to v6.5 at earliest as there are still too many issues.
For v6.4 and stable, 92bf78b33b0b ("gpio: omap: use dynamic allocation
of base") needs to be reverted so that OMAP1 can be used with those
kernels. That is a 1-line revert, and should not cause issues after the
dynamic allocation was fixed with the commit "gpiolib: fix allocation
of mixed dynamic/static GPIOs" in gpio/current.
A.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Branch for GPIO hard numbers removal
2023-05-17 20:56 ` Aaro Koskinen
@ 2023-05-17 21:44 ` Linus Walleij
0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2023-05-17 21:44 UTC (permalink / raw)
To: Aaro Koskinen; +Cc: Bartosz Golaszewski, Tony Lindgren, Linux ARM
On Wed, May 17, 2023 at 10:56 PM Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> This should go to v6.5 at earliest as there are still too many issues.
Yeah that's my idea.
> For v6.4 and stable, 92bf78b33b0b ("gpio: omap: use dynamic allocation
> of base") needs to be reverted so that OMAP1 can be used with those
> kernels. That is a 1-line revert, and should not cause issues after the
> dynamic allocation was fixed with the commit "gpiolib: fix allocation
> of mixed dynamic/static GPIOs" in gpio/current.
I was under the impression that this was already underway?
Yours,
Linus Walleij
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Branch for GPIO hard numbers removal
2023-05-16 12:15 Branch for GPIO hard numbers removal Linus Walleij
2023-05-17 6:21 ` Tony Lindgren
2023-05-17 20:56 ` Aaro Koskinen
@ 2023-05-17 21:46 ` Linus Walleij
2 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2023-05-17 21:46 UTC (permalink / raw)
To: ext Tony Lindgren, Linux ARM; +Cc: Aaro Koskinen
On Tue, May 16, 2023 at 2:15 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> I have this branch for removing all hardcoded GPIO numbers
> in OMAP1 and OMAP2 (3):
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-omap
I pushed a new version of the branch with fixes for all the stuff that
Aaro pointed out.
I keep versioning the patches a bit randomly, I will eventually strip
out the changelogs.
Yours,
Linus Walleij
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-17 21:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 12:15 Branch for GPIO hard numbers removal Linus Walleij
2023-05-17 6:21 ` Tony Lindgren
2023-05-17 20:56 ` Aaro Koskinen
2023-05-17 21:44 ` Linus Walleij
2023-05-17 21:46 ` Linus Walleij
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).