aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2025-08-29media: st-delta: avoid excessive stack usageArnd Bergmann1-9/+11
2025-08-25media: mc: Improve unconnected pads debugging message in link explorationLaurent Pinchart1-2/+2
2025-08-25media: mc: Fix MUST_CONNECT handling for pads with no linksLaurent Pinchart1-1/+1
2025-08-25media: stm32-csi: Fix dereference before NULL checkChandra Mohan Sundar1-2/+2
2025-08-25media: i2c: imx: Add note to prevent buggy code re-useKrzysztof Kozlowski3-0/+10
2025-08-25media: i2c: vd55g1: Fix duster register addressBenjamin Mugnier1-1/+1
2025-08-25media: ti: j721e-csi2rx: Support multiple pixels per clockJai Luthra2-4/+36
2025-08-25media: cadence: cdns-csi2rx: Support multiple pixels per clock cycleJai Luthra1-18/+56
2025-08-25media: cadence: csi2rx: Implement get_fwnode_pad opJai Luthra1-0/+1
2025-08-25media: ti: j721e-csi2rx: Fix source subdev link creationJai Luthra1-2/+5
2025-08-25media: ti: j721e-csi2rx: Use fwnode_get_named_child_nodeJai Luthra1-10/+9
2025-08-25media: ti: j721e-csi2rx: Use devm_of_platform_populateJai Luthra1-1/+1
2025-08-25media: v4l2-common: Drop the workaround from v4l2_get_link_freq()Sakari Ailus1-9/+8
2025-08-25media: amlogic: c3-mipi-csi2: Call v4l2_get_link_freq() on source padSakari Ailus1-4/+3
2025-08-25media: imx296: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-25media: i2c: imx214: Separate legacy link frequency check from PLL calculationAndré Apitzsch1-5/+3
2025-08-25media: i2c: imx214: Move imx214_pll_update to imx214_ctrls_initAndré Apitzsch1-109/+110
2025-08-25media: i2c: imx214: Use __free(fwnode_handle)André Apitzsch1-6/+3
2025-08-25media: i2c: imx214: Drop dev argument from imx214_parse_fwnode()André Apitzsch1-2/+3
2025-08-25media: i2c: imx214: Remove unneeded parenthesesAndré Apitzsch1-2/+2
2025-08-25media: i2c: vgxy61: Report stream using frame descriptorsJulien Massot1-0/+16
2025-08-25media: mt9m114: Set pad-slew-rateMathis Foerst1-3/+23
2025-08-25media: mt9m114: Allow set_selection while streamingMathis Foerst1-12/+29
2025-08-25media: i2c: ov5648: make read-only arrays regs and values static constColin Ian King1-2/+2
2025-08-25media: rzg2l-cru: Drop function pointer to configure CSIBiju Das3-32/+9
2025-08-25media: i2c: imx334: add support for additional test patternsShravan Chippa1-0/+9
2025-08-25media: rj54n1cb0c: Fix memleak in rj54n1_probe()Zhang Shurong1-3/+6
2025-08-25media: ov02c10: Don't include linux/version.hSakari Ailus1-1/+0
2025-08-25media: Move gc0310 sensor drivers to drivers/media/i2c/Hans de Goede3-0/+794
2025-08-25media: vim2m: Remove compilation conditional to CONFIG_MEDIA_CONTROLLERSakari Ailus1-12/+1
2025-08-25media: MAINTAINERS: Change rcar-jpu maintainerSakari Ailus1-1/+1
2025-08-25media: ipu6: isys: Set embedded data type correctly for metadata formatsSakari Ailus1-0/+6
2025-08-25media: ipu6: isys: Use v4l2_ctrl_subdev_subscribe_event()Laurent Pinchart1-1/+1
2025-08-25media: omap3isp: Drop custom .unsubscribe_event() handlerLaurent Pinchart6-20/+4
2025-08-25media: v4l2-subdev: Make struct v4l2_subdev_stream_config privateLaurent Pinchart1-0/+24
2025-08-25media: i2c: ds90ub913: Stop accessing streams configs directlyLaurent Pinchart1-8/+9
2025-08-25media: vimc: Don't explicitly set bus_infoSakari Ailus2-4/+0
2025-08-18media: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus29-89/+3
2025-08-18media: rkvdec: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-08-18media: rkvdec: Fix an error handling path in rkvdec_probe()Christophe JAILLET1-9/+9
2025-08-18media: rkvdec: Fix a NULL vs IS_ERR() bug in probe()Dan Carpenter1-1/+3
2025-08-15media: imon: Remove unused definesSean Young1-5/+0
2025-08-15media: imon: grab lock earlier in imon_ir_change_protocol()Tetsuo Handa1-3/+3
2025-08-15media: imon: make send_packet() more robustTetsuo Handa1-24/+37
2025-08-15media: lirc: Fix error handling in lirc_register()Ma Ke1-4/+5
2025-08-13media: i2c: ov2680: Use the v4l2 helper for obtaining the clockMehdi Djait1-27/+2
2025-08-13media: i2c: vgxy61: Use the v4l2 helper for obtaining the clockMehdi Djait1-5/+5
2025-08-13media: i2c: vd56g3: Use the v4l2 helper for obtaining the clockMehdi Djait1-1/+1
2025-08-13media: i2c: vd55g1: Use the v4l2 helper for obtaining the clockMehdi Djait1-1/+1
2025-08-13media: i2c: s5k6a3: Use the v4l2 helper for obtaining the clockMehdi Djait1-2/+3