2022-12-06 10:16:20

by Carlo Caione

[permalink] [raw]
Subject: [PATCH v3 0/3] Make ILI9486 driver working with 16-bits SPI controllers

This patchset is trying to fix problems seen on S905X boards when interfacing
with an ILI9486 equipped SPI panel.

To: Kamlesh Gurudasani <[email protected]>
To: David Airlie <[email protected]>
To: Daniel Vetter <[email protected]>
To: Mark Brown <[email protected]>
To: Neil Armstrong <[email protected]>
To: Kevin Hilman <[email protected]>
To: Jerome Brunet <[email protected]>
To: Martin Blumenstingl <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Carlo Caione <[email protected]>

---
Changes in v3:
- Added trailers
- Added new patch to use drm_aperture_remove_framebuffers()
- Link to v2: https://lore.kernel.org/r/[email protected]

Changes in v2:
- Removed SPICC patch
- Reworked commit message
- Link to v1: https://lore.kernel.org/r/[email protected]

---
Carlo Caione (3):
drm/tiny: ili9486: Enable driver module autoloading
drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
drm/tiny: ili9486: remove conflicting framebuffers

drivers/gpu/drm/tiny/ili9486.c | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
---
base-commit: bce9332220bd677d83b19d21502776ad555a0e73
change-id: 20221116-s905x_spi_ili9486-aed54ff3cb21

Best regards,
--
Carlo Caione