linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
@ 2021-04-19  6:18 Lukas Bulwahn
  2021-04-19  8:33 ` Andy Shevchenko
  2021-05-28 14:49 ` Wolfram Sang
  0 siblings, 2 replies; 9+ messages in thread
From: Lukas Bulwahn @ 2021-04-19  6:18 UTC (permalink / raw)
  To: Andy Shevchenko, Mika Westerberg, Jarkko Nikula, Lee Jones, linux-i2c
  Cc: Wolfram Sang, Ralf Ramsauer, kernel-janitors, linux-kernel,
	Lukas Bulwahn

Commit 5a517b5bf687 ("i2c: designware: Get rid of legacy platform data")
removes ./include/linux/platform_data/i2c-designware.h, but misses to
adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches F: include/linux/platform_data/i2c-designware.h

Remove the file entry to this removed file as well.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20210419

Andy, please ack.
Lee, please pick this minor patch on your -next tree.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bbe356508f29..6b903aad27f4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17667,7 +17667,6 @@ R:	Mika Westerberg <mika.westerberg@linux.intel.com>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
 F:	drivers/i2c/busses/i2c-designware-*
-F:	include/linux/platform_data/i2c-designware.h
 
 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
 M:	Jaehoon Chung <jh80.chung@samsung.com>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-04-19  6:18 [PATCH] MAINTAINERS: adjust to removing i2c designware platform data Lukas Bulwahn
@ 2021-04-19  8:33 ` Andy Shevchenko
  2021-05-28 14:34   ` Andy Shevchenko
  2021-05-28 14:49 ` Wolfram Sang
  1 sibling, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2021-04-19  8:33 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Andy Shevchenko, Mika Westerberg, Jarkko Nikula, Lee Jones,
	linux-i2c, Wolfram Sang, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

On Mon, Apr 19, 2021 at 9:38 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 5a517b5bf687 ("i2c: designware: Get rid of legacy platform data")
> removes ./include/linux/platform_data/i2c-designware.h, but misses to
> adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
>   warning: no file matches F: include/linux/platform_data/i2c-designware.h
>
> Remove the file entry to this removed file as well.

Oops, I was under the impression I grepped all occurrences, but I have not.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Thanks for the catch!

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210419
>
> Andy, please ack.
> Lee, please pick this minor patch on your -next tree.
>
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bbe356508f29..6b903aad27f4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17667,7 +17667,6 @@ R:      Mika Westerberg <mika.westerberg@linux.intel.com>
>  L:     linux-i2c@vger.kernel.org
>  S:     Maintained
>  F:     drivers/i2c/busses/i2c-designware-*
> -F:     include/linux/platform_data/i2c-designware.h
>
>  SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
>  M:     Jaehoon Chung <jh80.chung@samsung.com>
> --
> 2.17.1
>


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-04-19  8:33 ` Andy Shevchenko
@ 2021-05-28 14:34   ` Andy Shevchenko
  2021-05-28 14:48     ` Wolfram Sang
  0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2021-05-28 14:34 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Mika Westerberg, Jarkko Nikula, Lee Jones, linux-i2c,
	Wolfram Sang, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

On Mon, Apr 19, 2021 at 11:33:16AM +0300, Andy Shevchenko wrote:
> On Mon, Apr 19, 2021 at 9:38 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
> >
> > Commit 5a517b5bf687 ("i2c: designware: Get rid of legacy platform data")
> > removes ./include/linux/platform_data/i2c-designware.h, but misses to
> > adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS.
> >
> > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> >
> >   warning: no file matches F: include/linux/platform_data/i2c-designware.h
> >
> > Remove the file entry to this removed file as well.
> 
> Oops, I was under the impression I grepped all occurrences, but I have not.
> 
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> 
> Thanks for the catch!

Wolfram, isn't it forgotten somehow?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-05-28 14:34   ` Andy Shevchenko
@ 2021-05-28 14:48     ` Wolfram Sang
  2021-05-28 14:54       ` Lukas Bulwahn
  2021-05-28 17:19       ` Andy Shevchenko
  0 siblings, 2 replies; 9+ messages in thread
From: Wolfram Sang @ 2021-05-28 14:48 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Lukas Bulwahn, Mika Westerberg, Jarkko Nikula, Lee Jones,
	linux-i2c, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

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


> > > Remove the file entry to this removed file as well.
> > 
> > Oops, I was under the impression I grepped all occurrences, but I have not.
> > 
> > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> > 
> > Thanks for the catch!
> 
> Wolfram, isn't it forgotten somehow?

I can pick it. I refrained from doing so because Lukas explicitly asked
Lee to pick it.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-04-19  6:18 [PATCH] MAINTAINERS: adjust to removing i2c designware platform data Lukas Bulwahn
  2021-04-19  8:33 ` Andy Shevchenko
@ 2021-05-28 14:49 ` Wolfram Sang
  1 sibling, 0 replies; 9+ messages in thread
From: Wolfram Sang @ 2021-05-28 14:49 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Andy Shevchenko, Mika Westerberg, Jarkko Nikula, Lee Jones,
	linux-i2c, Ralf Ramsauer, kernel-janitors, linux-kernel

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

On Mon, Apr 19, 2021 at 08:18:09AM +0200, Lukas Bulwahn wrote:
> Commit 5a517b5bf687 ("i2c: designware: Get rid of legacy platform data")
> removes ./include/linux/platform_data/i2c-designware.h, but misses to
> adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches F: include/linux/platform_data/i2c-designware.h
> 
> Remove the file entry to this removed file as well.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Applied to for-current, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-05-28 14:48     ` Wolfram Sang
@ 2021-05-28 14:54       ` Lukas Bulwahn
  2021-05-28 17:19       ` Andy Shevchenko
  1 sibling, 0 replies; 9+ messages in thread
