aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+0
2016-01-18Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+1
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-5/+5
2016-01-13Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds97-1013/+2604
2016-01-11Merge tag 'media/v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds357-3389/+3783
2016-01-11[media] Postpone the addition of MEDIA_IOC_G_TOPOLOGYMauro Carvalho Chehab1-1/+6
2016-01-11[media] mxl111sf: Add a tuner entityMauro Carvalho Chehab3-0/+31
2016-01-11[media] dvbdev: create links on devices with multiple frontendsMauro Carvalho Chehab2-13/+51
2016-01-11[media] media-entitiy: add a function to create multiple linksMauro Carvalho Chehab1-0/+65
2016-01-11[media] dvb-usb-v2: postpone removal of media_deviceMauro Carvalho Chehab1-1/+1
2016-01-11[media] dvbdev: Add RF connector if neededMauro Carvalho Chehab7-9/+70
2016-01-11[media] dvbdev: remove two dead functions if !CONFIG_MEDIA_CONTROLLER_DVBMauro Carvalho Chehab1-4/+2
2016-01-11[media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab2-4/+4
2016-01-11[media] media-entity: don't sleep at media_device_register_entity()Mauro Carvalho Chehab1-4/+8
2016-01-11[media] media-entity: increase max number of PADsMauro Carvalho Chehab1-1/+1
2016-01-11[media] media-device.h: use just one u32 counter for object IDMauro Carvalho Chehab1-20/+15
2016-01-11[media] move documentation to the header filesMauro Carvalho Chehab2-40/+0
2016-01-11[media] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.cSakari Ailus1-0/+5
2016-01-11[media] media: Remove pre-allocated entity enumeration bitmapSakari Ailus1-11/+5
2016-01-11[media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus1-14/+31
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus5-19/+33
2016-01-11[media] media: Keep using the same graph walk object for a given pipelineSakari Ailus1-6/+11
2016-01-11[media] media: Use entity enums in graph walkSakari Ailus1-10/+6
2016-01-11[media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus1-0/+8
2016-01-11[media] v4l: xilinx: Use the new media graph walk interfaceSakari Ailus1-0/+9
2016-01-11[media] v4l: exynos4-is: Use the new media graph walk interfaceSakari Ailus2-11/+21
2016-01-11[media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus4-27/+61
2016-01-11[media] media: Use the new media graph walk interfaceSakari Ailus1-1/+11
2016-01-11[media] media: Amend media graph walk API by init and cleanup functionsSakari Ailus1-0/+27
2016-01-11[media] media: Move media graph state for streamon/off to the pipelineSakari Ailus1-8/+8
2016-01-11[media] media: Add an API to manage entity enumerationsSakari Ailus1-0/+40
2016-01-11[media] media: Introduce internal index for media entitiesSakari Ailus1-0/+17
2016-01-11[media] v4l2-device: fix a missing error codeDan Carpenter1-1/+3
2016-01-11[media] media-device: copy_to/from_user() returns positiveDan Carpenter1-6/+5
2016-01-11[media] media-device: set topology version 0 at media registrationJavier Martinez Canillas1-0/+4
2016-01-11[media] v4l2-device: Register entity before calling subdev's registered opsSakari Ailus1-10/+11
2016-01-11[media] usb: check media device errorsMauro Carvalho Chehab4-20/+54
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas13-99/+132
2016-01-11[media] media-device: better lock media_device_unregister()Mauro Carvalho Chehab1-10/+24
2016-01-11[media] media-device: move media entity register/unregister functionsMauro Carvalho Chehab1-80/+80
2016-01-11[media] media-device: check before unregister if mdev was registeredJavier Martinez Canillas1-0/+6
2016-01-11[media] media-entity: cache media_device on object removalMauro Carvalho Chehab1-8/+18
2016-01-11[media] media-entity: use mutes for link setupMauro Carvalho Chehab1-2/+2
2016-01-11[media] media-devnode: move kernel-doc documentation to the headerMauro Carvalho Chehab1-24/+0
2016-01-11[media] media-device.h: document the last functionsMauro Carvalho Chehab1-7/+0
2016-01-11[media] media: Enforce single entity->pipe in a pipelineSakari Ailus1-1/+6
2016-01-11[media] dvbdev: Document the new MC-related fieldsMauro Carvalho Chehab1-2/+10
2016-01-11[media] media: move MEDIA_LNK_FL_INTERFACE_LINK logic to link creationMauro Carvalho Chehab2-5/+2
2016-01-11[media] media-entity: remove unneded enclosing parenthesisJavier Martinez Canillas1-2/+2