Re: [PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

2017-12-21 Thread Linus Walleij
On Thu, Dec 21, 2017 at 5:15 PM, Thierry Reding wrote: > Daniel just reminded me on IRC that you have commit rights to drm-misc, > so once you've fixed up the bulk of the checkpatch warnings (nevermind > those "prefer the BIT macro" checks), feel free to push this

Re: [PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

2017-12-21 Thread Linus Walleij
On Thu, Dec 21, 2017 at 3:15 PM, Thierry Reding wrote: > checkpatch.pl gives me these: > > -:30: WARNING: please write a paragraph that describes the config > symbol fully > #30: FILE: drivers/gpu/drm/panel/Kconfig:31: > +config

Re: [PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

2017-12-21 Thread Thierry Reding
On Thu, Dec 21, 2017 at 03:15:56PM +0100, Thierry Reding wrote: > On Fri, Dec 01, 2017 at 05:16:58PM +0100, Linus Walleij wrote: > > This adds support for the Ilitek ILI9322 QVGA (320x240) > > TFT panel driver. > > > > This panel driver supports serial or parallel RGB or > > YUV input and also

Re: [PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

2017-12-21 Thread Thierry Reding
On Fri, Dec 01, 2017 at 05:16:58PM +0100, Linus Walleij wrote: > This adds support for the Ilitek ILI9322 QVGA (320x240) > TFT panel driver. > > This panel driver supports serial or parallel RGB or > YUV input and also ITU-T BT.656 input streams. > > The controller is combined with a physical

[PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

2017-12-01 Thread Linus Walleij
This adds support for the Ilitek ILI9322 QVGA (320x240) TFT panel driver. This panel driver supports serial or parallel RGB or YUV input and also ITU-T BT.656 input streams. The controller is combined with a physical panel and configured through the device tree. Cc: David Lechner