All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry
@ 2015-03-08 19:15 Joe Perches
  2015-03-08 19:15 ` [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry Joe Perches
  2015-03-09  7:07 ` [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Laurent Pinchart
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Perches @ 2015-03-08 19:15 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Laurent Pinchart

commit 2378ad1228d2 ("drm: rcar-du: Remove platform data support")
removed the file, remove the pattern.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0059bf8..3b3378a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3380,7 +3380,6 @@ T:	git git://people.freedesktop.org/~airlied/linux
 S:	Supported
 F:	drivers/gpu/drm/rcar-du/
 F:	drivers/gpu/drm/shmobile/
-F:	include/linux/platform_data/rcar-du.h
 F:	include/linux/platform_data/shmob_drm.h
 
 DSBR100 USB FM RADIO DRIVER
-- 
2.1.2


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

* [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry
  2015-03-08 19:15 [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Joe Perches
@ 2015-03-08 19:15 ` Joe Perches
  2015-03-09 15:16   ` Gregory CLEMENT
  2015-03-09  7:07 ` [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Laurent Pinchart
  1 sibling, 1 reply; 6+ messages in thread
From: Joe Perches @ 2015-03-08 19:15 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Gregory CLEMENT

commit c6a95dbee793 ("MAINTAINERS: add the RTC driver for the Armada38x")
typoed the pattern, fix it.

Signed-off-by: Joe Perches <joe@perches.com>
cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b3378a..002fd88 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1176,7 +1176,7 @@ M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-mvebu/
-F:	drivers/rtc/armada38x-rtc
+F:	drivers/rtc/rtc-armada38x.c
 
 ARM/Marvell Berlin SoC support
 M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-- 
2.1.2


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

* Re: [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry
  2015-03-08 19:15 [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Joe Perches
  2015-03-08 19:15 ` [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry Joe Perches
@ 2015-03-09  7:07 ` Laurent Pinchart
  2015-03-09  7:18   ` Joe Perches
  1 sibling, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2015-03-09  7:07 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

Hi Joe,

Thank you for the patch.

On Sunday 08 March 2015 12:15:56 Joe Perches wrote:
> commit 2378ad1228d2 ("drm: rcar-du: Remove platform data support")
> removed the file, remove the pattern.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Should I take the patch in my tree ?

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0059bf8..3b3378a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3380,7 +3380,6 @@ T:	git git://people.freedesktop.org/~airlied/linux
>  S:	Supported
>  F:	drivers/gpu/drm/rcar-du/
>  F:	drivers/gpu/drm/shmobile/
> -F:	include/linux/platform_data/rcar-du.h
>  F:	include/linux/platform_data/shmob_drm.h
> 
>  DSBR100 USB FM RADIO DRIVER

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry
  2015-03-09  7:07 ` [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Laurent Pinchart
@ 2015-03-09  7:18   ` Joe Perches
  2015-03-09 23:53     ` Laurent Pinchart
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2015-03-09  7:18 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Andrew Morton, linux-kernel

On Mon, 2015-03-09 at 09:07 +0200, Laurent Pinchart wrote:
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Should I take the patch in my tree ?

If you want.
Otherwise Andrew will likely pick it up eventually.



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

* Re: [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry
  2015-03-08 19:15 ` [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry Joe Perches
@ 2015-03-09 15:16   ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2015-03-09 15:16 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

Hi Joe,

On 08/03/2015 20:15, Joe Perches wrote:
> commit c6a95dbee793 ("MAINTAINERS: add the RTC driver for the Armada38x")
> typoed the pattern, fix it.

Indeed it was a typo that I though I had fixed, but maybe I didn't actually
send the patch.

So of course:

Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>


Thanks,

Gregory


> 
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b3378a..002fd88 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1176,7 +1176,7 @@ M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	arch/arm/mach-mvebu/
> -F:	drivers/rtc/armada38x-rtc
> +F:	drivers/rtc/rtc-armada38x.c
>  
>  ARM/Marvell Berlin SoC support
>  M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* Re: [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry
  2015-03-09  7:18   ` Joe Perches
@ 2015-03-09 23:53     ` Laurent Pinchart
  0 siblings, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2015-03-09 23:53 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

Hi Joe,

On Monday 09 March 2015 00:18:41 Joe Perches wrote:
> On Mon, 2015-03-09 at 09:07 +0200, Laurent Pinchart wrote:
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > Should I take the patch in my tree ?
> 
> If you want.
> Otherwise Andrew will likely pick it up eventually.

I'll most likely send another pull request for the rcar-du driver in this 
cycle, I'll include your patch.

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2015-03-10  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 19:15 [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Joe Perches
2015-03-08 19:15 ` [PATCH 2/2] MAINTAINERS: Correct rtc armada38x pattern entry Joe Perches
2015-03-09 15:16   ` Gregory CLEMENT
2015-03-09  7:07 ` [PATCH 1/2] MAINTAINERS: Remove rcar-du.h entry Laurent Pinchart
2015-03-09  7:18   ` Joe Perches
2015-03-09 23:53     ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.