drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi
authorAndy Yan <andy.yan@rock-chips.com>
Fri, 5 Dec 2014 06:26:31 +0000 (14:26 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 7 Jan 2015 17:31:56 +0000 (18:31 +0100)
commitb21f4b658df885068c65852ef3d9d2f4f2821b03
treeeaad214ec186ccbd6a7c4cd2d67b23d91e02e2be
parentaaa757a092c281461d4358e439143748142d5d72
drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi

the original imx hdmi driver is under drm/imx/,
which depends on imx-drm, so move the imx hdmi
driver out to drm/bridge and rename it to dw_hdmi

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/dw_hdmi.c [new file with mode: 0644]
drivers/gpu/drm/bridge/dw_hdmi.h [new file with mode: 0644]
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/dw_hdmi-imx.c [new file with mode: 0644]
drivers/gpu/drm/imx/imx-hdmi.c [deleted file]
drivers/gpu/drm/imx/imx-hdmi.h [deleted file]
drivers/gpu/drm/imx/imx-hdmi_pltfm.c [deleted file]
include/drm/bridge/dw_hdmi.h [new file with mode: 0644]