All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree
@ 2021-03-08 20:26 Stephen Rothwell
  2021-03-08 20:32 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2021-03-08 20:26 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Hi all,

Commits

  eb441337c714 ("gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2")
  809390219fb9 ("gpiolib: acpi: Allow to find GpioInt() resource by name and index")
  62d5247d239d ("gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk")
  6e5d5791730b ("gpiolib: acpi: Add missing IRQF_ONESHOT")

are missing a Signed-off-by from their committers.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree
  2021-03-08 20:26 linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree Stephen Rothwell
@ 2021-03-08 20:32 ` Stephen Rothwell
  2021-03-08 21:01   ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2021-03-08 20:32 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Bartosz Golaszewski, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 638 bytes --]

Hi all,

On Tue, 9 Mar 2021 07:26:20 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Commits
> 
>   eb441337c714 ("gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2")
>   809390219fb9 ("gpiolib: acpi: Allow to find GpioInt() resource by name and index")
>   62d5247d239d ("gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk")
>   6e5d5791730b ("gpiolib: acpi: Add missing IRQF_ONESHOT")
> 
> are missing a Signed-off-by from their committers.

This also applies to the gpio-intel-fixes tree (since it is now headed
by the same commit as the gpio-brgl-fixes tree).

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree
  2021-03-08 20:32 ` Stephen Rothwell
@ 2021-03-08 21:01   ` Andy Shevchenko
  2021-03-09  9:40     ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2021-03-08 21:01 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Andy Shevchenko, Bartosz Golaszewski, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, Mar 8, 2021 at 10:34 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> On Tue, 9 Mar 2021 07:26:20 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Commits
> >
> >   eb441337c714 ("gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2")
> >   809390219fb9 ("gpiolib: acpi: Allow to find GpioInt() resource by name and index")
> >   62d5247d239d ("gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk")
> >   6e5d5791730b ("gpiolib: acpi: Add missing IRQF_ONESHOT")
> >
> > are missing a Signed-off-by from their committers.
>
> This also applies to the gpio-intel-fixes tree (since it is now headed
> by the same commit as the gpio-brgl-fixes tree).

I rebased my branch according to Linus, but I have decided to take
directly Bart's tree.
So when original will be fixed I'll fix mine.

Thanks!

P.S. Bart, you may simply merge my tag even on top of v5.12-rc2. It
will save you time and keep the original SHA IDs.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree
  2021-03-08 21:01   ` Andy Shevchenko
@ 2021-03-09  9:40     ` Andy Shevchenko
  2021-03-10 12:47       ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2021-03-09  9:40 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Bartosz Golaszewski, Linux Kernel Mailing List, Linux Next Mailing List

On Mon, Mar 08, 2021 at 11:01:44PM +0200, Andy Shevchenko wrote:
> On Mon, Mar 8, 2021 at 10:34 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > On Tue, 9 Mar 2021 07:26:20 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > Commits
> > >
> > >   eb441337c714 ("gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2")
> > >   809390219fb9 ("gpiolib: acpi: Allow to find GpioInt() resource by name and index")
> > >   62d5247d239d ("gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk")
> > >   6e5d5791730b ("gpiolib: acpi: Add missing IRQF_ONESHOT")
> > >
> > > are missing a Signed-off-by from their committers.
> >
> > This also applies to the gpio-intel-fixes tree (since it is now headed
> > by the same commit as the gpio-brgl-fixes tree).
> 
> I rebased my branch according to Linus, but I have decided to take
> directly Bart's tree.
> So when original will be fixed I'll fix mine.
> 
> Thanks!
> 
> P.S. Bart, you may simply merge my tag even on top of v5.12-rc2. It
> will save you time and keep the original SHA IDs.

I think I have to elaborate.
1/ you need to drop those commits from your tree (yeah, rebase :-(, nut you may
   do it interactively and inject the merge in the same location in the
   history)
2/ instead of cherry-picking them run something like
  git fetch git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git intel-gpio-v5.12-2
  git merge FETCH_HEAD

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree
  2021-03-09  9:40     ` Andy Shevchenko
@ 2021-03-10 12:47       ` Andy Shevchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2021-03-10 12:47 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Bartosz Golaszewski, Linux Kernel Mailing List, Linux Next Mailing List

On Tue, Mar 09, 2021 at 11:40:08AM +0200, Andy Shevchenko wrote:
> On Mon, Mar 08, 2021 at 11:01:44PM +0200, Andy Shevchenko wrote:
> > On Mon, Mar 8, 2021 at 10:34 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > > On Tue, 9 Mar 2021 07:26:20 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > > >
> > > > Commits
> > > >
> > > >   eb441337c714 ("gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2")
> > > >   809390219fb9 ("gpiolib: acpi: Allow to find GpioInt() resource by name and index")
> > > >   62d5247d239d ("gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk")
> > > >   6e5d5791730b ("gpiolib: acpi: Add missing IRQF_ONESHOT")
> > > >
> > > > are missing a Signed-off-by from their committers.
> > >
> > > This also applies to the gpio-intel-fixes tree (since it is now headed
> > > by the same commit as the gpio-brgl-fixes tree).
> > 
> > I rebased my branch according to Linus, but I have decided to take
> > directly Bart's tree.
> > So when original will be fixed I'll fix mine.
> > 
> > Thanks!
> > 
> > P.S. Bart, you may simply merge my tag even on top of v5.12-rc2. It
> > will save you time and keep the original SHA IDs.
> 
> I think I have to elaborate.
> 1/ you need to drop those commits from your tree (yeah, rebase :-(, nut you may
>    do it interactively and inject the merge in the same location in the
>    history)
> 2/ instead of cherry-picking them run something like
>   git fetch git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git intel-gpio-v5.12-2
>   git merge FETCH_HEAD

Linus applied as is.
Problem solved :-)

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-10 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 20:26 linux-next: Signed-off-by missing for commit in the gpio-brgl-fixes tree Stephen Rothwell
2021-03-08 20:32 ` Stephen Rothwell
2021-03-08 21:01   ` Andy Shevchenko
2021-03-09  9:40     ` Andy Shevchenko
2021-03-10 12:47       ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.