2020-07-16 10:27:17

by Kieran Bingham

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix sort order for RDACM20

The files maintained as part of the RDACM20 were incorrectly sorted
while they were added.

Correct the sort-order.

Fixes: 874a93adf972 ("media: i2c: Add RDACM20 driver")
Signed-off-by: Kieran Bingham <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 373e4198d2b1..8bd8d4ab8b5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14412,9 +14412,9 @@ M: Niklas Söderlund <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
-F: drivers/media/i2c/rdacm20.c
F: drivers/media/i2c/max9271.c
F: drivers/media/i2c/max9271.h
+F: drivers/media/i2c/rdacm20.c

RDC R-321X SoC
M: Florian Fainelli <[email protected]>
--
2.25.1


2020-07-16 10:36:55

by jacopo mondi

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20

Hi Kieran,

On Thu, Jul 16, 2020 at 11:25:52AM +0100, Kieran Bingham wrote:
> The files maintained as part of the RDACM20 were incorrectly sorted
> while they were added.
>
> Correct the sort-order.
>
> Fixes: 874a93adf972 ("media: i2c: Add RDACM20 driver")
> Signed-off-by: Kieran Bingham <[email protected]>

FWIW
Acked-by: Jacopo Mondi <[email protected]>

Thanks
j

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 373e4198d2b1..8bd8d4ab8b5f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14412,9 +14412,9 @@ M: Niklas Söderlund <[email protected]>
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
> -F: drivers/media/i2c/rdacm20.c
> F: drivers/media/i2c/max9271.c
> F: drivers/media/i2c/max9271.h
> +F: drivers/media/i2c/rdacm20.c
>
> RDC R-321X SoC
> M: Florian Fainelli <[email protected]>
> --
> 2.25.1
>

2020-08-28 09:59:40

by Kieran Bingham

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20

Hi Mauro,

I see the fixes branch is open now ... could you pick this one up
please? Or do I need to send a pull request?

--
Regards

Kieran

On 16/07/2020 11:25, Kieran Bingham wrote:
> The files maintained as part of the RDACM20 were incorrectly sorted
> while they were added.
>
> Correct the sort-order.
>
> Fixes: 874a93adf972 ("media: i2c: Add RDACM20 driver")
> Signed-off-by: Kieran Bingham <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 373e4198d2b1..8bd8d4ab8b5f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14412,9 +14412,9 @@ M: Niklas Söderlund <[email protected]>
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
> -F: drivers/media/i2c/rdacm20.c
> F: drivers/media/i2c/max9271.c
> F: drivers/media/i2c/max9271.h
> +F: drivers/media/i2c/rdacm20.c
>
> RDC R-321X SoC
> M: Florian Fainelli <[email protected]>
>

--
Regards
--
Kieran

2020-08-28 11:01:16

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20

Em Fri, 28 Aug 2020 10:57:11 +0100
Kieran Bingham <[email protected]> escreveu:

> Hi Mauro,
>
> I see the fixes branch is open now ... could you pick this one up
> please? Or do I need to send a pull request?

No need. Already picked it. Yet, something like that can be merged
via the normal tree. No need to apply it under fixes.

Regards,
Mauro