Re: [PATCH 01/22] gpu/drm: remove the shmobile drm driver

2023-02-03 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Feb 3, 2023 at 2:49 PM Laurent Pinchart wrote: > On Fri, Feb 03, 2023 at 08:15:06AM +0100, Christoph Hellwig wrote: > > So given that the big series doesn't go in, can we get this removal > > picked up through the drm tree? > > Geert has a board with an ARM-based SoC

Re: [PATCH 01/22] gpu/drm: remove the shmobile drm driver

2023-02-03 Thread Laurent Pinchart
On Fri, Feb 03, 2023 at 08:15:06AM +0100, Christoph Hellwig wrote: > So given that the big series doesn't go in, can we get this removal > picked up through the drm tree? Geert has a board with an ARM-based SoC compatible with this driver, and he expressed interest in taking over maintainership.

Re: [PATCH 01/22] gpu/drm: remove the shmobile drm driver

2023-01-13 Thread Geert Uytterhoeven
On Fri, Jan 13, 2023 at 8:55 AM Laurent Pinchart wrote: > On Fri, Jan 13, 2023 at 09:46:49AM +0200, Laurent Pinchart wrote: > > On Fri, Jan 13, 2023 at 07:23:18AM +0100, Christoph Hellwig wrote: > > > This driver depends on ARM && ARCH_SHMOBILE, but ARCH_SHMOBILE can only be > > > set for

Re: [PATCH 01/22] gpu/drm: remove the shmobile drm driver

2023-01-12 Thread Laurent Pinchart
On Fri, Jan 13, 2023 at 09:46:49AM +0200, Laurent Pinchart wrote: > Hi Christoph, > > Thank you for the patch. > > On Fri, Jan 13, 2023 at 07:23:18AM +0100, Christoph Hellwig wrote: > > This driver depends on ARM && ARCH_SHMOBILE, but ARCH_SHMOBILE can only be > > set for each/sh, making the

Re: [PATCH 01/22] gpu/drm: remove the shmobile drm driver

2023-01-12 Thread Laurent Pinchart
Hi Christoph, Thank you for the patch. On Fri, Jan 13, 2023 at 07:23:18AM +0100, Christoph Hellwig wrote: > This driver depends on ARM && ARCH_SHMOBILE, but ARCH_SHMOBILE can only be > set for each/sh, making the driver dead code except for the COMPILE_TEST > case. > > Signed-off-by: Christoph