summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-02-24media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai1-3/+3
2020-02-24media: sun4i-csi: Fix [HV]sync polarity handlingChen-Yu Tsai2-7/+15
2020-02-24media: sun4i-csi: Fix data sampling polarity handlingChen-Yu Tsai1-1/+1
2020-02-24media: sun4i-csi: Deal with DRAM offsetChen-Yu Tsai1-0/+22
2020-01-17media: aspeed-video: Fix memory leaks in aspeed_video_probeNavid Emamdoost1-1/+2
2020-01-17media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel1-2/+2
2020-01-17media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2020-01-17media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'Christophe JAILLET1-1/+1
2020-01-17media: rcar-vin: Fix incorrect return statement in rvin_try_format()Niklas Söderlund1-1/+2
2019-12-31media: vim2m: media_device_cleanup was called too earlyHans Verkuil1-1/+3
2019-12-31media: vicodec: media_device_cleanup was called too earlyHans Verkuil1-1/+3
2019-12-31media: exynos4-is: fix wrong mdev and v4l2 dev order in error pathSeung-Woo Kim1-3/+4
2019-12-31media: vivid: media_device_cleanup was called too earlyHans Verkuil1-1/+3
2019-12-31media: rcar_drif: fix a memory disclosureKangjie Lu1-0/+1
2019-12-31media: aspeed: clear garbage interruptsJae Hyun Yoo1-0/+10
2019-12-31media: aspeed: set hsync and vsync polarities to normal before starting mode ...Jae Hyun Yoo1-0/+2
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot2-0/+5
2019-12-31media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot1-3/+9
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot1-1/+1
2019-12-31media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot1-1/+1
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot1-0/+1
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot1-4/+9
2019-12-31media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot1-5/+13
2019-12-31media: meson/ao-cec: move cec_notifier_cec_adap_register after hw setupNeil Armstrong2-33/+33
2019-12-31media: venus: Fix occasionally failures to suspendStanimir Varbanov1-0/+6
2019-12-31media: vimc: Fix gpf in rmmod path when stream is activeShuah Khan4-2/+4
2019-12-31media: venus: core: Fix msm8996 frequency tableLoic Poulain1-4/+5
2019-12-31media: vim2m: Fix BUG_ON in vim2m_device_release()Kefeng Wang1-0/+1
2019-12-31media: vim2m: Fix abort issueJernej Skrabec1-0/+3
2019-12-31media: seco-cec: Add a missing 'release_region()' in an error handling pathChristophe JAILLET1-0/+1
2019-12-31media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-12-17media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-12-17media: vimc: sen: remove unused kthread_sen fieldDafna Hirschfeld1-5/+0
2019-12-17media: venus: remove invalid compat_ioctl32 handlerArnd Bergmann2-6/+0
2019-11-29media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov3-9/+15
2019-11-29media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN2-6/+0
2019-09-20Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+4
2019-09-18Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds137-3464/+4995
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+3
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-2/+1
2019-08-30media: sun4i: Make sun4i_csi_formats staticMaxime Ripard1-1/+1
2019-08-29media: stm32-dcmi: Delete an unnecessary of_node_put() call in dcmi_probe()Markus Elfring1-1/+0
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab8-16/+16
2019-08-26media: use the BIT() macroMauro Carvalho Chehab10-694/+701
2019-08-26media: aspeed-video: address a protential usage of an unitialized varMauro Carvalho Chehab1-2/+3
2019-08-26media: vicodec: make life easier for static analyzersMauro Carvalho Chehab1-4/+7
2019-08-26media: aspeed: fix an incorrect return code on buffer allocation failureJae Hyun Yoo1-0/+1
2019-08-26media: ti-vpe: Add cleanup in vpdma_list_cleanup()Wenwen Wang1-4/+6
2019-08-26media: fdp1: Fix a memory leak bugWenwen Wang1-0/+1
2019-08-23media: sunxi: Add A10 CSI driverMaxime Ripard8-0/+1331