summaryrefslogtreecommitdiffstats
path: root/drivers/media/media-device.c
Commit message (Expand)AuthorAgeFilesLines
* media: Add a Kconfig option for the Request APISakari Ailus2018-12-051-0/+4
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-4/+20
|\
| * media: media-request: implement media requestsHans Verkuil2018-08-311-4/+20
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-14/+14
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-11/+5
|\
| * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-211-11/+5
* | media: media.h: remove linux/version.h includeHans Verkuil2018-07-271-0/+1
* | media: add flags field to struct media_v2_entityHans Verkuil2018-07-251-0/+1
* | media: add 'index' to struct media_v2_padHans Verkuil2018-07-251-0/+1
* | media: media.h: remove __NEED_MEDIA_LEGACY_APIHans Verkuil2018-06-281-3/+10
|/
* media: media-device: fix ioctl function typesSami Tolvanen2018-05-091-10/+11
* media: zero reservedX fields in media_v2_topologyHans Verkuil2018-02-261-0/+4
* media: media-device.c: zero reserved fieldsHans Verkuil2018-02-261-0/+3
* media: media-device: use strlcpy() instead of strncpy()Xiongfeng Wang2018-02-261-1/+1
* media: drop use of MEDIA_API_VERSIONHans Verkuil2017-08-081-2/+2
* media: media-device: remove driver_versionHans Verkuil2017-08-081-3/+0
* media: media-device: set driver_version directlyHans Verkuil2017-08-081-1/+1
* media: devnode: Rename mdev argument as devnodeSakari Ailus2017-07-201-2/+2
* media: Remove useless curly braces and parenthesesSakari Ailus2017-07-201-3/+2
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-4/+4
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] media: Properly pass through media entity types in entity enumerationSakari Ailus2017-01-271-1/+1
* [media] media: remove obsolete Media Device Managed resource interfacesShuah Khan2016-11-251-26/+0
* [media] drivers/media/media-device: fix double free bug in _unregister()Max Kellermann2016-11-181-1/+5
* [media] media: Add flags to tell whether to take graph mutex for an IOCTLSakari Ailus2016-09-221-14/+23
* [media] media: Refactor copying IOCTL arguments from and to user spaceSakari Ailus2016-09-221-93/+83
* [media] media: Unify IOCTL handler callingSakari Ailus2016-09-221-36/+15
* [media] media: Determine early whether an IOCTL is supportedSakari Ailus2016-09-221-0/+20
* [media] media: fix media devnode ioctl/syscall and unregister raceShuah Khan2016-06-151-7/+8
* [media] media: fix use-after-free in cdev_put() when app exits after driver u...Shuah Khan2016-06-151-2/+4
* [media] media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab2016-06-151-14/+30
* Merge tag 'v4.6-rc7' into patchworkMauro Carvalho Chehab2016-05-091-4/+4
|\
| * [media] media-device: fix builds when USB or PCI is compiled as moduleMauro Carvalho Chehab2016-05-051-4/+4
* | [media] media-device: Simplify compat32 logicMauro Carvalho Chehab2016-05-071-7/+1
* | [media] drivers/media/media-device: move debug log before _devnode_unregister()Max Kellermann2016-05-071-2/+1
* | [media] media-device: get rid of the spinlockMauro Carvalho Chehab2016-04-201-26/+13
|/
* Merge commit '840f5b0572ea' into v4l_for_linusMauro Carvalho Chehab2016-03-151-11/+134
|\
| * [media] media: Properly handle user pointersSakari Ailus2016-03-031-4/+4
| * [media] media: Move media_get_uptr() macro out of the media.h user space headerSakari Ailus2016-03-031-0/+5
| * [media] media: Always keep a graph walk large enough aroundSakari Ailus2016-03-031-0/+21
| * [media] media: Media Controller register/unregister entity_notify APIShuah Khan2016-02-271-0/+42
| * [media] media_device: move allocation out of media_device_*_initMauro Carvalho Chehab2016-02-231-25/+7
| * [media] media-device: move PCI/USB helper functions from v4l2-mcMauro Carvalho Chehab2016-02-231-0/+74
| * [media] allow overriding the driver nameMauro Carvalho Chehab2016-02-161-1/+5
| * Revert "[media] Postpone the addition of MEDIA_IOC_G_TOPOLOGY"Mauro Carvalho Chehab2016-01-251-6/+1
* | [media] media-device: map new functions into old types for legacy APIMauro Carvalho Chehab2016-03-101-0/+23
|/
* [media] Postpone the addition of MEDIA_IOC_G_TOPOLOGYMauro Carvalho Chehab2016-01-111-1/+6
* [media] media-entity: don't sleep at media_device_register_entity()Mauro Carvalho Chehab2016-01-111-4/+8
* [media] move documentation to the header filesMauro Carvalho Chehab2016-01-111-27/+0
* [media] media: Introduce internal index for media entitiesSakari Ailus2016-01-111-0/+17