mbox series

[v8,0/2] gpu: drm: add driver for ili9361 panel

Message ID 20211015145910.1020068-1-daniel@zonque.org (mailing list archive)
Headers show
Series gpu: drm: add driver for ili9361 panel | expand

Message

Daniel Mack Oct. 15, 2021, 2:59 p.m. UTC
This is v3 of the series.

Changelog:

v2 -> v3:
	* Turn Documentation into yaml format

v3 -> v4:
	* Fix reference error in yaml file

v4 -> v5:
	* More yaml file documentation fixes

v5 -> v6:
	* More yaml file documentation fixes

v6 -> v7:
	* Fix ordering of patches

v7 -> v8:
	* More yaml file documentation fixes

Daniel Mack (2):
  dt-bindings: display: add bindings for newhaven,1.8-128160EF
  drm/tiny: add driver for newhaven,1.8-128160EF

 .../display/panel/ilitek,ili9163.yaml         | 69 +++++++++++++++++++
 drivers/gpu/drm/tiny/Kconfig                  |  13 +
 drivers/gpu/drm/tiny/Makefile                 |   1 +
 drivers/gpu/drm/tiny/ili9163.c                | 224 ++++++++++++++++++
 4 files changed, 307 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.yaml
 create mode 100644 drivers/gpu/drm/tiny/ili9163.c

Comments

Daniel Mack Oct. 15, 2021, 3 p.m. UTC | #1
On 10/15/21 16:59, Daniel Mack wrote:
> This is v3 of the series.

Ups, sorry. Ignore this one. I meant to resend a different version of
this series.


My apologies,
Daniel



> 
> Changelog:
> 
> v2 -> v3:
> 	* Turn Documentation into yaml format
> 
> v3 -> v4:
> 	* Fix reference error in yaml file
> 
> v4 -> v5:
> 	* More yaml file documentation fixes
> 
> v5 -> v6:
> 	* More yaml file documentation fixes
> 
> v6 -> v7:
> 	* Fix ordering of patches
> 
> v7 -> v8:
> 	* More yaml file documentation fixes
> 
> Daniel Mack (2):
>   dt-bindings: display: add bindings for newhaven,1.8-128160EF
>   drm/tiny: add driver for newhaven,1.8-128160EF
> 
>  .../display/panel/ilitek,ili9163.yaml         | 69 +++++++++++++++++++
>  drivers/gpu/drm/tiny/Kconfig                  |  13 +
>  drivers/gpu/drm/tiny/Makefile                 |   1 +
>  drivers/gpu/drm/tiny/ili9163.c                | 224 ++++++++++++++++++
>  4 files changed, 307 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.yaml
>  create mode 100644 drivers/gpu/drm/tiny/ili9163.c
>