]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb111c87f904bf039e0b441b5c83883335785fca
treeeaad214ec186ccbd6a7c4cd2d67b23d91e02e2be
parentb17af9b915694e53326d44d921922dc0e9a2038a
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]