All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix SPICC and ILI9486 drivers
@ 2022-11-17  8:47 ` Carlo Caione
  0 siblings, 0 replies; 52+ messages in thread
From: Carlo Caione @ 2022-11-17  8:47 UTC (permalink / raw)
  To: Kamlesh Gurudasani, Mark Brown, Neil Armstrong, Jerome Brunet,
	David Airlie, Martin Blumenstingl, Kevin Hilman, Daniel Vetter
  Cc: linux-arm-kernel, linux-amlogic, linux-kernel, linux-spi,
	dri-devel, Carlo Caione

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

The color corruption and the performance issues are actually due to two
different problems in the SPICC driver and in the ILI9486 tiny DRM driver.

We try to fix both in the same patcheset to be able to correctly use the SPI
panel again.

To: Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
To: David Airlie <airlied@gmail.com>
To: Daniel Vetter <daniel@ffwll.ch>
To: Mark Brown <broonie@kernel.org>
To: Neil Armstrong <neil.armstrong@linaro.org>
To: Kevin Hilman <khilman@baylibre.com>
To: Jerome Brunet <jbrunet@baylibre.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-spi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-amlogic@lists.infradead.org
Signed-off-by: Carlo Caione <ccaione@baylibre.com>

---
Carlo Caione (3):
      drm/tiny: rpi-lcd-35: Enable driver module autoloading
      drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
      spi: meson-spicc: Lower CS between bursts

 drivers/gpu/drm/tiny/ili9486.c | 14 ++++++++++----
 drivers/spi/spi-meson-spicc.c  |  6 ++++++
 2 files changed, 16 insertions(+), 4 deletions(-)
---
base-commit: 15f3bff12cf6a888ec2ad39652828c60e6836b3d
change-id: 20221116-s905x_spi_ili9486-aed54ff3cb21

Best regards,
-- 
Carlo Caione


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

end of thread, other threads:[~2022-11-19 12:39 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  8:47 [PATCH 0/3] Fix SPICC and ILI9486 drivers Carlo Caione
2022-11-17  8:47 ` Carlo Caione
2022-11-17  8:47 ` Carlo Caione
2022-11-17  8:47 ` Carlo Caione
2022-11-17  8:47 ` [PATCH 1/3] drm/tiny: rpi-lcd-35: Enable driver module autoloading Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47 ` [PATCH 2/3] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17 11:09   ` Mark Brown
2022-11-17 11:09     ` Mark Brown
2022-11-17 11:09     ` Mark Brown
2022-11-17 11:09     ` Mark Brown
2022-11-17 13:40     ` Carlo Caione
2022-11-17 13:40       ` Carlo Caione
2022-11-17 13:40       ` Carlo Caione
2022-11-17 13:40       ` Carlo Caione
2022-11-17 14:59       ` Mark Brown
2022-11-17 14:59         ` Mark Brown
2022-11-17 14:59         ` Mark Brown
2022-11-17 14:59         ` Mark Brown
2022-11-18 10:36         ` Carlo Caione
2022-11-18 10:36           ` Carlo Caione
2022-11-18 10:36           ` Carlo Caione
2022-11-18 10:36           ` Carlo Caione
2022-11-18 15:44           ` Mark Brown
2022-11-18 15:44             ` Mark Brown
2022-11-18 15:44             ` Mark Brown
2022-11-18 15:44             ` Mark Brown
2022-11-18 19:02             ` Carlo Caione
2022-11-18 19:02               ` Carlo Caione
2022-11-18 19:02               ` Carlo Caione
2022-11-18 19:02               ` Carlo Caione
2022-11-17  8:47 ` [PATCH 3/3] spi: meson-spicc: Lower CS between bursts Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:47   ` Carlo Caione
2022-11-17  8:54   ` Neil Armstrong
2022-11-17  8:54     ` Neil Armstrong
2022-11-17  8:54     ` Neil Armstrong
2022-11-17  8:54     ` Neil Armstrong
2022-11-17 14:05     ` Carlo Caione
2022-11-17 14:05       ` Carlo Caione
2022-11-17 14:05       ` Carlo Caione
2022-11-17 14:05       ` Carlo Caione
2022-11-17 10:59   ` Mark Brown
2022-11-17 10:59     ` Mark Brown
2022-11-17 10:59     ` Mark Brown
2022-11-17 10:59     ` Mark Brown

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.