-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/bridge: ptn3460: Convert to I2C driver model
Use drm_bridge helpers to modify the driver to support I2C driver model. Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com> Acked-by: Inki Dae <inki.dae@samsung.com> Tested-by: Rahul Sharma <rahul.sharma@samsung.com> Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Tested-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Tested-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> [treding@nvidia.com: remove recursive dependency on I2C] Signed-off-by: Thierry Reding <treding@nvidia.com>
- Loading branch information
Ajay Kumar
authored and
Thierry Reding
committed
Jan 28, 2015
1 parent
3d3f8b1
commit 6a1688a
Showing
3 changed files
with
91 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
config DRM_PTN3460 | ||
tristate "PTN3460 DP/LVDS bridge" | ||
config DRM_DW_HDMI | ||
tristate | ||
depends on DRM | ||
select DRM_KMS_HELPER | ||
---help--- | ||
|
||
config DRM_DW_HDMI | ||
tristate | ||
config DRM_PTN3460 | ||
tristate "PTN3460 DP/LVDS bridge" | ||
depends on DRM | ||
depends on OF | ||
select DRM_KMS_HELPER | ||
---help--- | ||
ptn3460 eDP-LVDS bridge chip driver. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters