summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-20media: i2c: imx290: Add support for imx327 variantAlexander Stein1-2/+42
2023-03-20media: i2c: imx290: Add the error code to logs in start_streamingDave Stevenson1-6/+6
2023-03-20media: i2c: imx290: Add support for H & V FlipsDave Stevenson1-5/+46
2023-03-20media: i2c: imx290: Add support for 74.25MHz external clockDave Stevenson1-16/+116
2023-03-20media: i2c: imx290: Remove duplicated write to IMX290_CTRL_07Dave Stevenson1-1/+0
2023-03-20media: i2c: imx290: VMAX is mode dependentDave Stevenson1-3/+6
2023-03-20media: i2c: imx290: Convert V4L2_CID_VBLANK to read/writeDave Stevenson1-10/+48
2023-03-20media: i2c: imx290: Convert V4L2_CID_HBLANK to read/writeDave Stevenson1-14/+19
2023-03-20media: i2c: imx290: Use CSI timings as per datasheetDave Stevenson1-20/+106
2023-03-20media: i2c: imx290: Support 60fps in 2 lane operationDave Stevenson1-14/+3
2023-03-20media: i2c: imx290: Fix the pixel rate at 148.5Mpix/sDave Stevenson1-11/+5
2023-03-20media: i2c: imx290: Add V4L2_SUBDEV_FL_HAS_EVENTS and subscribe hooksDave Stevenson1-1/+9
2023-03-20media: i2c: imx290: Set the colorspace fields in the formatDave Stevenson1-0/+4
2023-03-20media: i2c: imx290: Match kernel coding style on whitespaceDave Stevenson1-5/+4
2023-03-20media: i2c: imx290: Add support for the mono sensor variantDave Stevenson1-14/+61
2023-03-20media: i2c: ov5647: Use bus-locked i2c_transfer()Jacopo Mondi1-12/+18
2023-03-20media: i2c: ov5647: Add test pattern controlValentine Barshak1-1/+25
2023-03-20media: i2c: imx290: Use device_property_read_u32() directlyAndy Shevchenko1-2/+2
2023-03-20media: i2c: imx290: Make use of get_unaligned_le24(), put_unaligned_le24()Andy Shevchenko1-2/+7
2023-03-20media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen1-3/+33
2023-03-20media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen1-4/+11
2023-03-20media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen1-1/+1
2023-03-20media: i2c: st-vgxy61: Use VGXY61_NB_POLARITIES instead of hardcoded value in...Benjamin Mugnier1-1/+1
2023-03-20media: i2c: st-vgxy61: Fix control flow error on probeBenjamin Mugnier1-4/+4
2023-03-20media: i2c: st-vgxy61: Move 'detect' call to 'power_on'Benjamin Mugnier1-6/+6
2023-03-20media: i2c: st-vgxy61: Remove duplicate default mode set on probeBenjamin Mugnier1-1/+0
2023-03-20media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil2-7/+12
2023-03-20media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil2-118/+25
2023-03-20media: vivid: drop bitmap and clipping output overlay supportHans Verkuil4-103/+1
2023-03-20media: vivid: drop overlay supportHans Verkuil5-438/+6
2023-03-20media: bttv: drop overlay supportHans Verkuil7-763/+11
2023-03-20media: saa7134: drop overlay supportHans Verkuil4-453/+4
2023-03-20media: saa7146: drop overlay supportHans Verkuil4-658/+7
2023-03-20media: common: btcx-risc.h: drop obsolete headerHans Verkuil1-29/+0
2023-03-20media: zoran: drop two obsolete prototypes from zoran_device.hHans Verkuil1-2/+0
2023-03-20media: stm32: dma2d: remove unused fb_bufHans Verkuil1-2/+0
2023-03-20media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix1-1/+1
2023-03-20media: platform: cros-ec: Add Gladios/Lisbon to the match tableKevin Chiu1-0/+4
2023-03-20media: av7110: prevent underflow in write_ts_to_decoder()Dan Carpenter1-2/+2
2023-03-20media: mtk-jpegenc: Fix a compilation issueoushixiong1-1/+1
2023-03-20media: stm32-dcmi: Enable incoherent buffer allocationMarek Vasut1-0/+1
2023-03-20media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen1-7/+9
2023-03-20media: platform: via: Handle error for dma_set_maskharperchen1-1/+3
2023-03-20media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen2-7/+10
2023-03-20media: amphion: decoder implement display delay enableMing Qian3-2/+37
2023-03-20media: platform: cros-ec: Add aurash to the match tableZoey Wu1-0/+2
2023-03-20media: platform: mtk-mdp3: Add missing check and free for ida_allocJiasheng Jiang1-1/+7
2023-03-20media: platform: stm32: use devm_platform_get_and_ioremap_resource()Ye Xingchen1-4/+1
2023-03-20media: platform: renesas: use devm_platform_get_and_ioremap_resource()Ye Xingchen1-4/+1
2023-03-20media: dw100: use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1