drm: imx: Move imx-drm driver out of staging
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 24 Nov 2014 15:33:34 +0000 (16:33 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 25 Nov 2014 23:40:39 +0000 (09:40 +1000)
commit6556f7f82b9c401950d703072c0d8137b6f9f516
tree7432c41c5e01cb975a5a8f8aaf5fbf88021af145
parent0364d4fef4d19bdddca9a649ea83bc4bf458324f
drm: imx: Move imx-drm driver out of staging

The imx-drm driver was put into staging mostly for the following reasons,
all of which have been addressed or superseded:
 - convert the irq driver to use linear irq domains
 - work out the device tree bindings, this lead to the common of_graph
   bindings being used
 - factor out common helper functions, this mostly resulted in the
   component framework and drm of_graph helpers.

Before adding new fixes, and certainly before adding new features,
move it into its proper place below drivers/gpu/drm.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
35 files changed:
Documentation/devicetree/bindings/drm/imx/fsl-imx-drm.txt [new file with mode: 0644]
Documentation/devicetree/bindings/drm/imx/hdmi.txt [new file with mode: 0644]
Documentation/devicetree/bindings/drm/imx/ldb.txt [new file with mode: 0644]
Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt [deleted file]
Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt [deleted file]
Documentation/devicetree/bindings/staging/imx-drm/ldb.txt [deleted file]
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/imx/Kconfig [new file with mode: 0644]
drivers/gpu/drm/imx/Makefile [new file with mode: 0644]
drivers/gpu/drm/imx/imx-drm-core.c [new file with mode: 0644]
drivers/gpu/drm/imx/imx-drm.h [new file with mode: 0644]
drivers/gpu/drm/imx/imx-hdmi.c [new file with mode: 0644]
drivers/gpu/drm/imx/imx-hdmi.h [new file with mode: 0644]
drivers/gpu/drm/imx/imx-ldb.c [new file with mode: 0644]
drivers/gpu/drm/imx/imx-tve.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3-crtc.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3-plane.c [new file with mode: 0644]
drivers/gpu/drm/imx/ipuv3-plane.h [new file with mode: 0644]
drivers/gpu/drm/imx/parallel-display.c [new file with mode: 0644]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/imx-drm/Kconfig [deleted file]
drivers/staging/imx-drm/Makefile [deleted file]
drivers/staging/imx-drm/TODO [deleted file]
drivers/staging/imx-drm/imx-drm-core.c [deleted file]
drivers/staging/imx-drm/imx-drm.h [deleted file]
drivers/staging/imx-drm/imx-hdmi.c [deleted file]
drivers/staging/imx-drm/imx-hdmi.h [deleted file]
drivers/staging/imx-drm/imx-ldb.c [deleted file]
drivers/staging/imx-drm/imx-tve.c [deleted file]
drivers/staging/imx-drm/ipuv3-crtc.c [deleted file]
drivers/staging/imx-drm/ipuv3-plane.c [deleted file]
drivers/staging/imx-drm/ipuv3-plane.h [deleted file]
drivers/staging/imx-drm/parallel-display.c [deleted file]