[PATCH v2 2/2] drm/panel: Add Ilitek ILI9341 parallel RGB panel driver

2019-07-08 Thread Josef Lusticky
Add driver for Ilitek ILI9341 panels in parallel RGB mode Signed-off-by: Josef Lusticky --- MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig| 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-ilitek

[PATCH v2 1/2] dt-bindings: panel: Add parallel RGB mode for Ilitek ILI9341 panels

2019-07-08 Thread Josef Lusticky
ILI9341 supports both SPI input mode and parallel RGB input mode. This commit adds parallel RGB input mode bindings. Signed-off-by: Josef Lusticky --- .../bindings/display/ilitek,ili9341.txt | 67 --- 1 file changed, 56 insertions(+), 11 deletions(-) diff --git a

[PATCH v2 0/2] Add DRM ILI9341 parallel RGB panel driver

2019-07-08 Thread Josef Lusticky
changed * drm_mode_duplicate checked for failure Thank you Rob Herring and Sam Ravnborg for comments. Josef Lusticky (2): dt-bindings: panel: Add parallel RGB mode for Ilitek ILI9341 panels drm/panel: Add Ilitek ILI9341 parallel RGB panel driver .../bindings/display/ilitek,ili9341.txt

[RFC PATCH 1/2] drm/panel: Add Ilitek ILI9341 parallel RGB panel driver

2019-03-04 Thread Josef Lusticky
,ili9225.txt +DRM DRIVER FOR ILITEK ILI9341 PANELS +M: Josef Lusticky +S: Maintained +F: drivers/gpu/drm/panel/panel-ilitek-ili9341.c +F: Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt + DRM DRIVER FOR HX8357D PANELS M: Eric Anholt T: git git

[RFC PATCH 0/2] Add DRM panel driver for Ilitek ILI9341 based panels in parallel RGB mode

2019-03-04 Thread Josef Lusticky
ttps://cdn-shop.adafruit.com/datasheets/ILI9341.pdf Best regards, Josef Lusticky Josef Lusticky (2): drm/panel: Add Ilitek ILI9341 parallel RGB panel driver dt-bindings: panel: Add Ilitek ILI9341 panel documentation .../bindings/display/panel/ilitek,ili9341.txt | 33 ++ M

[RFC PATCH 2/2] dt-bindings: panel: Add Ilitek ILI9341 panel documentation

2019-03-04 Thread Josef Lusticky
--- .../bindings/display/panel/ilitek,ili9341.txt | 33 +++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt b/Documentation/dev

[PATCH 0/2] Add DRM panel driver for Ilitek ILI9341 based panels in parallel RGB mode

2019-02-19 Thread Josef Lusticky
this driver. I kindly ask you for a patch review. Links to datasheet: [1] https://www.displaytech-us.com/sites/default/files/display-data-sheet/DT024CTFT-v10_0.pdf [2] https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf Best regards, Josef Lusticky Josef Lusticky (2): drm/panel: Add Ilitek

[PATCH 2/2] dt-bindings: panel: Add Ilitek ILI9341 panel documentation

2019-02-19 Thread Josef Lusticky
--- .../bindings/display/panel/ilitek,ili9341.txt | 33 +++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt b/Documentation/dev

[PATCH 1/2] drm/panel: Add Ilitek ILI9341 parallel RGB panel driver

2019-02-19 Thread Josef Lusticky
,ili9225.txt +DRM DRIVER FOR ILITEK ILI9341 PANELS +M: Josef Lusticky +S: Maintained +F: drivers/gpu/drm/panel/panel-ilitek-ili9341.c +F: Documentation/devicetree/bindings/display/panel/ilitek,ili9341.txt + DRM DRIVER FOR HX8357D PANELS M: Eric Anholt T: git git