]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
Revert "drm/i2c: adv7511: Move to bridge folder"
authorHyun Kwon <hyun.kwon@xilinx.com>
Fri, 31 Mar 2017 00:39:12 +0000 (17:39 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 19 Apr 2017 05:59:18 +0000 (07:59 +0200)
commitd5733539adba1c509cb82bd3d4d418a3dbfbfd68
tree74eba33547437afa9c15ca3636e7e50703e037e8
parentd80f6153e7c446e0c7dc8400b06d199c50bfd509
Revert "drm/i2c: adv7511: Move to bridge folder"

The latest kernel moved the adv7511 to drm bridge, and the adv7511
driver has been updated to align with latest DRM core such as atomic
modesetting. As it requires the major change in the DRM driver,
this reverts commit c582778900425d0cf2a5687a84b0125fee797d32
("drm/i2c: adv7511: Move to bridge folder") partially, in order to
revive the adv7511 encoder slave. This is a temporary solution to
enable the design.

The DRM driver needs to support the atomic modesetting as well as
the drm bridge. When those changes are in, this can be removed.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/i2c/Kconfig
drivers/gpu/drm/i2c/Makefile
drivers/gpu/drm/i2c/adv7511.c [new file with mode: 0644]
drivers/gpu/drm/i2c/adv7511.h [new file with mode: 0644]