Re: [PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays

2025-09-01 Thread Thomas Zimmermann
Hi, thanks for the driver. Review is below. Am 06.08.25 um 14:48 schrieb Iker Pedrosa: This adds a functional DRM driver for ST7920 that communicates with the display via the SPI bus. Signed-off-by: Iker Pedrosa --- drivers/gpu/drm/sitronix/Kconfig | 10 + drivers/gpu/drm/sitronix/Makefi

Re: [PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays

2025-08-07 Thread kernel test robot
: c571cb70e1ed43ee543c70151e61a001ab2eefa2 patch link: https://lore.kernel.org/r/20250806-st7920-v1-1-64ab5a34f9a0%40gmail.com patch subject: [PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays config: riscv-kismet-CONFIG_DRM_GEM_SHMEM_HELPER-CONFIG_DRM_ST7920-0-0 (https://download.01.org/0day-ci/archive

Re: [PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays

2025-08-07 Thread Krzysztof Kozlowski
On 06/08/2025 14:48, Iker Pedrosa wrote: > This adds a functional DRM driver for ST7920 that communicates with the > display via the SPI bus. Please do not use "This commit/patch/change", but imperative mood. See longer explanation here: https://elixir.bootlin.com/linux/v5.17.1/source/Documentatio

[PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays

2025-08-07 Thread Iker Pedrosa
This adds a functional DRM driver for ST7920 that communicates with the display via the SPI bus. Signed-off-by: Iker Pedrosa --- drivers/gpu/drm/sitronix/Kconfig | 10 + drivers/gpu/drm/sitronix/Makefile | 1 + drivers/gpu/drm/sitronix/st7920.c | 869 ++ d