mbox series

[v7,0/3] gpu: drm: replace of_graph_get_next_endpoint()

Message ID 87o722sg6y.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series gpu: drm: replace of_graph_get_next_endpoint() | expand

Message

Kuninori Morimoto Nov. 26, 2024, 5:43 a.m. UTC
Hi Maarten, Maxime, Thomas
Cc Laurent

The patch has been created as 1 patch for "drivers/gpu/drm", but this time
I have finely disassembled the patch into 3 patches.

v6 -> v7
	- created as 3 patches

Kuninori Morimoto (3):
  gpu: drm: drm_of: replace of_graph_get_next_endpoint()
  gpu: drm: panel: replace of_graph_get_next_endpoint()
  gpu: drm: tiny: replace of_graph_get_next_endpoint()

 drivers/gpu/drm/drm_of.c                              | 4 +++-
 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 2 +-
 drivers/gpu/drm/tiny/arcpgu.c                         | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

Comments

Laurent Pinchart Nov. 26, 2024, 12:32 p.m. UTC | #1
Hi Morimoto-san,

On Tue, Nov 26, 2024 at 05:43:34AM +0000, Kuninori Morimoto wrote:
> 
> Hi Maarten, Maxime, Thomas
> Cc Laurent
> 
> The patch has been created as 1 patch for "drivers/gpu/drm", but this time
> I have finely disassembled the patch into 3 patches.

Thomas has merged v6 in drm-misc in commit 17558f97fe62fbe14757880a0aa998bfd194ea95

> v6 -> v7
> 	- created as 3 patches
> 
> Kuninori Morimoto (3):
>   gpu: drm: drm_of: replace of_graph_get_next_endpoint()
>   gpu: drm: panel: replace of_graph_get_next_endpoint()
>   gpu: drm: tiny: replace of_graph_get_next_endpoint()
> 
>  drivers/gpu/drm/drm_of.c                              | 4 +++-
>  drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 2 +-
>  drivers/gpu/drm/tiny/arcpgu.c                         | 2 +-
>  3 files changed, 5 insertions(+), 3 deletions(-)
>
Kuninori Morimoto Nov. 26, 2024, 11:39 p.m. UTC | #2
Hi Laurent

Thank you for the reply

> > Hi Maarten, Maxime, Thomas
> > Cc Laurent
> > 
> > The patch has been created as 1 patch for "drivers/gpu/drm", but this time
> > I have finely disassembled the patch into 3 patches.
> 
> Thomas has merged v6 in drm-misc in commit 17558f97fe62fbe14757880a0aa998bfd194ea95

Yeah, I have noticed about it, and could find it on linux-next/master
before, but can't today. So I thought it was rejected for some reasons...

Thank you for your help !!

Best regards
---
Kuninori Morimoto