2022-09-23 12:15:07

by Sergiu Moga

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding

After the conversion to json-schema, what was previously known as
`Documentation/devicetree/bindings/mfd/atmel-usart.txt`
has been moved to another bindings directory and renamed to
`Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml`.
Thus, make `MAINTAINERS` reflect this change.

Signed-off-by: Sergiu Moga <[email protected]>
Reported-by: kernel test robot <[email protected]>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d30f26e07cd3..7308dfba6f0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13292,7 +13292,7 @@ F: include/dt-bindings/dma/at91.h
MICROCHIP AT91 SERIAL DRIVER
M: Richard Genoud <[email protected]>
S: Maintained
-F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
+F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
F: drivers/tty/serial/atmel_serial.c
F: drivers/tty/serial/atmel_serial.h

@@ -13300,7 +13300,7 @@ MICROCHIP AT91 USART MFD DRIVER
M: Radu Pirea <[email protected]>
L: [email protected]
S: Supported
-F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
+F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
F: drivers/mfd/at91-usart.c
F: include/dt-bindings/mfd/at91-usart.h

@@ -13308,7 +13308,7 @@ MICROCHIP AT91 USART SPI DRIVER
M: Radu Pirea <[email protected]>
L: [email protected]
S: Supported
-F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
+F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
F: drivers/spi/spi-at91-usart.c

MICROCHIP AUDIO ASOC DRIVERS
--
2.34.1


2022-09-23 14:32:16

by Nicolas Ferre

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding

On 23/09/2022 at 13:34, Sergiu Moga wrote:
> After the conversion to json-schema, what was previously known as
> `Documentation/devicetree/bindings/mfd/atmel-usart.txt`
> has been moved to another bindings directory and renamed to
> `Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml`.
> Thus, make `MAINTAINERS` reflect this change.
>
> Signed-off-by: Sergiu Moga <[email protected]>
> Reported-by: kernel test robot <[email protected]>

Acked-by: Nicolas Ferre <[email protected]>

Thanks for having fixed that Sergiu. Regards,
Nicolas

> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d30f26e07cd3..7308dfba6f0e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13292,7 +13292,7 @@ F: include/dt-bindings/dma/at91.h
> MICROCHIP AT91 SERIAL DRIVER
> M: Richard Genoud <[email protected]>
> S: Maintained
> -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
> +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
> F: drivers/tty/serial/atmel_serial.c
> F: drivers/tty/serial/atmel_serial.h
>
> @@ -13300,7 +13300,7 @@ MICROCHIP AT91 USART MFD DRIVER
> M: Radu Pirea <[email protected]>
> L: [email protected]
> S: Supported
> -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
> +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
> F: drivers/mfd/at91-usart.c
> F: include/dt-bindings/mfd/at91-usart.h
>
> @@ -13308,7 +13308,7 @@ MICROCHIP AT91 USART SPI DRIVER
> M: Radu Pirea <[email protected]>
> L: [email protected]
> S: Supported
> -F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
> +F: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
> F: drivers/spi/spi-at91-usart.c
>
> MICROCHIP AUDIO ASOC DRIVERS


--
Nicolas Ferre

2022-09-24 07:43:40

by kernel test robot

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding

Hi Sergiu,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on lwn-2.6/docs-next]
[also build test WARNING on linus/master v6.0-rc6 next-20220923]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url: https://github.com/intel-lab-lkp/linux/commits/Sergiu-Moga/MAINTAINERS-Solve-warning-regarding-inexistent-atmel-usart-binding/20220923-193737
base: git://git.lwn.net/linux-2.6 docs-next
reproduce:
# https://github.com/intel-lab-lkp/linux/commit/c9b63912686e3725733b4de1978d4eb8a0d40ba4
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Sergiu-Moga/MAINTAINERS-Solve-warning-regarding-inexistent-atmel-usart-binding/20220923-193737
git checkout c9b63912686e3725733b4de1978d4eb8a0d40ba4
make menuconfig
# enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
make htmldocs

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <[email protected]>

All warnings (new ones prefixed by >>):

>> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml

--
0-DAY CI Kernel Test Service
https://01.org/lkp


Attachments:
(No filename) (1.44 kB)
config (39.19 kB)
Download all attachments

2022-09-26 15:52:38

by Sergiu Moga

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Solve warning regarding inexistent atmel-usart binding

On 24.09.2022 10:32, kernel test robot wrote:
> Hi Sergiu,
>
> Thank you for the patch! Perhaps something to improve:
>
> [auto build test WARNING on lwn-2.6/docs-next]
> [also build test WARNING on linus/master v6.0-rc6 next-20220923]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
>
> url: https://github.com/intel-lab-lkp/linux/commits/Sergiu-Moga/MAINTAINERS-Solve-warning-regarding-inexistent-atmel-usart-binding/20220923-193737
> base: git://git.lwn.net/linux-2.6 docs-next
> reproduce:
> # https://github.com/intel-lab-lkp/linux/commit/c9b63912686e3725733b4de1978d4eb8a0d40ba4
> git remote add linux-review https://github.com/intel-lab-lkp/linux
> git fetch --no-tags linux-review Sergiu-Moga/MAINTAINERS-Solve-warning-regarding-inexistent-atmel-usart-binding/20220923-193737
> git checkout c9b63912686e3725733b4de1978d4eb8a0d40ba4
> make menuconfig
> # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
> make htmldocs
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <[email protected]>
>
> All warnings (new ones prefixed by >>):
>
>>> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
>
> --
> 0-DAY CI Kernel Test Service
> https://01.org/lkp


The tree that this warning is reported on does not have the patch[1]
that this very fix relies on to make it valid. Therefore, I believe this
can be ignored.

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/commit/?h=tty-next&id=b9e947fbf008769ffda1028f627d604757e62265



Regards,
Sergiu