[add v4l2 driver && close pcie]
authordavid.li <david.li@starfivetech.com>
Tue, 14 Dec 2021 06:21:27 +0000 (14:21 +0800)
committerdavid.li <david.li@starfivetech.com>
Tue, 14 Dec 2021 06:21:27 +0000 (14:21 +0800)
commit5ae2dbf72c8d5cbda91283c45809b34456de7e24
treeb13cbe339c6f3aeb23fdf1f93c0bfc97b7f3da62
parent2598a596696bfa3ee53ccd641ced6b8bef01282a
[add v4l2 driver && close pcie]
33 files changed:
arch/riscv/boot/dts/starfive/starfive_jh7110.dts
arch/riscv/boot/dts/starfive/starfive_jh7110_clk.dtsi
arch/riscv/configs/starfive_jh7110_defconfig
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/starfive/Kconfig [new file with mode: 0755]
drivers/media/platform/starfive/Makefile [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/Readme.txt [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/ov4689_mipi.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/ov5640.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/sc2235.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_common.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csi.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csi.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csi_hw_ops.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csiphy.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csiphy.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_csiphy_hw_ops.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_dvp.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_dvp.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_dvp_hw_ops.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_event.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_isp.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_isp.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_isp_hw_ops.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_video.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_video.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_vin.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_vin.h [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stf_vin_hw_ops.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stfcamss.c [new file with mode: 0755]
drivers/media/platform/starfive/v4l2_driver/stfcamss.h [new file with mode: 0755]
include/video/stf-vin.h [new file with mode: 0755]