aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vimc/vimc-capture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-14media: split test drivers from platform directoryMauro Carvalho Chehab1-480/+0
2020-03-05media: vimc: use-after-free fix - release vimc in the v4l_device releaseDafna Hirschfeld1-6/+6
2020-03-05media: vimc: replace vimc->pdev.dev with vimc->mdev.devDafna Hirschfeld1-3/+3
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-11-05media: vimc: Make capture devices and subdevices use different link_validatesNícolas F. R. A. Prado1-1/+1
2019-10-24media: vimc: move the dev field of each entity to vimc_ent_devDafna Hirschfeld1-4/+3
2019-10-24media: vimc: embed the pads of entities in the entities' structsDafna Hirschfeld1-13/+4
2019-10-24media: vimc: move media_entity_cleanup to release callbacksDafna Hirschfeld1-1/+1
2019-10-01media: vimc: Collapse component structure into a single monolithic driverShuah Khan1-66/+15
2019-08-13media: Revert "media: vimc: propagate pixel format in the stream"Helen Koike1-50/+26
2019-06-24media: vimc: cap: check v4l2_fill_pixfmt return valueAndré Almeida1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-04-22media: vimc: propagate pixel format in the streamHelen Fornazier1-26/+50
2019-03-19media: vimc: cap: fix step width/height in enum framesizeHelen Fornazier1-2/+2
2019-03-19media: vimc: free vimc_cap_device when the last user disappearsHans Verkuil1-3/+10
2019-02-18media: vimc: add USERPTR supportHans Verkuil1-1/+1
2019-02-07media: vimc: fill in bus_info in media_device_infoHans Verkuil1-3/+1
2019-02-07media: vimc: Add vimc-streamer for stream controlLucas A. M. Magalhães1-9/+9
2019-01-21media: vimc: fill in correct driver name in querycapHans Verkuil1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2017-07-26media: vimc: set id_table for platform driversJavier Martinez Canillas1-7/+8
2017-06-23[media] vimc: Subdevices as modulesHelen Fornazier1-30/+69
2017-06-23[media] vimc: cap: Support several image formatsHelen Fornazier1-16/+101
2017-06-23[media] vimc: common: Add vimc_link_validateHelen Fornazier1-67/+11
2017-06-23[media] vimc: common: Add vimc_pipeline_s_stream helperHelen Fornazier1-27/+2
2017-04-14[media] vimc: Virtual Media Controller core, capture and sensorHelen Koike1-0/+498