]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next
authorDave Airlie <airlied@redhat.com>
Fri, 29 Apr 2016 04:57:51 +0000 (14:57 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 29 Apr 2016 04:57:51 +0000 (14:57 +1000)
commit00fcc771d76a54c29cdb00b205ede3405c50f3ab
tree2d43e69adbfa1c46230190ab463c841832d24d61
parent236aa508a8442fd5c80fb0ff5cabc6ade9c04825
parenta3cc1217e2ba1005ea9e985390a482ebe6a6a260
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next

This adds very rudimentary TCON (timing controller for raw LCD displays)
support to enable the bypass mode in order to use the DCU controller on
Freescale/NXP Vybrid SoC's.

Additionally the register clock and pixel clock has been separated, but
are currently still enabled and disabled pairwise.

Other than that, fixes and cleanups accross the driver.

* 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu:
  drm/fsl-dcu: increment version and date
  drm/fsl-dcu: implement lastclose callback
  drm/fsl-dcu: disable output polling on driver unload
  drm/fsl-dcu: deallocate fbdev CMA on unload
  drm/fsl-dcu: use variable name dev for struct drm_device
  drm/fsl-dcu: handle missing panel gracefully
  drm/fsl-dcu: detach panel on destroy
  drm/layerscape: reduce excessive stack usage
  drm/fsl-dcu: add TCON driver
  drm/fsl-dcu: use common clock framework for pixel clock divider
  drm/fsl-dcu: add extra clock for pixel clock
  drm/fsl-dcu: disable clock on initialization failure and remove
MAINTAINERS