summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2024-03-1537-1946/+1041
|\
| * media: i2c: imx290: Fix IMX920 typoAlexander Stein2024-02-231-8/+8
| * media: i2c: replace of_graph_get_next_endpoint()Kuninori Morimoto2024-02-2313-14/+14
| * media: imx335: Add support for test pattern generatorMatthias Fend2024-02-231-1/+101
| * media: imx335: Refactor power sequence to set controlsUmang Jain2024-02-231-15/+20
| * media: imx335: Support multiple link frequencyUmang Jain2024-02-231-14/+70
| * media: imx335: Use v4l2_link_freq_to_bitmap helperUmang Jain2024-02-231-18/+18
| * media: imx335: Set reserved register to default valueUmang Jain2024-02-231-1/+1
| * media: i2c: dw9714: Fix occasional probe errorsOndrej Jirman2024-02-231-0/+2
| * media: i2c: ov5645: Remove software reset entry from ov5645_global_init_settingBiju Das2024-02-231-1/+4
| * media: i2c: alvium: fix req_fr check in alvium_s_frame_interval()Tommaso Merciai2024-02-231-8/+4
| * media: i2c: alvium: store frame interval in subdev stateTommaso Merciai2024-02-232-34/+15
| * media: i2c: alvium: inline set_frame_interval into s_frame_intervalTommaso Merciai2024-02-231-33/+19
| * media: i2c: alvium: remove the fr field of the alvium_dev structureTommaso Merciai2024-02-232-13/+12
| * media: i2c: alvium: removal of dft_fr, min_fr and max_frTommaso Merciai2024-02-232-21/+9
| * media: i2c: st-vgxy61: remove redundant initialization of pointer modeColin Ian King2024-02-161-1/+1
| * media: msp3400: Use wait_event_freezable_timeout() in msp_sleep()Kevin Hao2024-02-162-16/+8
| * media: ov08x40: Reduce start streaming timeJason Chen2024-02-061-1152/+57
| * Revert "media: ov08x40: Reduce start streaming time"Sakari Ailus2024-02-061-57/+1152
| * media: i2c: adv748: Fix kerneldocRicardo Ribalda2024-02-051-1/+0
| * media: i2c: css-quirk.h: Fix kerneldocRicardo Ribalda2024-02-051-4/+4
| * media: adv7180: Fix cppcheck errorsBhavin Sharma2024-02-051-2/+2
| * media: tc358746: fix the pll calculating functionDuc-Long, Le2024-02-051-2/+2
| * media: ov08x40: Reduce start streaming timeJason Chen2024-02-011-1152/+57
| * media: ov08x40: Modify the tline calculation in different modesJason Chen2024-02-011-15/+51
| * media: ov08x40: Avoid sensor probing in D0 stateJason Chen2024-02-011-11/+21
| * media: imx355: Use v4l2_link_freq_to_bitmap helperSakari Ailus2024-02-011-39/+14
| * media: imx319: Use v4l2_link_freq_to_bitmap helperSakari Ailus2024-02-011-39/+14
| * media: imx334: Use v4l2_link_freq_to_bitmap helperSakari Ailus2024-02-011-29/+12
| * media: i2c: isl7998x: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: max2175: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: tvp5150: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: mt9v032: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: imx274: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: imx214: convert to use maple tree register cacheBo Liu2024-02-011-1/+1
| * media: i2c: imx415: Add more clock configurationsAlexander Stein2024-02-011-5/+260
| * media: i2c: imx415: Convert to new CCI register access helpersAlexander Stein2024-02-012-238/+170
| * media: i2c: st-vgxy61: Convert to CCI register access helpersJulien Massot2024-02-012-237/+154
| * media: tc358743: register v4l2 async device only after successful setupAlexander Stein2024-02-011-3/+4
| * media: i2c: ar0521: fix spellosRandy Dunlap2024-01-221-3/+3
| * media: v4l2-subdev: Fix spelling mistake "heigth" -> "height"Colin Ian King2024-01-221-1/+1
* | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-141-3/+4
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-29102-2434/+15774
| |\|
| * | media: tc358743: register v4l2 async device only after successful setupAlexander Stein2024-01-221-3/+4
* | | PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus2024-02-123-3/+3
| |/ |/|
* | media: i2c: thp7312: select CONFIG_FW_LOADERArnd Bergmann2024-01-111-0/+1
* | media: i2c: mt9m114: use fsleep() in place of udelay()Arnd Bergmann2023-12-141-1/+1
* | media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
* | media: i2c: thp7312: Store frame interval in subdev stateLaurent Pinchart2023-12-131-77/+81
* | media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_intervalLaurent Pinchart2023-12-1324-0/+290