* [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER
@ 2022-06-10 10:51 Lukas Bulwahn
2022-06-10 10:59 ` Conor.Dooley
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2022-06-10 10:51 UTC (permalink / raw)
To: Conor Dooley, Wolfram Sang
Cc: linux-i2c, Peter Korsgaard, Andrew Lunn, kernel-janitors,
linux-kernel, Lukas Bulwahn
Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
reference in MAINTAINERS to a slightly wrong new filename.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in OPENCORES I2C BUS DRIVER.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Conor, please ack.
Wolfram, please pick this minor non-urgent clean-up patch for your -next tree.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fc5b74ad0141..02e91ac4ee04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14920,7 +14920,7 @@ M: Peter Korsgaard <peter@korsgaard.com>
M: Andrew Lunn <andrew@lunn.ch>
L: linux-i2c@vger.kernel.org
S: Maintained
-F: Documentation/devicetree/bindings/i2c/i2c-ocores.yaml
+F: Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml
F: Documentation/i2c/busses/i2c-ocores.rst
F: drivers/i2c/busses/i2c-ocores.c
F: include/linux/platform_data/i2c-ocores.h
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER
2022-06-10 10:51 [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER Lukas Bulwahn
@ 2022-06-10 10:59 ` Conor.Dooley
2022-06-10 11:18 ` Peter Korsgaard
2022-06-13 14:42 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Conor.Dooley @ 2022-06-10 10:59 UTC (permalink / raw)
To: lukas.bulwahn, wsa
Cc: linux-i2c, peter, andrew, kernel-janitors, linux-kernel
On 10/06/2022 11:51, Lukas Bulwahn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
> converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
> reference in MAINTAINERS to a slightly wrong new filename.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in OPENCORES I2C BUS DRIVER.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Conor, please ack.
Ahh crap, changed the filename from feedback and forgot to
make the corresponding change.. Thanks for fixing my mess!
Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Wolfram, please pick this minor non-urgent clean-up patch for your -next tree.
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fc5b74ad0141..02e91ac4ee04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14920,7 +14920,7 @@ M: Peter Korsgaard <peter@korsgaard.com>
> M: Andrew Lunn <andrew@lunn.ch>
> L: linux-i2c@vger.kernel.org
> S: Maintained
> -F: Documentation/devicetree/bindings/i2c/i2c-ocores.yaml
> +F: Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml
> F: Documentation/i2c/busses/i2c-ocores.rst
> F: drivers/i2c/busses/i2c-ocores.c
> F: include/linux/platform_data/i2c-ocores.h
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER
2022-06-10 10:51 [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER Lukas Bulwahn
2022-06-10 10:59 ` Conor.Dooley
@ 2022-06-10 11:18 ` Peter Korsgaard
2022-06-13 14:42 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-06-10 11:18 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Conor Dooley, Wolfram Sang, linux-i2c, Andrew Lunn,
kernel-janitors, linux-kernel
>>>>> "Lukas" == Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:
> Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
> converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
> reference in MAINTAINERS to a slightly wrong new filename.
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> Repair this file reference in OPENCORES I2C BUS DRIVER.
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Conor, please ack.
> Wolfram, please pick this minor non-urgent clean-up patch for your -next tree.
Acked-by: Peter Korsgaard <peter@korsgaard.com>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER
2022-06-10 10:51 [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER Lukas Bulwahn
2022-06-10 10:59 ` Conor.Dooley
2022-06-10 11:18 ` Peter Korsgaard
@ 2022-06-13 14:42 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-06-13 14:42 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Conor Dooley, linux-i2c, Peter Korsgaard, Andrew Lunn,
kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
On Fri, Jun 10, 2022 at 12:51:54PM +0200, Lukas Bulwahn wrote:
> Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
> converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
> reference in MAINTAINERS to a slightly wrong new filename.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in OPENCORES I2C BUS DRIVER.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-06-13 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10 10:51 [PATCH] MAINTAINERS: Rectify entry for OPENCORES I2C BUS DRIVER Lukas Bulwahn
2022-06-10 10:59 ` Conor.Dooley
2022-06-10 11:18 ` Peter Korsgaard
2022-06-13 14:42 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox