Searched +full:mipi +full:- +full:csi2 +full:- +full:rx +full:- +full:subsystem +full:- +full:5 (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
| D | xilinx-csi2rxss.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Xilinx MIPI CSI-2 Rx Subsystem 5 * Copyright (C) 2016 - 2020 Xilinx, Inc. 19 #include <linux/v4l2-subdev.h> 20 #include <media/media-entity.h> 21 #include <media/mipi-csi2.h> 22 #include <media/v4l2-common.h> 23 #include <media/v4l2-ctrls.h> 24 #include <media/v4l2-fwnode.h> 25 #include <media/v4l2-subdev.h> [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
| D | xilinx-csi2rxss.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Xilinx MIPI CSI-2 Rx Subsystem 5 * Copyright (C) 2016 - 2020 Xilinx, Inc. 19 #include <linux/v4l2-subdev.h> 20 #include <media/media-entity.h> 21 #include <media/v4l2-common.h> 22 #include <media/v4l2-ctrls.h> 23 #include <media/v4l2-fwnode.h> 24 #include <media/v4l2-subdev.h> 25 #include "xilinx-vip.h" [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0027_linux_drivers_media.patch | 7 Change-Id: I049bfa49539911e2f2699823b3f446166db22bbe 9 diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig 11 --- a/drivers/media/Kconfig 13 @@ -43,7 +43,7 @@ config MEDIA_SUBDRV_AUTOSELECT 17 - default y if MEDIA_SUPPORT_FILTER 20 By default, a media driver auto-selects all possible ancillary 22 diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c 24 --- a/drivers/media/i2c/ov5640.c 26 @@ -98,7 +98,8 @@ 30 - OV5640_MODE_QCIF_176_144 = 0, [all …]
|
| D | 0036_linux_drivers_staging.patch | 7 Change-Id: Ibe08cc261b06fe7f07187b5214df34e7cfed2515 9 diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig 11 --- a/drivers/staging/Kconfig 13 @@ -90,6 +90,8 @@ source "drivers/staging/greybus/Kconfig" 21 source "drivers/staging/mt7621-pci/Kconfig" 22 @@ -118,6 +120,8 @@ source "drivers/staging/wfx/Kconfig" 31 diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile 33 --- a/drivers/staging/Makefile 35 @@ -21,7 +21,7 @@ obj-$(CONFIG_IIO) += iio/ 36 obj-$(CONFIG_FB_SM750) += sm750fb/ [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0001_linux_arch.patch | 7 Change-Id: I8c7b42f8858212fb4b2d56a871d3f4d5afc73954 9 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig 11 --- a/arch/arm64/Kconfig 13 @@ -183,7 +183,6 @@ config ARM64 17 - select HOLES_IN_ZONE 21 @@ -1023,6 +1022,9 @@ config NEED_PER_CPU_EMBED_FIRST_CHUNK 31 @@ -1148,7 +1150,7 @@ config XEN 35 - int 40 @@ -1182,15 +1184,6 @@ config UNMAP_KERNEL_AT_EL0 44 -config MITIGATE_SPECTRE_BRANCH_HISTORY [all …]
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 27 P: Subsystem Profile document for more details submitting 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 [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| D | sh_css.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 26 #include "sh_css_hrt.h" /* only for file 2 MIPI */ 88 /* Name of the sp program: should not be built-in */ 116 * struct sh_css_stream_seed - a stream seed, to save and restore the 140 #define MAX_ACTIVE_STREAMS 5 143 * sustain power-down: MMU base, IRQ type, env for routines, binary loaded FW 152 struct ia_css_env driver_env; /* driver-supplied env copy */ 198 * - true, if all "ia_css_pipe" instances in the target "ia_css_stream" 200 * - false, otherwise. [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | sh_css.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 24 #include "sh_css_hrt.h" /* only for file 2 MIPI */ 98 /* Name of the sp program: should not be built-in */ 109 #define STATS_ENABLED(stage) (stage && stage->binary && stage->binary->info && \ 110 (stage->binary->info->sp.enable.s3a || stage->binary->info->sp.enable.dis)) 142 #define MAX_ACTIVE_STREAMS 5 143 /* A global struct for save/restore to hold all the data that should sustain power-down: 152 struct ia_css_env driver_env; /* driver-supplied env copy */ 195 * - 0, if the "stop" requests have been successfully sent out. [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 12 5 people, preferably many more. 29 5. Make a patch available to the relevant maintainer in the list. Use 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 1 diff --git a/drivers/Makefile b/drivers/Makefile 3 --- a/drivers/Makefile 5 @@ -6,6 +6,8 @@ 6 # Rewritten to use lists instead of if-statements. 11 obj-y += irqchip/ 12 obj-y += bus/ 14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c 16 --- a/drivers/block/nbd.c 18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info) 22 - if (!dev_list) { [all …]
|