summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | media: v4l: cci: Add macros to obtain register width and addressSakari Ailus2023-12-041-4/+4
| * | media: microchip-isc: Remove dead code in pipeline validationLaurent Pinchart2023-12-041-41/+0
| * | media: imx319: Enable runtime PM before registering async sub-deviceSakari Ailus2023-12-041-5/+7
| * | media: ccs: Print ireal and float limits converted to integersSakari Ailus2023-12-041-4/+13
| * | media: ov9734: Enable runtime PM before registering async sub-deviceBingbu Cao2023-12-041-8/+11
| * | media: ov13b10: Enable runtime PM before registering async sub-deviceBingbu Cao2023-12-041-5/+9
| * | media: ov01a10: Enable runtime PM before registering async sub-deviceBingbu Cao2023-12-041-4/+14
| * | media: imx355: Enable runtime PM before registering async sub-deviceBingbu Cao2023-12-041-5/+7
| * | media: stm32-dcmipp: STM32 DCMIPP camera interface driverHugues Fruchet2023-12-049-0/+2914
| * | media: i2c: st-vgxy61: add v4l2_fwnode ctrls parse and additionAlain Volmat2023-12-041-0/+9
| * | media: i2c: st-vgxy61: Add V4L2_SUBDEV_FL_HAS_EVENTS and subscribe hooksAlain Volmat2023-12-041-1/+9
| * | media: i2c: st-mipid02: add Y8 format supportAlain Volmat2023-12-041-1/+3
| * | media: i2c: st-mipid02: removal of unused link_frequency variableAlain Volmat2023-12-041-1/+0
| * | media: i2c: st-mipid02: use mipi-csi macro for data-typeAlain Volmat2023-12-041-6/+7
| * | media: i2c: st-mipid02: use active state to store pad formatsAlain Volmat2023-12-041-130/+79
| * | media: i2c: st-mipid02: use cci_* helpers for register access.Alain Volmat2023-12-042-123/+47
| * | media: i2c: st-mipid02: don't keep track of streaming statusAlain Volmat2023-12-041-22/+5
| * | media: i2c: st-mipid02: add usage of v4l2_get_link_freqAlain Volmat2023-12-041-48/+18
| * | media: i2c: st-mipid02: correct format propagationAlain Volmat2023-12-041-2/+7
| * | media: v4l: fwnode: Parse MIPI DisCo for Imaging propertiesSakari Ailus2023-12-041-1/+3
| * | media: v4l2-subdev: Rename .init_cfg() operation to .init_state()Laurent Pinchart2023-12-0474-240/+454
| * | media: i2c: Add driver for THine THP7312Paul Elder2023-12-043-0/+2257
| * | media: i2c: gc2145: Galaxy Core GC2145 sensor supportAlain Volmat2023-12-043-0/+1457
| * | media: renesas: vsp1: Fix references to pad configLaurent Pinchart2023-12-0416-179/+162
| * | Merge tag 'v6.7-rc4' into media_stageHans Verkuil2023-12-037-44/+30
| |\ \
| * | | media: wave5: add OF and V4L_MEM2MEM_DRIVERS dependenciesDeborah Brouwer2023-11-241-1/+2
| * | | media: mediatek: vcodec: Set the supported vp9 profile for each platformYunfei Dong2023-11-231-1/+21
| * | | media: mediatek: vcodec: Set the supported vp9 level for each platformYunfei Dong2023-11-231-0/+33
| * | | media: mediatek: vcodec: Set the supported h265 profile for each platformYunfei Dong2023-11-231-0/+19
| * | | media: mediatek: vcodec: Set the supported h264 profile for each platformYunfei Dong2023-11-231-0/+19
| * | | media: mediatek: vcodec: Set the supported h265 level for each platformYunfei Dong2023-11-231-0/+30
| * | | media: mediatek: vcodec: Set the supported h264 level for each platformYunfei Dong2023-11-231-0/+45
| * | | media: mediatek: vcodec: Get the chip name for each platformYunfei Dong2023-11-233-23/+41
| * | | media: v4l: subdev: Return NULL from pad access functions on errorSakari Ailus2023-11-231-30/+6
| * | | media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus2023-11-23131-638/+556
| * | | media: v4l: subdev: Always compile sub-device state access functionsSakari Ailus2023-11-231-126/+126
| * | | media: v4l: subdev: Make stream argument optional in state access functionsSakari Ailus2023-11-231-9/+9
| * | | media: v4l: subdev: v4l2_subdev_state_get_format always returns format nowSakari Ailus2023-11-231-8/+1
| * | | media: v4l: subdev: Rename sub-device state information access functionsSakari Ailus2023-11-235-30/+25
| * | | media: v4l: subdev: Also return pads array information on stream functionsSakari Ailus2023-11-231-0/+63
| * | | media: v4l: subdev: Store the sub-device in the sub-device stateSakari Ailus2023-11-231-0/+2
| * | | media: i2c: Fix references to pad configLaurent Pinchart2023-11-235-19/+19
| * | | media: ti: omap3isp: Fix references to pad configLaurent Pinchart2023-11-235-28/+28
| * | | media: qcom: camss: Fix references to pad configLaurent Pinchart2023-11-234-30/+30
| * | | media: xilinx: csi2rxss: Drop comment blocks for subdev op handlersLaurent Pinchart2023-11-231-59/+0
| * | | media: ipu3-cio2: Drop comment blocks for subdev op handlersLaurent Pinchart2023-11-231-14/+0
| * | | media: i2c: Use accessors for pad config 'try_*' fieldsLaurent Pinchart2023-11-2315-33/+41
| * | | media: microchip-isc: Use accessors for pad config 'try_*' fieldsLaurent Pinchart2023-11-231-4/+6
| * | | media: atmel-isi: Use accessors for pad config 'try_*' fieldsLaurent Pinchart2023-11-231-5/+7
| * | | media: amphion: Fix VPU core alias nameAlexander Stein2023-11-231-1/+1