[PATCH 2/2] MAINTAINERS: Update the documentation file supported for MICROCHIP SSC DRIVER

Andrei Simion posted 2 patches 1 year ago
[PATCH 2/2] MAINTAINERS: Update the documentation file supported for MICROCHIP SSC DRIVER
Posted by Andrei Simion 1 year ago
Replace the documentation file supported after the conversion of
atmel-ssc.txt to YAML schema named atmel,at91-ssc.yaml.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 02430335012a6..113a2d17fb8bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15633,7 +15633,7 @@ M:	Claudiu Beznea <claudiu.beznea@tuxon.dev>
 M:	Andrei Simion <andrei.simion@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
-F:	Documentation/devicetree/bindings/misc/atmel-ssc.txt
+F:	Documentation/devicetree/bindings/misc/atmel,at91-ssc.yaml
 F:	drivers/misc/atmel-ssc.c
 F:	include/linux/atmel-ssc.h
 
-- 
2.34.1
Re: [PATCH 2/2] MAINTAINERS: Update the documentation file supported for MICROCHIP SSC DRIVER
Posted by Krzysztof Kozlowski 1 year ago
On Tue, Jan 28, 2025 at 06:18:45PM +0200, Andrei Simion wrote:
> Replace the documentation file supported after the conversion of
> atmel-ssc.txt to YAML schema named atmel,at91-ssc.yaml.
> 
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
>

NAK

That's NEVER a separate patch. Your patchset is not bisectable.

Best regards,
Krzysztof