Linux Media
[Prev Page][Next Page]
- [PATCH v3 01/38] media: ti-vpe: cal: add g/s_parm for legacy API, (continued)
- [PATCH v3 01/38] media: ti-vpe: cal: add g/s_parm for legacy API, Tomi Valkeinen
- [PATCH v3 02/38] media: ti-vpe: cal: fix error handling in cal_camerarx_create, Tomi Valkeinen
- [PATCH v3 03/38] media: ti-vpe: cal: remove unused cal_camerarx->dev field, Tomi Valkeinen
- [PATCH v3 05/38] media: ti-vpe: cal: move global config from cal_ctx_wr_dma_config to runtime resume, Tomi Valkeinen
- [PATCH v3 04/38] media: ti-vpe: cal: rename "sensor" to "source", Tomi Valkeinen
- [PATCH v3 07/38] media: ti-vpe: cal: add cal_ctx_prepare/unprepare, Tomi Valkeinen
- [PATCH v3 06/38] media: ti-vpe: cal: use v4l2_get_link_freq, Tomi Valkeinen
- [PATCH v3 08/38] media: ti-vpe: cal: change index and cport to u8, Tomi Valkeinen
- [PATCH v3 11/38] media: ti-vpe: cal: rename cal_ctx->index to dma_ctx, Tomi Valkeinen
- [PATCH v3 09/38] media: ti-vpe: cal: Add CSI2 context, Tomi Valkeinen
- [PATCH v3 10/38] media: ti-vpe: cal: Add pixel processing context, Tomi Valkeinen
- [PATCH v3 12/38] media: ti-vpe: cal: rename CAL_HL_IRQ_MASK, Tomi Valkeinen
- [PATCH v3 13/38] media: ti-vpe: cal: clean up CAL_CSI2_VC_IRQ_* macros, Tomi Valkeinen
- [PATCH v3 14/38] media: ti-vpe: cal: catch VC errors, Tomi Valkeinen
- [PATCH v3 15/38] media: ti-vpe: cal: remove wait when stopping camerarx, Tomi Valkeinen
- [PATCH v3 16/38] media: ti-vpe: cal: disable csi2 ctx and pix proc at ctx_stop, Tomi Valkeinen
- [PATCH v3 17/38] media: ti-vpe: cal: allocate pix proc dynamically, Tomi Valkeinen
- [PATCH v3 19/38] media: ti-vpe: cal: add cal_ctx_wr_dma_enable and fix a race, Tomi Valkeinen
- [PATCH v3 18/38] media: ti-vpe: cal: add 'use_pix_proc' field, Tomi Valkeinen
- [PATCH v3 20/38] media: ti-vpe: cal: add vc and datatype fields to cal_ctx, Tomi Valkeinen
- [PATCH v3 21/38] media: ti-vpe: cal: handle cal_ctx_v4l2_register error, Tomi Valkeinen
- [PATCH v3 22/38] media: ti-vpe: cal: set field always to V4L2_FIELD_NONE, Tomi Valkeinen
- [PATCH v3 23/38] media: ti-vpe: cal: fix typo in a comment, Tomi Valkeinen
- [PATCH v3 24/38] media: ti-vpe: cal: add mbus_code support to cal_mc_enum_fmt_vid_cap, Tomi Valkeinen
- [PATCH v3 25/38] media: ti-vpe: cal: rename non-MC funcs to cal_legacy_*, Tomi Valkeinen
- [PATCH v3 26/38] media: ti-vpe: cal: init ctx->v_fmt correctly in MC mode, Tomi Valkeinen
- [PATCH v3 27/38] media: ti-vpe: cal: remove cal_camerarx->fmtinfo, Tomi Valkeinen
- [PATCH v3 28/38] media: ti-vpe: cal: support 8 DMA contexts, Tomi Valkeinen
- [PATCH v3 30/38] media: ti-vpe: cal: fix ctx uninitialization, Tomi Valkeinen
- [PATCH v3 31/38] media: ti-vpe: cal: fix queuing of the initial buffer, Tomi Valkeinen
- [PATCH v3 32/38] media: ti-vpe: cal: use CSI-2 frame number, Tomi Valkeinen
- [PATCH v3 33/38] media: ti-vpe: cal: add camerarx locking, Tomi Valkeinen
- [PATCH v3 34/38] media: ti-vpe: cal: add camerarx enable/disable refcounting, Tomi Valkeinen
- [PATCH v3 29/38] media: ti-vpe: cal: cleanup phy iteration in cal_remove, Tomi Valkeinen
- [PATCH v3 35/38] media: ti-vpe: cal: allow more than 1 source pads, Tomi Valkeinen
- [PATCH v3 36/38] media: ti-vpe: cal: add embedded data support, Tomi Valkeinen
- [PATCH v3 37/38] media: ti-vpe: cal: use frame desc to get vc and dt, Tomi Valkeinen
- [PATCH v3 38/38] media: ti-vpe: cal: add multiplexed streams support, Tomi Valkeinen
- [PATCH] drm/amdgpu: remove unreachable code,
Jiapeng Chong
- [PATCH v7 00/27] v4l: subdev internal routing and streams,
Tomi Valkeinen
- [PATCH v7 01/27] media: entity: Use pad as a starting point for graph walk, Tomi Valkeinen
- [PATCH v7 02/27] media: entity: Use pads instead of entities in the media graph walk stack, Tomi Valkeinen
- [PATCH v7 03/27] media: entity: Walk the graph based on pads, Tomi Valkeinen
- [PATCH v7 05/27] media: entity: Add iterator helper for entity pads, Tomi Valkeinen
- [PATCH v7 04/27] v4l: mc: Start walk from a specific pad in use count calculation, Tomi Valkeinen
- [PATCH v7 06/27] media: entity: Move the pipeline from entity to pads, Tomi Valkeinen
- [PATCH v7 07/27] media: entity: Use pad as the starting point for a pipeline, Tomi Valkeinen
- [PATCH v7 08/27] media: entity: Add has_route entity operation, Tomi Valkeinen
- [PATCH v7 09/27] media: entity: Add media_entity_has_route() function, Tomi Valkeinen
- [PATCH v7 10/27] media: entity: Use routing information during graph traversal, Tomi Valkeinen
- [PATCH v7 11/27] media: entity: Skip link validation for pads to which there is no route, Tomi Valkeinen
- [PATCH v7 12/27] media: entity: Add an iterator helper for connected pads, Tomi Valkeinen
- [PATCH v7 14/27] media: entity: Add debug information in graph walk route check, Tomi Valkeinen
- [PATCH v7 13/27] media: entity: Add only connected pads to the pipeline, Tomi Valkeinen
- [PATCH v7 15/27] v4l: Add bus type to frame descriptors, Tomi Valkeinen
- [PATCH v7 16/27] v4l: Add CSI-2 bus configuration to frame descriptors, Tomi Valkeinen
- [PATCH v7 17/27] v4l: Add stream to frame descriptor, Tomi Valkeinen
- [PATCH v7 18/27] media: Documentation: Add GS_ROUTING documentation, Tomi Valkeinen
- [PATCH v7 19/27] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations, Tomi Valkeinen
- [PATCH v7 20/27] v4l: subdev: add V4L2_SUBDEV_ROUTE_FL_SOURCE, Tomi Valkeinen
- [PATCH v7 21/27] v4l: subdev: routing kernel helper functions, Tomi Valkeinen
- [PATCH v7 22/27] v4l: subdev: add stream based configuration, Tomi Valkeinen
- [PATCH v7 23/27] v4l: subdev: add 'stream' to subdev ioctls, Tomi Valkeinen
- [PATCH v7 24/27] v4l: subdev: use streams in v4l2_subdev_link_validate(), Tomi Valkeinen
- [PATCH v7 25/27] v4l: subdev: add routing & stream config to v4l2_subdev_state, Tomi Valkeinen
- [PATCH v7 26/27] v4l: subdev: add V4L2_SUBDEV_FL_MULTIPLEXED, Tomi Valkeinen
- [PATCH v7 27/27] v4l: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8, Tomi Valkeinen
- Re: [PATCH v7 00/27] v4l: subdev internal routing and streams, Tomi Valkeinen
- Re: [PATCH v7 00/27] v4l: subdev internal routing and streams, Laurent Pinchart
- Submit new entries in Digital TV scan tables, Алексей Михайлов
- [ragnatech:media-tree] BUILD SUCCESS bb9212fd971035597d264fc6a7cc4df0db9b5fd0, kernel test robot
- [ragnatech:media-next] BUILD SUCCESS 0eb7ba38826fc7dc1461830539fbff3a95dcc4ba, kernel test robot
- [PATCH v13 0/2] Add dts and bindings update for i.MX8QM/QXP JPEG codec,
Mirela Rabulea (OSS)
- [ragnatech:media-next] BUILD SUCCESS 89cf71e62cd39da12e7a6e36ae6db126391ca9e2, kernel test robot
- [PATCH -next] staging: media: tegra-vde: add missing error return code in tegra_vde_probe(),
Yang Yingliang
- [PATCH] media: staging: atomisp: improve error handling in gc2235_detect(),
trix
- [RESEND] Running libcamera on KernelCI to detect regressions in the media subsystem, Nícolas F. R. A. Prado
- [PATCH 0/2] media: fix USB control-request directions,
Johan Hovold
- [PATCH 1/2] media: cxd2880-spi: Fix an error handling path,
Christophe JAILLET
- [PATCH] drm/amdgpu: Fix inconsistent indenting,
Jiapeng Chong
- [PATCH 04/11] drm/panfrost: Fix implicit sync,
Daniel Vetter
- [PATCH 03/11] drm/panfrost: Use xarray and helpers for depedency tracking,
Daniel Vetter
- [PATCH] uapi/linux/cec-funcs.h: set delay to 1 if unnused, Hans Verkuil
- [PATCH] drivers/media/usb/gspca/cpia1.c : fix spelling typo, Herman
- [PATCH] drm/doc: Includ fence chain api,
Daniel Vetter
- [PATCH v4,0/6] Support H264 4K on MT8192,
Irui Wang
- [PATCH v4,1/6] media: mtk-vcodec: venc: remove redundant code, Irui Wang
- [PATCH v4,2/6] dt-bindings: media: mtk-vcodec: Add dma-ranges property, Irui Wang
- [PATCH v4,3/6] media: mtk-vcodec: Support 4GB~8GB range iova space for venc, Irui Wang
- [PATCH v4,4/6] dt-bindings: media: mtk-vcodec: Add binding for MT8192 VENC, Irui Wang
- [PATCH v4,5/6] media: mtk-vcodec: Add MT8192 H264 venc driver, Irui Wang
- [PATCH v4,6/6] media: mtk-vcodec: Support MT8192 H264 4K encoding, Irui Wang
- [PATCH] drivers/media/platform/Rcar_jpu.c : fix typo issues, Herman
- Fwd: UVC USB 3.0 camera is totally down when using USB 3.0, but works in USB 2.0, Александр Егельский
- Running libcamera on KernelCI to detect regressions in the media subsystem, Nícolas F. R. A. Prado
- [ragnatech:media-next] BUILD REGRESSION c4fb2697f420b3c752230d8060801681bc486c04, kernel test robot
- [PATCH] media: hantro: test the correct variable in probe(),
Dan Carpenter
- [PATCH] media: atomisp: Replace whitespace at the beginning of line,
Aniket Bhattacharyea
- [RFC v2 0/9] Add Synopsys DesignWare HDMI RX Controller and PHY drivers,
Nelson Costa
- [PATCH] media: davinci: fix two kernel-doc comments,
Mauro Carvalho Chehab
- [PATCH 00/38] Rid W=1 warnings from GPU,
Lee Jones
- [PATCH 03/38] drm/radeon/radeon_cs: Fix incorrectly documented function 'radeon_cs_parser_fini', Lee Jones
- [PATCH 10/38] drm/amd/amdgpu/amdgpu_ids: Correct some function name disparity, Lee Jones
- [PATCH 11/38] drm/amd/amdgpu/amdgpu_debugfs: Fix a couple of misnamed functions, Lee Jones
- [PATCH 14/38] drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentation, Lee Jones
- [PATCH 13/38] drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functions, Lee Jones
- [PATCH 19/38] drm/radeon/cik: Fix incorrectly named function 'cik_irq_suspend()', Lee Jones
- [PATCH 25/38] drm/msm/msm_gem: Demote kernel-doc abuses, Lee Jones
- [PATCH 29/38] drm/radeon/r100: Realign doc header with function 'r100_cs_packet_parse_vline()', Lee Jones
- [PATCH 26/38] drm/amd/amdgpu/gmc_v10_0: Fix potential copy/paste issue, Lee Jones
- [PATCH 31/38] drm/amd/amdgpu/sdma_v2_4: Correct misnamed function 'sdma_v2_4_ring_emit_hdp_flush()', Lee Jones
- [PATCH 32/38] drm/amd/amdgpu/sdma_v4_0: Realign functions with their headers, Lee Jones
- [PATCH 16/38] drm/amd/amdgpu/si_dma: Fix some function name disparity, Lee Jones
- [PATCH 34/38] drm/amd/amdgpu/amdgpu_vce: Fix a few incorrectly named functions, Lee Jones
- [PATCH 33/38] drm/amd/amdgpu/sdma_v5_0: Fix typo in function name, Lee Jones
- [PATCH 35/38] drm/amd/amdgpu/sdma_v5_2: Repair typo in function name, Lee Jones
- [PATCH 37/38] drm/amd/amdgpu/gfx_v10_0: Demote kernel-doc abuse, Lee Jones
- [PATCH 0/7] Add support for DMA2D of STMicroelectronics STM32 SoC series,
dillon . minfei
- [PATCH 0/6] Don't use BIT() macro in UAPI headers,
Joe Richey
- Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers, Mark Rutland
- [PATCH 2/6] KVM: X86: Don't use BIT() macro in UAPI headers, Joe Richey
- [PATCH 3/6] drivers: firmware: psci: Don't use BIT() macro in UAPI headers, Joe Richey
- [PATCH 1/6] x86/elf: Don't use BIT() macro in UAPI headers, Joe Richey
- [PATCH 5/6] media: vicodec: Don't use BIT() macro in UAPI headers, Joe Richey
- [PATCH 4/6] uacce: Don't use BIT() macro in UAPI headers, Joe Richey
- [PATCH 6/6] tools headers UAPI: Sync pkt_sched.h with the kernel sources, Joe Richey
- Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers, Paolo Bonzini
- Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers, Borislav Petkov
- Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers, Sean Christopherson
- [PATCH v2 0/7] Don't use BIT() macro in UAPI headers, Joe Richey
- Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers, Christoph Hellwig
- [PATCH 1/1] media: dt-bindings: media: renesas,drif: Fix a dt_binding_check warning,
Zhen Lei
- [PATCH] drivers/media/usb/em28xx/em28xx-cards.c : fix typo issues, Herman
- LinuxTV IRC channels, Mauro Carvalho Chehab
- [PATCH v1 1/1] ACPI: utils: Fix reference counting in for_each_acpi_dev_match(),
Andy Shevchenko
- [RFC 0/3] dma-fence: Add a "boost" mechanism,
Rob Clark
- [media-next:master 180/181] drivers/staging/media/hantro/hantro_drv.c:175:2: error: expected identifier or '(' before 'return', kernel test robot
- [PATCH v5 00/14] media: mtk-vcodec: support for MT8183 decoder,
Alexandre Courbot
- [PATCH v5 01/14] media: mtk-vcodec: vdec: Support H264 profile control, Alexandre Courbot
- [PATCH v5 02/14] media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD, Alexandre Courbot
- [PATCH v5 03/14] media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits, Alexandre Courbot
- [PATCH v5 04/14] media: mtk-vcodec: make flush buffer reusable by encoder, Alexandre Courbot
- [PATCH v5 05/14] media: mtk-vcodec: venc: support START and STOP commands, Alexandre Courbot
- [PATCH v5 06/14] media: mtk-vcodec: vdec: move stateful ops into their own file, Alexandre Courbot
- [PATCH v5 07/14] media: mtk-vcodec: vdec: handle firmware version field, Alexandre Courbot
- [PATCH v5 08/14] media: mtk-vcodec: support version 2 of decoder firmware ABI, Alexandre Courbot
- [PATCH v5 09/14] media: add Mediatek's MM21 format, Alexandre Courbot
- [PATCH v5 10/14] media: mtk-vcodec: vdec: support stateless API, Alexandre Courbot
- [PATCH v5 11/14] media: mtk-vcodec: vdec: support stateless H.264 decoding, Alexandre Courbot
- [PATCH v5 12/14] media: mtk-vcodec: vdec: add media device if using stateless api, Alexandre Courbot
- [PATCH v5 13/14] dt-bindings: media: document mediatek,mt8183-vcodec-dec, Alexandre Courbot
- [PATCH v5 14/14] media: mtk-vcodec: enable MT8183 decoder, Alexandre Courbot
- Re: [PATCH v5 00/14] media: mtk-vcodec: support for MT8183 decoder, Hans Verkuil
- [PATCH] dt-bindings: media: renesas,imr: Convert to json-schema,
Geert Uytterhoeven
- [PATCH] dt-bindings: media: renesas,jpu: Convert to json-schema,
Geert Uytterhoeven
- [media-next:master 180/181] drivers/staging/media/hantro/hantro_drv.c:165:3: error: label 'err_cancel_job' used but not defined, kernel test robot
- [PATCH] [media] st-hva: Fix potential NULL pointer dereferences, Evgeny Novikov
- [PATCH 0/7] media: venus: Enable venus support on sc7280,
Dikshita Agarwal
- [PATCH 0/1] media: v4l2-subdev: add subdev-wide state struct, Tomi Valkeinen
- [PATCH v12] arm64: dts: imx8qxp: Add jpeg encoder/decoder nodes,
Mirela Rabulea (OSS)
- [PATCH] media: imx: imx7-media-csi: Fix buffer return upon stream start failure,
Laurent Pinchart
- [GIT PULL FOR v5.14] imx7-mipi-csis driver improvements,
Laurent Pinchart
- [ragnatech:media-next] BUILD SUCCESS b9f33f574986ee4bb4b29c5a91e8c7dee52a4097, kernel test robot
- [PATCH 0/5] Venus fatal error handling,
Stanimir Varbanov
- [PATCH 1/5] staging: media: zoran: remove detect_guest_activity,
Corentin Labbe
- [bug report] media: videobuf2: Add new uAPI for DVB streaming I/O, Dan Carpenter
- [PATCH] staging: media: zoran: fix some formatting issues, Wang Qing
- [PATCH] [v2] staging: media: atomisp: Align block comments,
Wan Jiabing
- [PATCH] staging: media: atomisp: Align block comments,
Wan Jiabing
- [PATCH] media: sti: fix obj-$(config) targets, Mauro Carvalho Chehab
- Unable to capture adv7280-m on i.MX6Q,
Fabio Estevam
- [PATCH] media: zr364xx: fix memory leak in zr364xx_start_readpipe, Pavel Skripkin
- [RFC] media: v4l2: Adding mem2mem ftrace support,
Emil Velikov
- [PATCH] venus: hfi_cmds: Fix conceal color property, Stanimir Varbanov
- [PATCH v3] media: imx-csi: Skip first few frames from a BT.656 source,
Fabio Estevam
- [PATCH] media: v4l: cadence: Handle errors of clk_prepare_enable(),
Evgeny Novikov
- [syzbot] memory leak in zr364xx_start_readpipe,
syzbot
- [PATCH] media: st-delta: Remove redundant assignment to ret, Jiapeng Chong
- [PATCH] media: atmel: atmel-isc: Remove redundant assignment to i, Jiapeng Chong
- [PATCH 0/2] New V4L2 controls V4L2_CID_NOTIFY_GAIN_XXX,
David Plowman
- [PATCH] media: hantro: Fix PM reference leak in device_run(),
Yu Kuai
- [PATCH -next] media: bdisp: remove redundant dev_err call in bdisp_probe(), Yang Yingliang
- [PATCH] media: atomisp: remove compat_ioctl32 code,
Arnd Bergmann
- ADV7280-M probe failure,
Fabio Estevam
- [PATCH 1/2] media: video-i2c: frame delay based on last frame's end time,
Seongyong Park
- [PATCH v3 00/16] Replace some bad characters on documents,
Mauro Carvalho Chehab
- [RFC PATCH 0/3] media: imx: imx7-media-csi: i.MX8MM support,
Laurent Pinchart
- [PATCH v2 00/25] media: imx: imx7-mipi-csis: Add i.MX8MM support,
Laurent Pinchart
- [PATCH v2 19/25] media: imx: imx7_mipi_csis: Reorganize csi_state structure, Laurent Pinchart
- [PATCH v2 18/25] media: imx: imx7_mipi_csis: Make csi_state num_clocks field unsigned, Laurent Pinchart
- [PATCH v2 15/25] media: imx: imx7_mipi_csis: Don't pass pdev to mipi_csis_parse_dt(), Laurent Pinchart
- [PATCH v2 20/25] media: imx: imx7_mipi_csis: Reorganize mipi_csis_probe(), Laurent Pinchart
- [PATCH v2 17/25] media: imx: imx7_mipi_csis: Drop csi_state pdev field, Laurent Pinchart
- [PATCH v2 16/25] media: imx: imx7_mipi_csis: Pass csi_state to mipi_csis_subdev_init(), Laurent Pinchart
- [PATCH v2 12/25] media: imx: imx7_mipi_csis: Rename mipi_sd to sd, Laurent Pinchart
- [PATCH v2 09/25] media: imx: imx7_mipi_csis: Drop unused csis_hw_reset structure, Laurent Pinchart
- [PATCH v2 10/25] media: imx: imx7_mipi_csis: Store CSI-2 data type in format structure, Laurent Pinchart
- [PATCH v2 07/25] media: imx: imx7_mipi_csis: Reorganize code in sections, Laurent Pinchart
- [PATCH v2 13/25] media: imx: imx7_mipi_csis: Rename csi_state flag field to state, Laurent Pinchart
- [PATCH v2 11/25] media: imx: imx7_mipi_csis: Drop csi_state phy field, Laurent Pinchart
- [PATCH v2 24/25] media: imx: imx7_mipi_csis: Add i.MX8MM support, Laurent Pinchart
- [PATCH v2 23/25] dt-bindings: media: nxp,imx7-mipi-csi2: Add i.MX8MM support, Laurent Pinchart
- [PATCH v2 25/25] media: imx: imx7_mipi_csis: Update MAINTAINERS, Laurent Pinchart
- [PATCH v2 21/25] media: imx: imx7_mipi_csis: Reject invalid data-lanes settings, Laurent Pinchart
- [PATCH v2 22/25] media: imx: imx7_mipi_csis: Move PHY control to dedicated functions, Laurent Pinchart
- [PATCH v2 05/25] media: imx: imx7_mipi_csis: Minimize locking in get/set format, Laurent Pinchart
- [PATCH v2 08/25] media: imx: imx7_mipi_csis: Set the CLKSETTLE register field, Laurent Pinchart
- [PATCH v2 03/25] media: imx: imx7_mipi_csis: Update ISP_CONFIG macros for quad pixel mode, Laurent Pinchart
- [PATCH v2 14/25] media: imx: imx7_mipi_csis: Turn csi_state irq field into local variable, Laurent Pinchart
- [PATCH v2 06/25] media: imx: imx7_mipi_csis: Don't set subdev data, Laurent Pinchart
- [PATCH v2 01/25] media: imx: imx7_mipi_csis: Fix logging of only error event counters, Laurent Pinchart
- [PATCH v2 02/25] media: imx: imx7_mipi_csis: Count the CSI-2 debug interrupts, Laurent Pinchart
- Re: [PATCH v2 00/25] media: imx: imx7-mipi-csis: Add i.MX8MM support, Laurent Pinchart
- [PATCH v2 04/25] media: imx: imx7_mipi_csis: Move static data to top of mipi_csis_dump_regs(), Laurent Pinchart
- Re: [PATCH v2 00/25] media: imx: imx7-mipi-csis: Add i.MX8MM support, Frieder Schrempf
- [PATCH] media: st_rc: Handle errors of clk_prepare_enable(),
Evgeny Novikov
- [PATCH 1/1] media: tc358743: Fix error return code in tc358743_probe_of(), Zhen Lei
- [PATCH] media: media/test_drivers: Drop unnecessary NULL check after container_of, Guenter Roeck
- [PATCH] media: au0828: fix a NULL vs IS_ERR() check, Dan Carpenter
- [PATCH] media: mtk-vpu: Use devm_platform_ioremap_resource_byname, dingsenjie
- [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform,
dillon . minfei
- [PATCH] media: meson: vdec: remove redundant initialization of variable reg_cur,
Colin King
- [PATCH v2] media: rcar-csi2: Enable support for r8a77961,
Niklas Söderlund
- [PATCH v2] media: rcar-vin: Enable support for r8a77961,
Niklas Söderlund
- [GIT PULL FOR v5.14] Minor RC & DVB updates,
Sean Young
- Build failed in Jenkins: libcamera #543,
Jenkins Builder Robot
- [PATCH] Staging: atomisp: Use sysfs_emit() instead of sprintf() where appropriate,
Nguyen Dinh Phi
- Recording videos on phones and camera on Librem 5 devboard,
Pavel Machek
- [v4l-utils v5 0/5] Add support for meson building,
Ariel D'Alessandro
- [PATCH] media: radio: si4713: constify static struct v4l2_ioctl_ops, Rikard Falkeborn
- [PATCH] media: bt8xx: Fix a missing check bug in bt878_probe, Zheyu Ma
- [PATCH V3 0/6] PCI: Enable 10-Bit tag support for PCIe devices,
Dongdong Liu
- [bug report] media: tuners: fix error return code of hybrid_tuner_request_state(),
Dan Carpenter
- [PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols,
Mauro Carvalho Chehab
- [PATCH -next] media: omap3isp: add missing unlock on error in isp_subdev_notifier_complete(),
Yang Yingliang
- [PATCH V10] i2c: i2c-qcom-geni: Add shutdown callback for i2c,
Roja Rani Yarubandi
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Gstreamer Embedded]
[Linux SCSI]
[Yosemite Forum]