drm/i2c: adv7511: Move to bridge folder
authorArchit Taneja <architt@codeaurora.org>
Fri, 17 Jun 2016 08:00:35 +0000 (13:30 +0530)
committerArchit Taneja <architt@codeaurora.org>
Wed, 13 Jul 2016 08:54:35 +0000 (14:24 +0530)
commitc582778900425d0cf2a5687a84b0125fee797d32
tree1a3003941c902d138a213cb6b678ddabe7675dff
parente12c2f645557708932e15afdf77f5965549cf156
drm/i2c: adv7511: Move to bridge folder

The driver has been converted to use drm_bridge instead of
drm_i2c_slave_encoder. We can now move it to the bridge folder.

Create a separate folder since we already have a couple of files and
expect more when we support audio and ADV7533.

Rename the driver to adv7511_drv.c. This will come in handy later
when the driver module will need to be built from multiple object
files.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/adv7511/Kconfig [new file with mode: 0644]
drivers/gpu/drm/bridge/adv7511/Makefile [new file with mode: 0644]
drivers/gpu/drm/bridge/adv7511/adv7511.h [new file with mode: 0644]
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c [new file with mode: 0644]
drivers/gpu/drm/i2c/Kconfig
drivers/gpu/drm/i2c/Makefile
drivers/gpu/drm/i2c/adv7511.c [deleted file]
drivers/gpu/drm/i2c/adv7511.h [deleted file]
This page took 0.026866 seconds and 5 git commands to generate.