summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-211-1/+0Star
* Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2016-01-181-1/+1
|\
| * omapfb: take omapfb's private omapdss into useTomi Valkeinen2015-12-291-1/+1
* | [media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab2016-01-112-4/+4
* | [media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus2016-01-111-14/+31
* | [media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus2016-01-115-19/+33
* | [media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus2016-01-111-0/+8
* | [media] v4l: xilinx: Use the new media graph walk interfaceSakari Ailus2016-01-111-0/+9
* | [media] v4l: exynos4-is: Use the new media graph walk interfaceSakari Ailus2016-01-112-11/+21
* | [media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus2016-01-114-27/+61
* | [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-115-34/+34
* | [media] v4l: vsp1: use else if instead of continue when creating linksJavier Martinez Canillas2016-01-111-9/+5Star
* | [media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas2016-01-114-8/+8
* | [media] omap3isp: consistently use v4l2_dev var in complete notifierJavier Martinez Canillas2016-01-111-1/+1
* | [media] omap3isp: rename single labels to just errorJavier Martinez Canillas2016-01-112-4/+4
* | [media] omap3isp: remove pads prefix from isp_create_pads_links()Javier Martinez Canillas2016-01-111-4/+8
* | [media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas2016-01-1111-108/+35Star
* | [media] media: use unsigned for pad indexMauro Carvalho Chehab2016-01-115-5/+5
* | [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-1118-21/+21
* | [media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab2016-01-111-1/+1
* | [media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab2016-01-111-1/+1
* | [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2016-01-115-21/+46
* | [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-1110-39/+27Star
* | [media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab2016-01-111-1/+1
* | [media] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas2016-01-114-26/+62
* | [media] v4l: vsp1: create pad links after subdev registrationJavier Martinez Canillas2016-01-111-8/+8
* | [media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas2016-01-111-8/+15
* | [media] omap3isp: separate links creation from entities initJavier Martinez Canillas2016-01-1111-104/+185
* | [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-118-17/+17
* | [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-1112-32/+32
* | [media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas2016-01-113-6/+11
* | [media] media: create a macro to get entity IDMauro Carvalho Chehab2016-01-111-2/+2
* | [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-1118-21/+21
* | [media] coda: enable MPEG-2 ES decodingPhilipp Zabel2015-12-231-0/+4
* | [media] coda: don't start streaming without queued buffersPhilipp Zabel2015-12-231-10/+3Star
* | [media] coda: hook up vidioc_prepare_bufPhilipp Zabel2015-12-231-0/+1
* | [media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel2015-12-233-8/+22
* | [media] coda: make to_coda_video_device staticPhilipp Zabel2015-12-231-1/+2
* | [media] s5p-mfc: remove volatile attribute from MFC register addressesAndrzej Hajda2015-12-231-244/+244
* | [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda2015-12-236-58/+52Star
* | [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-236-70/+11Star
* | [media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda2015-12-233-102/+0Star
* | [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-237-50/+23Star
* | [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda2015-12-234-45/+21Star
* | [media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall2015-12-235-7/+7
* | [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-1839-58/+64
* | [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-1839-365/+186Star
* | [media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil2015-12-033-3/+3
* | [media] davinci: add i2c Kconfig dependenciesArnd Bergmann2015-11-191-0/+6
* | [media] v4l: omap_vout: Don't free buffers if they haven't been allocatedLaurent Pinchart2015-11-191-4/+6