-
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: move ANA78xx driver to analogix subdirectory
As ANA78xx chips are designed and produced by Analogix Semiconductor, Inc, move their driver codes into analogix subdirectory. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Torsten Duwe <duwe@suse.de> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20191107135202.2089C68BE1@verein.lst.de
- Loading branch information
Icenowy Zheng
authored and
Maxime Ripard
committed
Nov 8, 2019
1 parent
0e44f0e
commit 5d97408
Showing
6 changed files
with
13 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
config DRM_ANALOGIX_ANX78XX | ||
tristate "Analogix ANX78XX bridge" | ||
select DRM_KMS_HELPER | ||
select REGMAP_I2C | ||
help | ||
ANX78XX is an ultra-low power Full-HD SlimPort transmitter | ||
designed for portable devices. The ANX78XX transforms | ||
the HDMI output of an application processor to MyDP | ||
or DisplayPort. | ||
|
||
config DRM_ANALOGIX_DP | ||
tristate | ||
depends on DRM |
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,3 +1,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
analogix_dp-objs := analogix_dp_core.o analogix_dp_reg.o | ||
obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o | ||
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix_dp.o |
File renamed without changes.
File renamed without changes.