summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/video-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
* media: i2c: video-i2c: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-231-2/+3
* media: i2c: video-i2c: Convert enum->pointer for data in the match tablesBiju Das2023-09-271-8/+4
* media: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* media: i2c: video: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-251-1/+1
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: i2c/video-i2c: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-221-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* media: i2c: video-i2c: Use GENMASK for masking bitsMoses Christopher Bollavarapu2022-05-171-1/+2
* media: i2c: video-i2c: Replace constants with proper namesMoses Christopher Bollavarapu2022-05-171-2/+8
* media: i2c: video-i2c: Move defines to the top of the fileMoses Christopher Bollavarapu2022-05-171-25/+25
* media: video-i2c: more precise intervals between framesSeongyong Park2021-09-301-9/+12
* media: i2c: video-i2c: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-8/+4
* media: i2c: video-i2c: fix build errors due to 'imply hwmon'Matt Ranostay2020-03-241-1/+1
* media: media/i2c/video-i2c: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: video-i2c: use V4L2_FRACT_COMPAREAkinobu Mita2019-06-211-6/+2
* media: video-i2c: add Melexis MLX90640 thermal cameraMatt Ranostay2019-01-211-1/+109
* media: video-i2c: check if chip struct has set_power functionMatt Ranostay2018-12-071-5/+17
* media: video-i2c: support runtime PMAkinobu Mita2018-12-071-2/+139
* media: video-i2c: hwmon: constify vb2_ops structureJulia Lawall2018-11-231-1/+1
* media: video-i2c: support changing frame intervalAkinobu Mita2018-11-231-12/+66
* media: video-i2c: use i2c regmapAkinobu Mita2018-11-231-27/+41
* media: video-i2c: avoid accessing released memory area when removing driverAkinobu Mita2018-11-231-5/+6
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-4/+4
* media: video-i2c: hwmon: fix return value from amg88xx_hwmon_init()Matt Ranostay2018-07-271-1/+1
* media: video-i2c: add hwmon support for amg88xxMatt Ranostay2018-07-251-0/+81
* media: video-i2c: get rid of two gcc warningsMauro Carvalho Chehab2018-05-041-2/+2
* media: video-i2c: add video-i2c driverMatt Ranostay2018-05-041-0/+564