-
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.
media: staging: phy-rockchip-dphy-rx0: add Rockchip MIPI Synopsys DPH…
…Y RX0 driver Add driver for Rockchip MIPI Synopsys DPHY driver Signed-off-by: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
- Loading branch information
Ezequiel Garcia
authored and
Mauro Carvalho Chehab
committed
Jan 9, 2020
1 parent
b18f7f9
commit 32abcc4
Showing
6 changed files
with
412 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
config PHY_ROCKCHIP_DPHY_RX0 | ||
tristate "Rockchip MIPI Synopsys DPHY RX0 driver" | ||
depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF | ||
select GENERIC_PHY_MIPI_DPHY | ||
select GENERIC_PHY | ||
help | ||
Enable this to support the Rockchip MIPI Synopsys DPHY RX0 | ||
associated to the Rockchip ISP module present in RK3399 SoCs. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called phy-rockchip-dphy-rx0. |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
obj-$(CONFIG_PHY_ROCKCHIP_DPHY_RX0) += phy-rockchip-dphy-rx0.o |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The main reason for keeping this in staging is because the only driver | ||
that uses this is rkisp1, which is also in staging. It should be moved together | ||
with rkisp1. | ||
|
||
Please CC patches to Linux Media <linux-media@vger.kernel.org> and | ||
Helen Koike <helen.koike@collabora.com>. |
Oops, something went wrong.