[PULL] tinydrm

Noralf Trønnes noralf at tronnes.org
Sat Feb 18 18:22:00 UTC 2017


Hi Dave,

Please pull tinydrm.

Thanks,
Noralf

The following changes since commit 9ca70356a9260403c1bda40d942935e55d00c11c:

   Revert "drm: Resurrect atomic rmfb code, v3" (2017-02-17 12:39:04 +1000)

are available in the git repository at:

   https://github.com/notro/linux tags/drm-tinydrm-2017-02-18

for you to fetch changes up to 1f47e6cbf58d10392a2158b0e33ef72ad681e40f:

   drm/tinydrm: Add support for Multi-Inno MI0283QT display (2017-02-18 
18:05:02 +0100)

----------------------------------------------------------------
Add tinydrm

----------------------------------------------------------------
Noralf Trønnes (7):
       drm: Add DRM support for tiny LCD displays
       drm/tinydrm: Add helper functions
       drm/tinydrm: Add MIPI DBI support
       of: Add vendor prefix for Multi-Inno
       dt-bindings: display/panel: Add common rotation property
       dt-bindings: Add Multi-Inno MI0283QT binding
       drm/tinydrm: Add support for Multi-Inno MI0283QT display

  .../bindings/display/multi-inno,mi0283qt.txt       |   27 +
  .../devicetree/bindings/display/panel/panel.txt    |    4 +
  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
  Documentation/gpu/index.rst                        |    1 +
  Documentation/gpu/tinydrm.rst                      |   42 +
  MAINTAINERS                                        |    6 +
  drivers/gpu/drm/Kconfig                            |    2 +
  drivers/gpu/drm/Makefile                           |    1 +
  drivers/gpu/drm/tinydrm/Kconfig                    |   21 +
  drivers/gpu/drm/tinydrm/Makefile                   |    7 +
  drivers/gpu/drm/tinydrm/core/Makefile              |    3 +
  drivers/gpu/drm/tinydrm/core/tinydrm-core.c        |  376 ++++++++
  drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c     |  460 +++++++++
  drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c        |  234 +++++
  drivers/gpu/drm/tinydrm/mi0283qt.c                 |  279 ++++++
  drivers/gpu/drm/tinydrm/mipi-dbi.c                 | 1005 
++++++++++++++++++++
  include/drm/tinydrm/ili9341.h                      |   54 ++
  include/drm/tinydrm/mipi-dbi.h                     |  107 +++
  include/drm/tinydrm/tinydrm-helpers.h              |  100 ++
  include/drm/tinydrm/tinydrm.h                      |  115 +++
  20 files changed, 2845 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
  create mode 100644 
Documentation/devicetree/bindings/display/panel/panel.txt
  create mode 100644 Documentation/gpu/tinydrm.rst
  create mode 100644 drivers/gpu/drm/tinydrm/Kconfig
  create mode 100644 drivers/gpu/drm/tinydrm/Makefile
  create mode 100644 drivers/gpu/drm/tinydrm/core/Makefile
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-core.c
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
  create mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c
  create mode 100644 drivers/gpu/drm/tinydrm/mi0283qt.c
  create mode 100644 drivers/gpu/drm/tinydrm/mipi-dbi.c
  create mode 100644 include/drm/tinydrm/ili9341.h
  create mode 100644 include/drm/tinydrm/mipi-dbi.h
  create mode 100644 include/drm/tinydrm/tinydrm-helpers.h
  create mode 100644 include/drm/tinydrm/tinydrm.h



More information about the dri-devel mailing list