mbox series

[v4,0/3] DRM driver for Sitronix ST7735R display panels

Message ID 1514833336-22564-1-git-send-email-david@lechnology.com
Headers show
Series DRM driver for Sitronix ST7735R display panels | expand

Message

David Lechner Jan. 1, 2018, 7:02 p.m. UTC
This series adds a new DRM/TinyDRM driver for Sitronix ST7735R, specifically
the Adafruit 1.8" TFT.

Nothing fancy here. Just mostly TinyDRM boilerplate with the init sequence
from the fbtft driver for the same panel.

v4 changes:
* Fix alphabetical order of device tree vendor
* change prefix on panel-specific functions/structs to panel prefix instead
  of controller
* Use gamma curve from Adafruit's Arduino library.

v3 changes:
* New patch for jianda vendor prefix
* Change compatible string in DT bindings (dropped ACK because of this)
* Use SPDX license ID

David Lechner (3):
  dt-bindings: add jianda vendor prefix
  dt-bindings: Add binding for Sitronix ST7735R display panels
  drm/tinydrm: add driver for ST7735R panels

 .../bindings/display/sitronix,st7735r.txt          |  35 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 MAINTAINERS                                        |   6 +
 drivers/gpu/drm/tinydrm/Kconfig                    |  10 +
 drivers/gpu/drm/tinydrm/Makefile                   |   1 +
 drivers/gpu/drm/tinydrm/st7735r.c                  | 215 +++++++++++++++++++++
 6 files changed, 268 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/sitronix,st7735r.txt
 create mode 100644 drivers/gpu/drm/tinydrm/st7735r.c

Comments

Linus Walleij Jan. 2, 2018, 9:42 a.m. UTC | #1
On Mon, Jan 1, 2018 at 8:02 PM, David Lechner <david@lechnology.com> wrote:

> This adds a new driver for Sitronix ST7735R display panels.
>
> This has been tested using an Adafruit 1.8" TFT.
>
> Signed-off-by: David Lechner <david@lechnology.com>
> Reviewed-by: Noralf Trønnes <noralf@tronnes.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Noralf Trønnes Jan. 3, 2018, 1:01 p.m. UTC | #2
Den 02.01.2018 10.42, skrev Linus Walleij:
> On Mon, Jan 1, 2018 at 8:02 PM, David Lechner <david@lechnology.com> wrote:
>
>> This adds a new driver for Sitronix ST7735R display panels.
>>
>> This has been tested using an Adafruit 1.8" TFT.
>>
>> Signed-off-by: David Lechner <david@lechnology.com>
>> Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Thanks, series applied to drm-misc.

Noralf.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html