summaryrefslogtreecommitdiff
path: root/drivers/media/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27media: tc358743: register v4l2 async device only after successful setupAlexander Stein1-3/+4
2023-12-08media: ccs: Correctly initialise try compose rectangleSakari Ailus1-1/+1
2023-11-20media: i2c: max9286: Fix some redundant of_node_put() callsChristophe JAILLET1-2/+0
2023-09-19media: ov2680: Fix regulators being left enabled on ov2680_power_on() errorsHans de Goede1-2/+6
2023-09-19media: ov2680: Fix vflip / hflip set functionsHans de Goede1-38/+12
2023-09-19media: ov2680: Fix ov2680_bayer_order()Hans de Goede1-19/+14
2023-09-19media: ov2680: Remove auto-gain and auto-exposure controlsHans de Goede1-144/+17
2023-09-19media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+2
2023-09-19media: ov5640: Enable MIPI interface in ov5640_set_power_mipi()Marek Vasut1-2/+2
2023-09-19media: i2c: tvp5150: check return value of devm_kasprintf()Claudiu Beznea1-0/+4
2023-09-19media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tablesHans de Goede1-2/+0
2023-05-17media: max9286: Free control handlerLaurent Pinchart1-0/+1
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-17media: ov5640: Fix analogue gain controlPaul Elder1-1/+1
2023-03-11media: i2c: ov7670: 0 instead of -EINVAL was returnedHans Verkuil1-1/+1
2023-03-11media: i2c: imx219: Fix binning for RAW8 captureJai Luthra1-8/+49
2023-03-11media: i2c: imx219: Split common registers from mode tablesAdam Ford1-147/+59
2023-03-11media: i2c: imx219: remove redundant writesSameer Puri1-2/+0
2023-03-11media: i2c: ov772x: Fix memleak in ov772x_probe()Yuan Can1-2/+1
2023-03-11media: ov5675: Fix memleak in ov5675_init_controls()Shang XiaoJing1-1/+3
2023-03-11media: ov2740: Fix memleak in ov2740_init_controls()Shang XiaoJing1-1/+3
2023-03-11media: max9286: Fix memleak in max9286_v4l2_register()Shang XiaoJing1-0/+1
2023-01-14media: i2c: ad5820: Fix error pathRicardo Ribalda1-5/+5
2022-06-09media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-04-08media: video/hdmi: handle short reads of hdmi info frame.Tom Rix3-3/+3
2021-11-18media: TDA1997x: handle short reads of hdmi info frame.Tom Rix1-4/+4
2021-11-18media: mt9p031: Fix corrupted frame after restarting streamDirk Bender1-1/+27
2021-11-18media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receiversSean Young1-0/+1
2021-09-18media: TDA1997x: fix tda1997x_query_dv_timings() return valueKrzysztof Hałasa1-2/+3
2021-09-18media: imx258: Limit the max analogue gain to 480Umang Jain1-1/+1
2021-09-18media: imx258: Rectify mismatch of VTS valueLaurent Pinchart1-1/+1
2021-09-15media: TDA1997x: enable EDID supportKrzysztof Hałasa1-0/+1
2021-07-19media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann1-2/+2
2021-07-14media: tc358743: Fix error return code in tc358743_probe_of()Zhen Lei1-0/+1
2021-07-14media: rc: i2c: Fix an error messageChristophe JAILLET1-2/+2
2021-07-14media: I2C: change 'RST' to "RSET" to fix multiple build errorsRandy Dunlap5-17/+17
2021-07-14media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk...Dillon Min1-6/+18
2021-05-14media: i2c: imx219: Balance runtime PM use-countLad Prabhakar1-15/+17
2021-05-14media: i2c: imx219: Move out locking/unlocking of vflip and hflip controls fr...Lad Prabhakar1-6/+13
2021-05-11media: i2c: adv7842: fix possible use-after-free in adv7842_remove()Yang Yingliang1-1/+1
2021-05-11media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()Yang Yingliang1-1/+1
2021-05-11media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove()Yang Yingliang1-1/+1
2021-05-11media: adv7604: fix possible use-after-free in adv76xx_remove()Yang Yingliang1-1/+1
2021-05-11media: tc358743: fix possible use-after-free in tc358743_remove()Yang Yingliang1-1/+1
2021-03-04media: i2c: max9286: fix access to unallocated memoryTomi Valkeinen1-1/+1
2021-03-04media: i2c: ov5670: Fix PIXEL_RATE minimum valueJacopo Mondi1-1/+2
2020-12-30media: tvp5150: Fix wrong return value of tvp5150_parse_dt()Zhang Xiaoxu1-0/+1
2020-12-30media: i2c: imx219: Selection compliance fixesHans Verkuil1-8/+9
2020-12-30media: rdacm20: Enable GPIO1 explicitlyJacopo Mondi1-2/+11
2020-12-30media: max9271: Fix GPIO enable/disableJacopo Mondi1-4/+4