Hi Tomi, > -----Original Message----- > From: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> > Sent: Monday, August 26, 2024 10:50 AM > Subject: Re: [PATCH] drm: renesas: Move RZ/G2L MIPI DSI driver to rz-du > > Hi, > > On 23/08/2024 18:00, Laurent Pinchart wrote: > > On Fri, Aug 23, 2024 at 02:33:49PM +0100, Lad, Prabhakar wrote: > >> On Wed, Jun 26, 2024 at 6:51 AM Laurent Pinchart wrote: > >>> On Tue, Jun 25, 2024 at 01:32:44PM +0100, Prabhakar wrote: > >>>> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > >>>> > >>>> All the RZ/G2L DU specific components are located under the rz-du > >>>> folder, so it makes sense to move the RZ/G2L MIPI DSI driver there > >>>> instead of keeping it in the rcar-du folder. This change improves > >>>> the organization and modularity of the driver configuration by grouping related settings > together. > >>> > >>> I was thinking the same the other day. Thanks for beating me at > >>> sending a patch :-) > >>> > >>> Reviewed-by: Laurent Pinchart > >>> <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > >>> > >>> Do you or Biju has committer rights to drm-misc to push this patch ? > >> > >> We dont, can you please queue this patch via your tree? > > > > I don't have other pending patches for DRM at the moment. Tomi, could > > you push this to drm-misc ? > > I have pushed this. Thanks. > > Should the DSI driver depend on the DU driver in the kconfig? It compiles fine without the DU, but can > it ever be used alone? DSI driver mainlined first before DU. Now DU driver is available, from a functional Point we should add dependency. Will send a patch soon. Cheers, Biju