summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-30media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-30media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-30media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-09-30media: rc: img-ir: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-09-30media: mx2_emmaprp: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-30media: mtk-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing1-3/+1
2021-09-30media: meson: ge2d: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-30media: imx-pxp: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: imx-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing1-3/+1
2021-09-30media: exynos4-is: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-09-30media: exynos-gsc: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-2/+1
2021-09-30media: davinci: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing3-18/+6
2021-09-30media: coda: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-2/+1
2021-09-30media: cec: s5p_cec: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-30media: cec: ao-cec: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2-6/+2
2021-09-30media: cadence: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2-6/+2
2021-09-30media: am437x: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: uvcvideo: Don't spam the log in uvc_ctrl_restore_values()Hans Verkuil1-4/+4
2021-09-30media: uvcvideo: Set error_idx during ctrl_commit errorsRicardo Ribalda3-14/+40
2021-09-30media: uvcvideo: Check controls flags before accessing themRicardo Ribalda3-5/+58
2021-09-30media: uvcvideo: Use control names from frameworkRicardo Ribalda3-37/+30
2021-09-30media: uvcvideo: Increase the size of UVC_METADATA_BUF_SIZERicardo Ribalda1-1/+1
2021-09-30media: uvcvideo: Set unique vdev name based in typeRicardo Ribalda1-1/+6
2021-09-30media: uvcvideo: Use dev->name for querycap()Ricardo Ribalda2-3/+2
2021-09-30media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASSRicardo Ribalda2-0/+91
2021-09-30media: uvcvideo: refactor __uvc_ctrl_add_mappingRicardo Ribalda2-17/+32
2021-09-30media: uvcvideo: Return -EIO for control errorsRicardo Ribalda1-0/+5
2021-09-30media: uvcvideo: Set capability in s_paramRicardo Ribalda1-2/+5
2021-09-30media: uvcvideo: Remove s_ctrl and g_ctrlRicardo Ribalda1-56/+0
2021-09-30media: v4l2-ioctl: S_CTRL output the right valueRicardo Ribalda1-3/+6
2021-09-30media: uvcvideo: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-4/+0
2021-09-30media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-4/+0
2021-09-30media: v4l2-ioctl: Fix check_ext_ctrlsRicardo Ribalda1-21/+39
2021-09-30media: uvcvideo: Remove unused including <linux/version.h>Cai Huoqing1-1/+0
2021-09-30media: staging: document that Imgu not output auto-exposure statisticsBingbu Cao1-1/+6
2021-09-30media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAINS controlDavid Plowman1-0/+1
2021-09-30media: ov8856: Set default mbus format but allow caller to alterHsin-Yi Wang1-11/+72
2021-09-30media: Add sensor driver support for the ov13b10 camera.Arec Kao3-0/+1502
2021-09-30media: imx258: Fix getting clock frequencySakari Ailus1-6/+6
2021-09-30media: ipu3-cio2: Introduce to_cio2_device() helper macroAndy Shevchenko2-6/+5
2021-09-30media: ipu3-cio2: Introduce to_cio2_buffer() helper macroAndy Shevchenko2-6/+5
2021-09-30media: ipu3-cio2: Introduce to_sensor_asd() helper macroAndy Shevchenko1-5/+5
2021-09-30media: ipu3-cio2: Switch to use media_entity_to_video_device()Andy Shevchenko1-3/+3
2021-09-30media: ipu3-cio2: Use temporary storage for struct device pointerAndy Shevchenko1-71/+67
2021-09-30media: ipu3-cio2: Replace open-coded for_each_set_bit()Andy Shevchenko1-39/+36
2021-09-30media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_initGustavo A. R. Silva2-5/+4
2021-09-30media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()Dmitriy Ulitin1-8/+11
2021-09-30media: m5602_ov7660: remove the repeated declarationShaokun Zhang1-1/+0
2021-09-30media: staging: atomisp: fix the uninitialized use in gc2235_detect()Yizhuo1-0/+2
2021-09-30media: atomisp: Fix error handling in probeEvgeny Novikov1-13/+24