mbox series

[v2,0/2] drm/tiny: Ensure DT compatibles have SPI device IDs

Message ID 20220202152631.20704-1-broonie@kernel.org
Headers show
Series drm/tiny: Ensure DT compatibles have SPI device IDs | expand

Message

Mark Brown Feb. 2, 2022, 3:26 p.m. UTC
Currently autoloading for SPI devices does not use the DT ID table, it uses
SPI modalises. Supporting OF modalises is going to be difficult if not
impractical, an attempt was made but has been reverted, so this series
adds SPI IDs where they aren't provided for a given modalias.

v2:
 - Rebase onto v5.17-rc1.

Mark Brown (2):
  drm/ili9486: Add SPI ID table
  drm/st7735r: Add SPI ID table

 drivers/gpu/drm/tiny/ili9486.c | 2 ++
 drivers/gpu/drm/tiny/st7735r.c | 1 +
 2 files changed, 3 insertions(+)


base-commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07

Comments

Javier Martinez Canillas Feb. 3, 2022, 9:48 a.m. UTC | #1
On 2/2/22 16:26, Mark Brown wrote:
> Currently autoloading for SPI devices does not use the DT ID table, it uses
> SPI modalises. Supporting OF modalises is going to be difficult if not
> impractical, an attempt was made but has been reverted, so this series
> adds SPI IDs where they aren't provided for a given modalias.
> 
> v2:
>  - Rebase onto v5.17-rc1.
> 
> Mark Brown (2):
>   drm/ili9486: Add SPI ID table
>   drm/st7735r: Add SPI ID table
> 
>  drivers/gpu/drm/tiny/ili9486.c | 2 ++
>  drivers/gpu/drm/tiny/st7735r.c | 1 +
>  2 files changed, 3 insertions(+)
> 

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>

Best regards,