aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2024-04-29media: uapi: v4l: Add generic 8-bit metadata format definitionsSakari Ailus1-0/+7
2024-04-29media: si2165: Remove redundant NULL check before release_firmware() callMinghao Chi1-4/+2
2024-04-29media: flexcop-usb: fix sanity check of bNumEndpointsDongliang Mu1-1/+1
2024-04-29media: flexcop: allow for modern speedsOliver Neukum1-0/+6
2024-04-29media: flexcop: unneeded ATOMICOliver Neukum1-2/+2
2024-04-29media: as102: avoid GFP_ATOMICOliver Neukum1-1/+1
2024-04-29media: imx214: Fix the error handling in imx214_probe()Zheyu Ma1-0/+1
2024-04-29media: lgdt3306a: Add a check against null-pointer-defZheyu Ma1-0/+5
2024-04-29media: dw2102: fix coding style issuesMauro Carvalho Chehab1-141/+132
2024-04-29media: dw2102: Fix minor issuesMichael Bunk1-41/+48
2024-04-29media: dw2102: Dont't list TT Cinergy S2 R4 twiceMichael Bunk1-3/+1
2024-04-29media: dw2102: Don't translate i2c read into writeMichael Bunk1-47/+73
2024-04-29media: m88ds3103: Fix lock led supportMichael Bunk1-0/+7
2024-04-29media: i2c: max9271: Add header include guards to max9271.hLaurent Pinchart1-0/+5
2024-04-29media: i2c: rdacm20: Fix indentation in commentLaurent Pinchart1-2/+2
2024-04-27media: mediatek: vcodec: fix possible unbalanced PM counterEugen Hristev3-3/+8
2024-04-26media: mediatek: vcodec: Only free buffer VA that is not NULLFei Shao2-9/+18
2024-04-26media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messagesFei Shao1-2/+3
2024-04-26media: mediatek: vcodec: Drop unnecessary variableFei Shao1-12/+10
2024-04-26media: mediatek: vcodec: Replace dev_name in error stringFei Shao1-2/+2
2024-04-26media: v4l: async: Set owner for async sub-devicesSakari Ailus1-2/+6
2024-04-26media: v4l: Set sub-device's owner field to the caller's moduleSakari Ailus4-8/+10
2024-04-26media: i2c: imx219: Use dev_err_probe on probeUmang Jain1-42/+35
2024-04-26media: i2c: ov4689: Set timing registers programmaticallyMikhail Rudenko1-15/+68
2024-04-26media: i2c: ov4689: Move pixel array size out of struct ov4689_modeMikhail Rudenko1-16/+13
2024-04-26media: i2c: ov4689: Implement manual color balance controlsMikhail Rudenko1-1/+22
2024-04-26media: i2c: ov4689: Implement digital gain controlMikhail Rudenko1-2/+14
2024-04-26media: i2c: ov4689: Implement vflip/hflip controlsMikhail Rudenko1-2/+22
2024-04-26media: i2c: ov4689: Make horizontal blanking configurableMikhail Rudenko1-11/+20
2024-04-26media: i2c: ov4689: Remove max_fps field from struct ov4689_modeMikhail Rudenko1-2/+0
2024-04-26media: i2c: ov4689: Use runtime PM autosuspendMikhail Rudenko1-4/+11
2024-04-26media: i2c: ov4689: Enable runtime PM before registering sub-deviceMikhail Rudenko1-6/+8
2024-04-26media: i2c: ov4689: Use sub-device active stateMikhail Rudenko1-44/+31
2024-04-26media: i2c: ov4689: Refactor ov4689_set_ctrlMikhail Rudenko1-6/+6
2024-04-26media: i2c: ov4689: Remove i2c_client from ov4689 structMikhail Rudenko1-18/+18
2024-04-26media: i2c: ov4689: CCI conversionMikhail Rudenko2-227/+134
2024-04-26media: i2c: ov4689: Fix typo in a commentMikhail Rudenko1-1/+1
2024-04-26media: i2c: ov4689: Sort register definitions by addressMikhail Rudenko1-5/+5
2024-04-26media: i2c: ov4689: Clean up and annotate the register tableMikhail Rudenko1-86/+119
2024-04-24media: stk1160: fix bounds checking in stk1160_copy_video()Dan Carpenter1-5/+15
2024-04-24media: videobuf2: improve max_num_buffers sanity checksHans Verkuil1-1/+7
2024-04-24media: cec: return -ENODEV instead of -ENXIO if unregisteredHans Verkuil1-2/+2
2024-04-24media: v4l2-core: hold videodev_lock until dev reg, finishesHans Verkuil1-0/+3
2024-04-22Merge tag 'tags/media-next-uvc-20240419' of git://git.kernel.org/pub/scm/linu...Hans Verkuil2-1/+55
2024-04-22media: imx335: Describe CCI struct memberUmang Jain1-0/+1
2024-04-22media: hi556: Add support for avdd regulatorHans de Goede1-0/+24
2024-04-22media: hi556: Add support for external clockHans de Goede1-0/+13
2024-04-22media: hi556: Add support for reset GPIOHans de Goede1-1/+44
2024-04-22media: hi556: Return -EPROBE_DEFER if no endpoint is foundHans de Goede1-11/+12
2024-04-22media: ov2680: Add camera orientation and sensor rotation controlsHans de Goede1-0/+7