linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Fix sort order for RDACM20
@ 2020-07-16 10:25 Kieran Bingham
  2020-07-16 10:37 ` Jacopo Mondi
  2020-08-28  9:57 ` Kieran Bingham
  0 siblings, 2 replies; 4+ messages in thread
From: Kieran Bingham @ 2020-07-16 10:25 UTC (permalink / raw)
  To: linux-renesas-soc, linux-media, linux-kernel,
	Mauro Carvalho Chehab, sakari.ailus
  Cc: Kieran Bingham, Laurent Pinchart, Jacopo Mondi,
	Niklas Söderlund, Kieran Bingham

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 <kieran.bingham+renesas@ideasonboard.com>
---
 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 <niklas.soderlund+renesas@ragnatech.se>
 L:	linux-media@vger.kernel.org
 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 <florian@openwrt.org>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20
  2020-07-16 10:25 [PATCH] MAINTAINERS: Fix sort order for RDACM20 Kieran Bingham
@ 2020-07-16 10:37 ` Jacopo Mondi
  2020-08-28  9:57 ` Kieran Bingham
  1 sibling, 0 replies; 4+ messages in thread
From: Jacopo Mondi @ 2020-07-16 10:37 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, linux-media, linux-kernel,
	Mauro Carvalho Chehab, sakari.ailus, Kieran Bingham,
	Laurent Pinchart, Niklas Söderlund

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 <kieran.bingham+renesas@ideasonboard.com>

FWIW
Acked-by: Jacopo Mondi <jacopo@jmondi.org>

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 <niklas.soderlund+renesas@ragnatech.se>
>  L:	linux-media@vger.kernel.org
>  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 <florian@openwrt.org>
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20
  2020-07-16 10:25 [PATCH] MAINTAINERS: Fix sort order for RDACM20 Kieran Bingham
  2020-07-16 10:37 ` Jacopo Mondi
@ 2020-08-28  9:57 ` Kieran Bingham
  2020-08-28 10:56   ` Mauro Carvalho Chehab
  1 sibling, 1 reply; 4+ messages in thread
From: Kieran Bingham @ 2020-08-28  9:57 UTC (permalink / raw)
  To: Kieran Bingham, linux-renesas-soc, linux-media, linux-kernel,
	Mauro Carvalho Chehab, sakari.ailus
  Cc: Laurent Pinchart, Jacopo Mondi, Niklas Söderlund

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 <kieran.bingham+renesas@ideasonboard.com>
> ---
>  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 <niklas.soderlund+renesas@ragnatech.se>
>  L:	linux-media@vger.kernel.org
>  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 <florian@openwrt.org>
> 

-- 
Regards
--
Kieran

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Fix sort order for RDACM20
  2020-08-28  9:57 ` Kieran Bingham
@ 2020-08-28 10:56   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2020-08-28 10:56 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Kieran Bingham, linux-renesas-soc, linux-media, linux-kernel,
	sakari.ailus, Laurent Pinchart, Jacopo Mondi,
	Niklas Söderlund

Em Fri, 28 Aug 2020 10:57:11 +0100
Kieran Bingham <kieran.bingham@ideasonboard.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-28 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 10:25 [PATCH] MAINTAINERS: Fix sort order for RDACM20 Kieran Bingham
2020-07-16 10:37 ` Jacopo Mondi
2020-08-28  9:57 ` Kieran Bingham
2020-08-28 10:56   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).