This series splits up the driver and finally implements support for ST7571/ST7561 connected to a SPI bus.
I've not tested the SPI interface myself as I lack HW, but the implementation should be okay from what I've read in the datasheet. Signed-off-by: Marcus Folkesson <[email protected]> --- Marcus Folkesson (6): drm/sitronix/st7571-i2c: rename 'struct drm_device' in st7571_device drm/sitronix/st7571-i2c: add 'struct device' to st7571_device drm/sitronix/st7571-i2c: move common structures to st7571.h drm/sitronix/st7571-i2c: make probe independent of hw interface drm/sitronix/st7571: split up the driver into a common and an i2c part drm/sitronix/st7571-spi: add support for SPI interface MAINTAINERS | 3 + drivers/gpu/drm/sitronix/Kconfig | 38 +- drivers/gpu/drm/sitronix/Makefile | 2 + drivers/gpu/drm/sitronix/st7571-i2c.c | 1002 ++------------------------------- drivers/gpu/drm/sitronix/st7571-spi.c | 75 +++ drivers/gpu/drm/sitronix/st7571.c | 918 ++++++++++++++++++++++++++++++ drivers/gpu/drm/sitronix/st7571.h | 91 +++ 7 files changed, 1160 insertions(+), 969 deletions(-) --- base-commit: 7e73cefd2bede5408d1aeb6145261b62d85d23be change-id: 20251024-st7571-split-c734b06106a4 Best regards, -- Marcus Folkesson <[email protected]>
