mbox series

[GIT,PULL] tilcdc changes for 4.17

Message ID ebc86986-a564-a364-5b47-c871bbeca500@ti.com
State New
Headers show
Series [GIT,PULL] tilcdc changes for 4.17 | expand

Pull-request

https://github.com/jsarha/linux tags/tilcdc-4.17

Message

Jyri Sarha Feb. 28, 2018, 10:33 a.m. UTC
Hi Dave,
Please pull the tilcdc changes for Linux v4.17.

Best regards and thanks,
Jyri

The following changes since commit 8bb5b22255dac09cd74eae9f86333b474d69fbbe:

  Merge branch 'drm-next-4.17' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2018-02-28
11:44:29 +1000)

are available in the git repository at:

  https://github.com/jsarha/linux tags/tilcdc-4.17

for you to fetch changes up to 7f78c3d69df03674644b724cdf4f01d67962beb4:

  drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
(2018-02-28 11:48:25 +0200)

----------------------------------------------------------------
drm/tilcdc changes to v4.17

----------------------------------------------------------------
Jyri Sarha (2):
      drm/tilcdc: Add support for drm panels
      drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"

Markus Elfring (2):
      drm/tilcdc: Delete an error message for a failed memory allocation
in seven functions
      drm/tilcdc: panel: Use common error handling code in
of_get_panel_info()

 drivers/gpu/drm/tilcdc/Kconfig           |  2 ++
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c     |  4 +---
 drivers/gpu/drm/tilcdc/tilcdc_drv.c      |  4 +---
 drivers/gpu/drm/tilcdc/tilcdc_external.c | 29 ++++++++++++++++++++---------
 drivers/gpu/drm/tilcdc/tilcdc_panel.c    | 23 ++++++++---------------
 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c   |  8 ++------
 6 files changed, 34 insertions(+), 36 deletions(-)