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>
This commit is contained in:
Archit Taneja
2016-06-17 13:30:35 +05:30
vanhempi e12c2f6455
commit c582778900
8 muutettua tiedostoa jossa 12 lisäystä ja 9 poistoa

Näytä tiedosto

@@ -60,4 +60,6 @@ config DRM_SII902X
source "drivers/gpu/drm/bridge/analogix/Kconfig"
source "drivers/gpu/drm/bridge/adv7511/Kconfig"
endmenu