From: Lukas Bulwahn @ 2021-05-28 14:54 UTC (permalink / raw)
  To: Wolfram Sang, Andy Shevchenko, Lukas Bulwahn, Mika Westerberg,
	Jarkko Nikula, Lee Jones, linux-i2c, Ralf Ramsauer,
	kernel-janitors, Linux Kernel Mailing List

On Fri, May 28, 2021 at 4:48 PM Wolfram Sang <wsa@kernel.org> wrote:
>
>
> > > > Remove the file entry to this removed file as well.
> > >
> > > Oops, I was under the impression I grepped all occurrences, but I have not.
> > >
> > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> > >
> > > Thanks for the catch!
> >
> > Wolfram, isn't it forgotten somehow?
>
> I can pick it. I refrained from doing so because Lukas explicitly asked
> Lee to pick it.
>

Wolfram, take it. Nobody compiles MAINTAINERS, so it cannot break any build :)

Thanks, Lukas

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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-05-28 14:48     ` Wolfram Sang
  2021-05-28 14:54       ` Lukas Bulwahn
@ 2021-05-28 17:19       ` Andy Shevchenko
  2021-05-28 18:19         ` Lee Jones
  1 sibling, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2021-05-28 17:19 UTC (permalink / raw)
  To: Wolfram Sang, Lukas Bulwahn, Mika Westerberg, Jarkko Nikula,
	Lee Jones, linux-i2c, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

On Fri, May 28, 2021 at 04:48:16PM +0200, Wolfram Sang wrote:
> 
> > > > Remove the file entry to this removed file as well.
> > > 
> > > Oops, I was under the impression I grepped all occurrences, but I have not.
> > > 
> > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> > > 
> > > Thanks for the catch!
> > 
> > Wolfram, isn't it forgotten somehow?
> 
> I can pick it. I refrained from doing so because Lukas explicitly asked
> Lee to pick it.

Ah, I see. AFAIR Lee doesn't update his branch frequently, so it might be that
he already applied that but it's not visible to Linux Next.


-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-05-28 17:19       ` Andy Shevchenko
@ 2021-05-28 18:19         ` Lee Jones
  2021-05-29  7:49           ` Andy Shevchenko
  0 siblings, 1 reply; 9+ messages in thread
From: Lee Jones @ 2021-05-28 18:19 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Wolfram Sang, Lukas Bulwahn, Mika Westerberg, Jarkko Nikula,
	linux-i2c, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

On Fri, 28 May 2021, Andy Shevchenko wrote:

> On Fri, May 28, 2021 at 04:48:16PM +0200, Wolfram Sang wrote:
> > 
> > > > > Remove the file entry to this removed file as well.
> > > > 
> > > > Oops, I was under the impression I grepped all occurrences, but I have not.
> > > > 
> > > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> > > > 
> > > > Thanks for the catch!
> > > 
> > > Wolfram, isn't it forgotten somehow?
> > 
> > I can pick it. I refrained from doing so because Lukas explicitly asked
> > Lee to pick it.
> 
> Ah, I see. AFAIR Lee doesn't update his branch frequently, so it might be that
> he already applied that but it's not visible to Linux Next.

I'm not sure whether to find this funny or be offended.

Let's go with funny!

AFAICT, this patch does not enter my area of responsibility.

Please take it via I2C.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: adjust to removing i2c designware platform data
  2021-05-28 18:19         ` Lee Jones
@ 2021-05-29  7:49           ` Andy Shevchenko
  0 siblings, 0 replies; 9+ messages in thread
From: Andy Shevchenko @ 2021-05-29  7:49 UTC (permalink / raw)
  To: Lee Jones
  Cc: Andy Shevchenko, Wolfram Sang, Lukas Bulwahn, Mika Westerberg,
	Jarkko Nikula, linux-i2c, Ralf Ramsauer, kernel-janitors,
	Linux Kernel Mailing List

On Fri, May 28, 2021 at 9:20 PM Lee Jones <lee.jones@linaro.org> wrote:
> On Fri, 28 May 2021, Andy Shevchenko wrote:
> > On Fri, May 28, 2021 at 04:48:16PM +0200, Wolfram Sang wrote:

...

> > Ah, I see. AFAIR Lee doesn't update his branch frequently, so it might be that
> > he already applied that but it's not visible to Linux Next.
>
> I'm not sure whether to find this funny or be offended.

Definitely not about offending anyone. Let's go with funny!

-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2021-05-29  7:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  6:18 [PATCH] MAINTAINERS: adjust to removing i2c designware platform data Lukas Bulwahn
2021-04-19  8:33 ` Andy Shevchenko
2021-05-28 14:34   ` Andy Shevchenko
2021-05-28 14:48     ` Wolfram Sang
2021-05-28 14:54       ` Lukas Bulwahn
2021-05-28 17:19       ` Andy Shevchenko
2021-05-28 18:19         ` Lee Jones
2021-05-29  7:49           ` Andy Shevchenko
2021-05-28 14:49 ` Wolfram Sang

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).