Message ID | 20241107-avatar-clapper-93eb34ad0e0c@spud |
---|---|
Headers | show |
Series | polarfire gpio driver follow-ups | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Thu, 07 Nov 2024 10:33:39 +0000, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > Yo, > > I realised last week, while rebasing the interrupt portion of the > driver, that coregpio a compatible in the kernel as well as a dts user. > Given how long the driver has taken to even get partially accepted, I > waited to get it to gpio/for-next rather than showing up with last > minute additions to it. > > [...] Applied, thanks! I must admit I like your b4 topic names. :) [2/2] MAINTAINERS: add gpio driver to PolarFire entry commit: 10287f0f9ee91f75a60ec1b19d962f459b18f589 Best regards,
On Sun, Nov 10, 2024 at 08:10:31PM +0100, Bartosz Golaszewski wrote:
> I must admit I like your b4 topic names. :)
Heh, no credit to me - they're not b4 topic names. The branch was
actually called "gpio-noirq-core". It's a sendemail-validate hook in
git that generates it using diceware that came out of a conversation
between Brauner/Greg/Konstantin. Beats the usual send-email message-ids
given it is more human readable.
From: Conor Dooley <conor.dooley@microchip.com> Yo, I realised last week, while rebasing the interrupt portion of the driver, that coregpio a compatible in the kernel as well as a dts user. Given how long the driver has taken to even get partially accepted, I waited to get it to gpio/for-next rather than showing up with last minute additions to it. Cheers, Conor. CC: Conor Dooley <conor.dooley@microchip.com> CC: Daire McNamara <daire.mcnamara@microchip.com> CC: Linus Walleij <linus.walleij@linaro.org> CC: Bartosz Golaszewski <brgl@bgdev.pl> CC: linux-kernel@vger.kernel.org CC: linux-gpio@vger.kernel.org Conor Dooley (2): gpio: mpfs: add CoreGPIO support MAINTAINERS: add gpio driver to PolarFire entry MAINTAINERS | 1 + drivers/gpio/gpio-mpfs.c | 38 +++++++++++++++++++++++++++++++++----- 2 files changed, 34 insertions(+), 5 deletions(-)