summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2020-09-01media: ov5640: Correct Bit Div register in clock tree diagramPaul Kocialkowski
2020-09-01media: i2c: ov2740: get OTP data ready before nvmem registrationBingbu Cao
2020-09-01media: radio: si476x: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: mtk-vpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: exynos4-is: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-09-01media: exynos4-is: Handle duplicate calls to vidioc_streamoffJonathan Bakker
2020-09-01media: exynos4-is: Remove unused struct member input_indexJonathan Bakker
2020-09-01media: exynos4-is: Remove inh_sensor_ctrlsJonathan Bakker
2020-09-01media: exynos4-is: Add support for multiple sensors on one portJonathan Bakker
2020-09-01media: exynos4-is: Use global num_sensors rather than local indexJonathan Bakker
2020-09-01media: exynos4-is: Properly set JPEG options for parallel portsJonathan Bakker
2020-09-01media: exynos4-is: Correct missing entity function initializationJonathan Bakker
2020-09-01media: exynos4-is: Fix nullptr when no CSIS device presentJonathan Bakker
2020-09-01media: exynos4-is: Request syscon only if ISP writeback is presentTomasz Figa
2020-09-01media: exynos4-is: Remove static driver data for S5PV210 FIMC variantsJonathan Bakker
2020-09-01tm6000: drop unnecessary list_emptyJulia Lawall
2020-09-01saa7134: drop unnecessary list_emptyJulia Lawall
2020-09-01media: cx231xx: drop unnecessary list_emptyJulia Lawall
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-29media: exynos4-is: Simplify the pinctrl codeSylwester Nawrocki
2020-08-29media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"Sylwester Nawrocki
2020-08-29media: camss: __video_try_fmt(): don't use hardcoded constantsAndrey Konovalov
2020-08-29media: camss: add support for vidioc_enum_framesizes ioctlAndrey Konovalov
2020-08-29media: camss: Make use of V4L2_CAP_IO_MCAndrey Konovalov
2020-08-29media: rcar-vin: Register media device when all sub-devices boundNiklas Söderlund
2020-08-29media: rcar-vin: Unconditionally unregister notifier on removeNiklas Söderlund
2020-08-29media: tw5864: check status of tw5864_frameinterval_getTom Rix
2020-08-29media: mc-device.c: change media_device_request_alloc to match media_ioctl_infoFrederic Chen
2020-08-29media: ttusb-dec: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: media/radio: wl128x: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: pxa_camera: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: tw5864: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: smipcie: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ngene: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: mantis: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: bt8xx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: add support for runtime PMLubomir Rintel
2020-08-29media: marvell-ccic: mmp: use generic dev_pm_opsLubomir Rintel
2020-08-29media: marvell-ccic: mmp: get rid of mmpcam_devices listLubomir Rintel
2020-08-29media: cafe-driver: use drvdata instead of back-casting from v4l2_deviceLubomir Rintel
2020-08-29media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68KFabio Estevam
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida