Home
last modified time | relevance | path

Searched +full:sun8i +full:- +full:a83t +full:- +full:mipi +full:- +full:csi2 (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/media/
H A Dallwinner,sun8i-a83t-mipi-csi2.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-a83t-mipi-csi2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A83T MIPI CSI-2
10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
14 const: allwinner,sun8i-a83t-mipi-csi2
24 - description: Bus Clock
25 - description: Module Clock
26 - description: MIPI-specific Clock
[all …]
/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
2 sun8i-a83t-mipi-csi2-y += sun8i_a83t_mipi_csi2.o sun8i_a83t_dphy.o
4 obj-$(CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2) += sun8i-a83t-mipi-csi2.o
H A Dsun8i_a83t_mipi_csi2.h1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright 2020-2022 Bootlin
14 #include <media/v4l2-device.h>
15 #include <media/v4l2-fwnode.h>
17 #define SUN8I_A83T_MIPI_CSI2_NAME "sun8i-a83t-mipi-csi2"
H A Dsun8i_a83t_mipi_csi2.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Copyright 2020-2022 Bootlin
16 #include <media/mipi-csi2.h>
17 #include <media/v4l2-ctrls.h>
18 #include <media/v4l2-device.h>
19 #include <media/v4l2-fwnode.h>
88 struct regmap *regmap = csi2_dev->regmap; in sun8i_a83t_mipi_csi2_init()
128 struct regmap *regmap = csi2_dev->regmap; in sun8i_a83t_mipi_csi2_enable()
138 struct regmap *regmap = csi2_dev->regmap; in sun8i_a83t_mipi_csi2_disable()
149 struct regmap *regmap = csi2_dev->regmap; in sun8i_a83t_mipi_csi2_configure()
[all …]
/linux/drivers/media/platform/sunxi/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 obj-y += sun4i-csi/
4 obj-y += sun6i-csi/
5 obj-y += sun6i-mipi-csi2/
6 obj-y += sun8i-a83t-mipi-csi2/
7 obj-y += sun8i-di/
8 obj-y += sun8i-rotate/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 source "drivers/media/platform/sunxi/sun4i-csi/Kconfig"
6 source "drivers/media/platform/sunxi/sun6i-csi/Kconfig"
7 source "drivers/media/platform/sunxi/sun6i-mipi-csi2/Kconfig"
8 source "drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig"
9 source "drivers/media/platform/sunxi/sun8i-di/Kconfig"
10 source "drivers/media/platform/sunxi/sun8i-rotate/Kconfig"
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]