[GIT PULL] imx-drm: various cleanups

Philipp Zabel p.zabel at pengutronix.de
Wed Oct 18 17:17:08 UTC 2017


Hi Dave,

please consider merging these small cleanups for the imx-drm driver,
including a switch from drm_property_unreference_blob to
drm_property_blob_put, a change of the parallel-display connector enum
from VGA to DPI, a documentation fix for the device tree binding
example, and removal of an unused variable.

regards
Philipp

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2017-10-18

for you to fetch changes up to e64b9189bfd58e215ee44159767b39b8cf6fa302:

  gpu: ipu-v3: ipu-dc: Remove unused 'di' variable (2017-10-04 12:18:56 +0200)

----------------------------------------------------------------
drm/imx: various cleanups

- Switch to drm_*_get/put() helpers
- Use correct parallel-display connector enum: DPI instead of VGA
- Remove incorrect unit name from device tree binding documentation example
- Remove an unused variable

----------------------------------------------------------------
Cihangir Akturk (1):
      drm/imx: switch to drm_*_get(), drm_*_put() helpers

Fabio Estevam (1):
      gpu: ipu-v3: ipu-dc: Remove unused 'di' variable

Lucas Stach (1):
      drm/imx: parallel-display: use correct connector enum

Marco Franchi (1):
      dt-bindings: fsl-imx-drm: Remove incorrect "@di0" usage

 Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +-
 drivers/gpu/drm/imx/ipuv3-crtc.c                              | 2 +-
 drivers/gpu/drm/imx/parallel-display.c                        | 2 +-
 drivers/gpu/ipu-v3/ipu-dc.c                                   | 3 ---
 4 files changed, 3 insertions(+), 6 deletions(-)


More information about the dri-devel mailing list