2022-09-23 12:08:27

by Greg Kroah-Hartman

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

On Fri, Sep 23, 2022 at 02:34:18PM +0300, 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]>

What commit id does this fix?

thanks,

greg k-h


2022-09-23 12:12:24

by Sergiu Moga

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

On 23.09.2022 14:42, Greg KH wrote:
> On Fri, Sep 23, 2022 at 02:34:18PM +0300, 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]>
>
> What commit id does this fix?
>
> thanks,
>
> greg k-h

My apologies,

Fixes: b9e947fbf008 ("dt-bindings: serial: atmel,at91-usart: convert to
json-schema")

Thanks,
Sergiu