Re: [PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-19 Thread Noralf Trønnes
Den 15.05.2018 23.43, skrev Andy Shevchenko: On Tue, May 15, 2018 at 4:43 AM, David Lechner wrote: This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4"

Re: [PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-19 Thread Noralf Trønnes
Den 15.05.2018 23.43, skrev Andy Shevchenko: On Tue, May 15, 2018 at 4:43 AM, David Lechner wrote: This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4" TFT). The init

Re: [PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-15 Thread Andy Shevchenko
On Tue, May 15, 2018 at 4:43 AM, David Lechner wrote: > This adds a new driver for display panels that use the Ilitek ILI9341 > controller. It currently supports a single display panel, namely > the YX240QV29-T (e.g. Adafruit 2.4" TFT). > > The init sequence is from the

Re: [PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-15 Thread Andy Shevchenko
On Tue, May 15, 2018 at 4:43 AM, David Lechner wrote: > This adds a new driver for display panels that use the Ilitek ILI9341 > controller. It currently supports a single display panel, namely > the YX240QV29-T (e.g. Adafruit 2.4" TFT). > > The init sequence is from the Adafruit Python library

[PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-14 Thread David Lechner
This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4" TFT). The init sequence is from the Adafruit Python library for the ILI9341 controller.

[PATCH 3/3] drm/tinydrm: new driver for ILI9341 display panels

2018-05-14 Thread David Lechner
This adds a new driver for display panels that use the Ilitek ILI9341 controller. It currently supports a single display panel, namely the YX240QV29-T (e.g. Adafruit 2.4" TFT). The init sequence is from the Adafruit Python library for the ILI9341 controller.