Re: [GIT PULL] gpio updates for v6.17-rc1
From: Linus Torvalds
Date: Tue Jul 29 2025 - 01:05:52 EST
On Mon, 28 Jul 2025 at 03:17, Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> On that note: the commit I mentioned above is already on the list[1]. I
> have a second one that also renames the new callbacks back to their
> original name[2]. This is a result of a simple sed over all source files
> and a skim over the changes to make sure everything looks ok and to
> adjust the formatting. I don't think it makes sense to send 4300+ lines
> of diff to the mailing list, Cc'ing 200+ maintainers if all it does is
> a simple treewide rename, so would you be willing to accept this commit
> too as part of my second PR in order to avoid hundreds of small renaming
> patches over the course of the next releases?
Yes, that sounds sane. We do those big renames every once in a while,
and while it can be a bit painful for silly conflicts, I assume this
one isn't likely to conflict with many other things.
Linus