summaryrefslogtreecommitdiffstats
path: root/drivers/media/media-devnode.c
AgeCommit message (Expand)AuthorLines
2017-03-21media: utilize new cdev_device_add helper functionLogan Gunthorpe-15/+5
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus-4/+0
2016-06-15[media] media: fix media devnode ioctl/syscall and unregister raceShuah Khan-1/+7
2016-06-15[media] media: fix use-after-free in cdev_put() when app exits after driver u...Shuah Khan-19/+29
2016-06-15[media] media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab-1/+6
2016-06-15[media] media-devnode: fix namespace messMauro Carvalho Chehab-55/+55
2016-05-07[media] drivers/media/media-devnode: clear private_data before put_device()Max Kellermann-1/+2
2016-04-06[media] media-devnode: add missing mutex lock in error handlerMax Kellermann-0/+3
2016-02-01[media] media: Fix media_open() to clear filp->private_data in error legShuah Khan-0/+1
2016-01-11[media] media-devnode: move kernel-doc documentation to the headerMauro Carvalho Chehab-24/+0
2014-09-03[media] media-devnode: just return 0 instead of using a varMauro Carvalho Chehab-2/+1
2014-05-13[media] media: Use a better owner for the media deviceSakari Ailus-2/+3
2013-03-18[media] media: Add 64--32 bit compat ioctl handlerSakari Ailus-3/+28
2012-09-27[media] media-devnode: Replace printk with pr_*Sachin Kamat-6/+8
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-19[media] media: Initialize the media core with subsys_initcall()Laurent Pinchart-1/+1
2011-06-01[media] media: Fix media device minor registrationLaurent Pinchart-2/+2
2011-03-22[media] media: Media device node supportLaurent Pinchart-0/+320