All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] drm/panel: Silence no spi_device_id warnings
@ 2022-09-22 14:11 Wei Yongjun
  2022-09-22 14:11 ` [PATCH v2 01/10] drm/panel: db7430: Silence no spi_device_id warning Wei Yongjun
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Wei Yongjun @ 2022-09-22 14:11 UTC (permalink / raw)
  To: Thierry Reding, Linus Walleij, Markuss Broks, Sam Ravnborg,
	David Airlie, Daniel Vetter
  Cc: Wei Yongjun, dri-devel

From: Wei Yongjun <weiyongjun1@huawei.com>

SPI devices use the spi_device_id for module autoloading even on
systems using device tree.

Commit 5fa6863ba692 ("spi: Check we have a spi_device_id for each DT
compatible") added a test to check that every SPI driver has a
spi_device_id for each DT compatiable string defined by driver
and warns if the spi_device_id is missing.

This series add spi_device_id entries to silence the warnings, and
ensure driver module autoloading works.

v1 -> v2:
 - post as patch series
 - add more detail to commit message
 - format spi ids the same format as of ids
 - remove unused driver_data from spi_device_id

Wei Yongjun (10):
  drm/panel: db7430: Silence no spi_device_id warning
  drm/panel: panel-ilitek-ili9322: Silence no spi_device_id warnings
  drm/panel: innolux-ej030na: Silence no spi_device_id warning
  drm/panel: novatek,nt39016: Silence no spi_device_id warning
  drm/panel: nv3052c: Silence no spi_device_id warning
  drm/panel: s6d27a1: Silence no spi_device_id warning
  drm/panel: s6e63m0: Silence no spi_device_id warning
  drm/panel: tpg110: Silence no spi_device_id warning
  drm/panel: ws2401: Silence no spi_device_id warning
  drm/panel: y030xx067a: Silence no spi_device_id warning

 drivers/gpu/drm/panel/panel-abt-y030xx067a.c      | 7 +++++++
 drivers/gpu/drm/panel/panel-ilitek-ili9322.c      | 8 ++++++++
 drivers/gpu/drm/panel/panel-innolux-ej030na.c     | 7 +++++++
 drivers/gpu/drm/panel/panel-newvision-nv3052c.c   | 7 +++++++
 drivers/gpu/drm/panel/panel-novatek-nt39016.c     | 7 +++++++
 drivers/gpu/drm/panel/panel-samsung-db7430.c      | 7 +++++++
 drivers/gpu/drm/panel/panel-samsung-s6d27a1.c     | 7 +++++++
 drivers/gpu/drm/panel/panel-samsung-s6e63m0-spi.c | 7 +++++++
 drivers/gpu/drm/panel/panel-tpo-tpg110.c          | 7 +++++++
 drivers/gpu/drm/panel/panel-widechips-ws2401.c    | 7 +++++++
 10 files changed, 71 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-09-22 13:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 14:11 [PATCH v2 00/10] drm/panel: Silence no spi_device_id warnings Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 01/10] drm/panel: db7430: Silence no spi_device_id warning Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 02/10] drm/panel: panel-ilitek-ili9322: Silence no spi_device_id warnings Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 03/10] drm/panel: innolux-ej030na: Silence no spi_device_id warning Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 04/10] drm/panel: novatek, nt39016: " Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 05/10] drm/panel: nv3052c: " Wei Yongjun
2022-09-22 14:11 ` [PATCH v2 06/10] drm/panel: s6d27a1: " Wei Yongjun
2022-09-22 14:12 ` [PATCH v2 07/10] drm/panel: s6e63m0: " Wei Yongjun
2022-09-22 14:12 ` [PATCH v2 08/10] drm/panel: tpg110: " Wei Yongjun
2022-09-22 14:12 ` [PATCH v2 09/10] drm/panel: ws2401: " Wei Yongjun
2022-09-22 14:12 ` [PATCH v2 10/10] drm/panel: y030xx067a: " Wei Yongjun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.