Re: [PATCH v9 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Daniel Mack
Hi Sam,

On 9/1/21 4:20 PM, Sam Ravnborg wrote:
> Hi Daniel,
> 
> On Wed, Sep 01, 2021 at 12:30:38PM +0200, Daniel Mack wrote:
>> This is v9 of the series.
>>
>> Changelog:
>>
>> v2 -> v3:
>>  * Turn Documentation into yaml format
> 
> ...
> 
>> Daniel Mack (2):
>>   dt-bindings: display: add bindings for newhaven,1.8-128160EF
>>   drm/tiny: add driver for newhaven,1.8-128160EF
>>
>>  .../bindings/display/ilitek,ili9163.txt   |  27 +++
> 
> Despite the changelog the patch contains a .txt file.
> Did you push the right patchset?

Meh, you're right. Something went wrong in the rebase.
Thanks for spotting this! Will send a v10 in a minute!


Daniel


Re: [PATCH v9 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Sam Ravnborg
Hi Daniel,

On Wed, Sep 01, 2021 at 12:30:38PM +0200, Daniel Mack wrote:
> This is v9 of the series.
> 
> Changelog:
> 
> v2 -> v3:
>   * Turn Documentation into yaml format

...

> Daniel Mack (2):
>   dt-bindings: display: add bindings for newhaven,1.8-128160EF
>   drm/tiny: add driver for newhaven,1.8-128160EF
> 
>  .../bindings/display/ilitek,ili9163.txt   |  27 +++

Despite the changelog the patch contains a .txt file.
Did you push the right patchset?

Sam


[PATCH v9 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Daniel Mack
This is v9 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

v8 -> v9:
* Addressed some minor issues pointed out by Thomas Zimmermann
* Rebased

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

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

-- 
2.31.1