summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2025-02-21media: qcom: camss: Add sm845 named power-domain supportCaleb Connolly1-0/+3
2025-02-21media: cx231xx: Convert enum into a defineRicardo Ribalda1-11/+7
2025-02-21media: cx23885: add simple suspend/resumeMatthias Schwarzott1-4/+29
2025-02-21media: coda: Add system resume interfaceXiaolei Wang1-0/+1
2025-02-21media: dvb-usb: Constify struct usb_device_idChristophe JAILLET22-25/+25
2025-02-21media: usb: use kmalloc_array() to replace kmalloc()Zhang Heng1-2/+2
2025-02-21media: pwc: remove useless header filesZhang Heng1-1/+0
2025-02-21media: i2c: adv748x: Fix test pattern selection maskNiklas Söderlund1-1/+1
2025-02-21media: mgb4: Added support for additional GMSL modules variantsMartin Tůma2-6/+15
2025-02-21media: video-i2c: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-11/+1
2025-02-21media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...Jiasheng Jiang1-1/+4
2025-02-21media: iris: rename module fileArnd Bergmann1-3/+4
2025-02-21media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warningArnd Bergmann1-1/+5
2025-02-18media: Switch to use hrtimer_setup()Nam Cao4-8/+5
2025-02-18media: platform: rpi1-cfe: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2025-02-18media: adv7511-v4l2: add support for the EEODBHans Verkuil1-2/+4
2025-02-18media: v4l2-dv-timings: add v4l2_num_edid_blocks() helperHans Verkuil1-0/+36
2025-02-18media: radio-aztech.c: fix old email in commentHans Verkuil1-1/+1
2025-02-18media: test-drivers: vivid: don't call schedule in loopHans Verkuil4-12/+32
2025-02-15media: dw9719: Add DW9761 supportHans de Goede1-42/+71
2025-02-15media: qcom: camss: switch CSID to defined MIPI CSI data type IDsVladimir Zapolskiy2-83/+61
2025-02-15media: i2c: imx219: Scale the pixel rate for analog binningJai Luthra1-45/+81
2025-02-15media: i2c: imx219: Increase minimum LLP to fix blocky artefactsJai Luthra1-5/+5
2025-02-15media: i2c: imx219: make HBLANK r/w to allow longer exposuresDave Stevenson1-20/+28
2025-02-15media: i2c: imx219: Rename VTS to FRM_LENGTHJai Luthra1-16/+15
2025-02-15media: i2c: imx219: Correct the minimum vblanking valueDavid Plowman1-1/+1
2025-02-15media: imx219: Adjust PLL settings based on the number of MIPI lanesDave Stevenson1-24/+69
2025-02-15media: i2c: imx415: Link frequencies are not exclusive to num lanesDave Stevenson1-28/+25
2025-02-15media: i2c: imx415: Make HBLANK controllable and in consistent unitsDave Stevenson1-48/+40
2025-02-15media: i2c: imx415: Add read/write control of VBLANKDave Stevenson1-18/+34
2025-02-15media: v4l: Convert the users of v4l2_get_link_freq to call it on a padSakari Ailus15-39/+64
2025-02-15media: ivsc: csi: Obtain link frequency from the media padSakari Ailus1-52/+26
2025-02-15media: intel/ipu6: Obtain link frequency from the remote subdev padSakari Ailus1-9/+3
2025-02-15media: v4l: Memset argument to 0 before calling get_mbus_config pad opSakari Ailus1-0/+2
2025-02-15media: v4l: Support obtaining link frequency via get_mbus_configSakari Ailus1-2/+13
2025-02-15media: v4l: Support passing media pad argument to v4l2_get_link_freq()Sakari Ailus1-3/+18
2025-02-15media: pci: ipu6: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2025-02-15media: i2c: ov7251: Introduce 1 ms delay between regulators and en GPIOSakari Ailus1-0/+2
2025-02-15media: i2c: ov7251: Set enable GPIO low in probeSakari Ailus1-1/+1
2025-02-15media: i2c: imx319: Rectify runtime PM handling probe and removeSakari Ailus1-3/+6
2025-02-15media: i2c: imx219: Rectify runtime PM handling in probe and removeSakari Ailus1-5/+8
2025-02-15media: i2c: ccs: Set the device's runtime PM status correctly in probeSakari Ailus1-0/+1
2025-02-15media: i2c: ccs: Set the device's runtime PM status correctly in removeSakari Ailus1-2/+3
2025-02-15media: stm32: dcmipp: add has_csi2 & needs_mclk in match dataAlain Volmat1-10/+13
2025-02-15media: stm32: csi: correct unsigned or useless variable settingsAlain Volmat1-8/+9
2025-02-15media: stm32: csi: remove useless fwnode_graph_get_endpoint callAlain Volmat1-12/+8
2025-02-15media: stm32: csi: simplify enable_streams error handlingAlain Volmat1-7/+9
2025-02-15media: stm32: csi: use ARRAY_SIZE to search D-PHY tableAlain Volmat1-9/+11
2025-02-15media: stm32: csi: register subdev only at end of probeAlain Volmat1-7/+6
2025-02-15media: stm32: csi: add missing pm_runtime_put on errorAlain Volmat1-7/+9