Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-15 Thread Sebastian Reichel
Hi Sam, On Thu, Jun 15, 2023 at 07:43:46AM +0200, Sam Ravnborg wrote: > On Thu, Jun 15, 2023 at 01:22:17AM +0200, Sebastian Reichel wrote: > > > > May I point to you Sebastian Reichel's series that features a partial > > > > overlap with your work? [0] > > > > > > Woow. That driver has been untou

Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-14 Thread Sam Ravnborg
On Thu, Jun 15, 2023 at 01:22:17AM +0200, Sebastian Reichel wrote: > Hi, > > On Tue, Jun 13, 2023 at 08:56:30AM +0200, Miquel Raynal wrote: > > Hi Michael, > > > > michael.rie...@wolfvision.net wrote on Tue, 13 Jun 2023 08:15:26 +0200: > > > > > Hi Miquel, > > > > > > On 6/9/23 16:59, Miquel Ra

Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-14 Thread Sebastian Reichel
Hi, On Tue, Jun 13, 2023 at 08:56:30AM +0200, Miquel Raynal wrote: > Hi Michael, > > michael.rie...@wolfvision.net wrote on Tue, 13 Jun 2023 08:15:26 +0200: > > > Hi Miquel, > > > > On 6/9/23 16:59, Miquel Raynal wrote: > > > The spi core warns us about using an of_device_id table without a >

Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-12 Thread Miquel Raynal
Hi Michael, michael.rie...@wolfvision.net wrote on Tue, 13 Jun 2023 08:15:26 +0200: > Hi Miquel, > > On 6/9/23 16:59, Miquel Raynal wrote: > > The spi core warns us about using an of_device_id table without a > > s/spi/SPI ? Actually both are accepted in the kernel, IIRC it depends whether y

Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-12 Thread Michael Riesch
Hi Miquel, On 6/9/23 16:59, Miquel Raynal wrote: > The spi core warns us about using an of_device_id table without a s/spi/SPI ? > spi_device_id table aside for module utilities in orter to not rely on s/in orter to/in order to ? > OF modaliases. Just add this table using the device name witho

Re: [PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-10 Thread Sam Ravnborg
On Fri, Jun 09, 2023 at 04:59:45PM +0200, Miquel Raynal wrote: > The spi core warns us about using an of_device_id table without a > spi_device_id table aside for module utilities in orter to not rely on > OF modaliases. Just add this table using the device name without the > vendor prefix (as it i

[PATCH 1/7] drm/panel: sitronix-st7789v: Prevent core spi warnings

2023-06-09 Thread Miquel Raynal
The spi core warns us about using an of_device_id table without a spi_device_id table aside for module utilities in orter to not rely on OF modaliases. Just add this table using the device name without the vendor prefix (as it is usually done). Signed-off-by: Miquel Raynal --- drivers/gpu/drm/pa