[Intel-gfx] [PULL] drm-misc-next
Gustavo Padovan
gustavo at padovan.org
Mon Jan 8 13:45:10 UTC 2018
Hi Dave,
This is a late pull request for 4.16. It our final one. Due to holidays
we failed to send it before. In terms of features nothing really
big/important apart from the addition of the Ilitek ILI9322 panel
driver, that have been tested at linux-next for more than two weeks.
The changes committed last week are driver specific and quite small.
Regards,
Gustavo
drm-misc-next-2018-01-08:
drm-misc-next for 4.16:
Cross-subsystem Changes:
- some dt-binding changes for Ilitek and sun4i devices
Core Changes:
- panel_orientation_quirks: fix tainted kernel
Driver Changes:
- panel changes
- A83T and LVDS support to sun4i
The following changes since commit 8d44e9e69aacecd522bb2797eb2febc5c6c46558:
drm/framebuffer: Print task that allocated the fb in debug info. (2017-12-20 15:30:17 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2018-01-08
for you to fetch changes up to a1c55bccf6004ec9fbcf892328f9658767aa22bb:
drm/panel: lvds: Add support for the power-supply property (2018-01-05 10:00:14 +0100)
----------------------------------------------------------------
drm-misc-next for 4.16:
Cross-subsystem Changes:
- some dt-binding changes for Ilitek and sun4i devices
Core Changes:
- panel_orientation_quirks: fix tainted kernel
Driver Changes:
- panel changes
- A83T and LVDS support to sun4i
----------------------------------------------------------------
David Lechner (7):
drm: fix tainted kernel caused by drm_panel_orientation_quirks.c
dt-bindings: Add "vot" vendor prefix
dt-bindings: update compatible string for ILI9225
drm/tinydrm: Update ILI9225 compatible string
dt-bindings: add jianda vendor prefix
dt-bindings: Add binding for Sitronix ST7735R display panels
drm/tinydrm: add driver for ST7735R panels
Linus Walleij (2):
drm/panel: Add DT bindings for Ilitek ILI9322
drm/panel: Add Ilitek ILI9322 driver
Maxime Ripard (8):
dt-bindings: display: sun4i-drm: Add LVDS properties
dt-bindings: display: sun4i-drm: Add A83T pipeline
drm/sun4i: Force the mixer rate at 150MHz
drm/sun4i: Create minimal multipliers and dividers
drm/sun4i: Add LVDS support
drm/sun4i: Add A83T support
dt-bindings: panel: lvds: Document power-supply property
drm/panel: lvds: Add support for the power-supply property
.../devicetree/bindings/display/ilitek,ili9225.txt | 4 +-
.../bindings/display/panel/ilitek,ili9322.txt | 49 ++
.../bindings/display/panel/panel-common.txt | 10 +
.../bindings/display/panel/panel-lvds.txt | 1 +
.../bindings/display/panel/simple-panel.txt | 2 +-
.../bindings/display/sitronix,st7735r.txt | 35 +
.../bindings/display/sunxi/sun4i-drm.txt | 11 +
.../devicetree/bindings/vendor-prefixes.txt | 2 +
MAINTAINERS | 6 +
drivers/gpu/drm/drm_panel_orientation_quirks.c | 3 +
drivers/gpu/drm/panel/Kconfig | 8 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 962 +++++++++++++++++++++
drivers/gpu/drm/panel/panel-lvds.c | 23 +
drivers/gpu/drm/sun4i/Makefile | 1 +
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 10 +-
drivers/gpu/drm/sun4i/sun4i_drv.c | 1 +
drivers/gpu/drm/sun4i/sun4i_lvds.c | 177 ++++
drivers/gpu/drm/sun4i/sun4i_lvds.h | 12 +
drivers/gpu/drm/sun4i/sun4i_tcon.c | 244 +++++-
drivers/gpu/drm/sun4i/sun4i_tcon.h | 31 +
drivers/gpu/drm/sun4i/sun8i_mixer.c | 21 +
drivers/gpu/drm/sun4i/sun8i_mixer.h | 3 +
drivers/gpu/drm/tinydrm/Kconfig | 10 +
drivers/gpu/drm/tinydrm/Makefile | 1 +
drivers/gpu/drm/tinydrm/ili9225.c | 4 +-
drivers/gpu/drm/tinydrm/st7735r.c | 215 +++++
27 files changed, 1838 insertions(+), 9 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9322.txt
create mode 100644 Documentation/devicetree/bindings/display/sitronix,st7735r.txt
create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9322.c
create mode 100644 drivers/gpu/drm/sun4i/sun4i_lvds.c
create mode 100644 drivers/gpu/drm/sun4i/sun4i_lvds.h
create mode 100644 drivers/gpu/drm/tinydrm/st7735r.c
More information about the Intel-gfx
mailing list