aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvbdev.c
Commit message (Expand)AuthorAgeFilesLines
* media: dvb-core: Release semaphore on error path dvb_register_device()Santosh Nayak2012-07-191-0/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | dvb-core: kill the big kernel lockArnd Bergmann2010-10-191-10/+7
|/
* dvb: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-6/+11
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* Driver Core: dvb: add nodename for dvb driversKay Sievers2009-06-151-0/+10
* V4L/DVB (10391): dvb: constify VFTsJan Engelhardt2009-03-301-2/+2
* Check fops_get() return valueLaurent Pinchart2009-01-061-0/+5
* V4L/DVB (10172): add DVB_DEVICE_TYPE= to ueventKay Sievers2009-01-031-1/+2
* V4L/DVB (9504): dvbdev: fix typo causing 2.6.28 compile errorHans Verkuil2008-12-291-1/+1
* V4L/DVB (9490): linux-next: v4l-dvb tree build failureStephen Rothwell2008-12-291-1/+1
* V4L/DVB (9473): add DVB_DEVICE_NUM and DVB_ADAPTER_NUM to ueventKay Sievers2008-12-291-1/+11
* V4L/DVB (9361): Dynamic DVB minor allocationAndreas Oberritter2008-12-291-19/+38
* V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad2008-10-171-0/+3
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* dvb: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+4
* V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau2008-04-241-10/+31
* V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-2/+2
* V4L/DVB (7140): constify function pointer tablesJan Engelhardt2008-04-241-1/+1
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-101-19/+8
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (6015): DVB: convert struct class_device to struct deviceKay Sievers2007-10-091-7/+6
* V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott2007-07-181-5/+5
* V4L/DVB (5630): Dvb-core: Handle failures to create devicesSimon Arlott2007-05-221-4/+11
* V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issueMarkus Rechberger2007-04-271-0/+1
* V4L/DVB (5400): Core: fix several locking related problemsSimon Arlott2007-03-271-6/+3
* V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations structMarcel Siegert2007-02-211-2/+15
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-6/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* V4L/DVB (3762): Add sysfs device links to dvb devicesAndrew de Quincey2006-06-251-2/+3
* V4L/DVB (3725): Fix mutex in dvb_register_device to work.Andrew de Quincey2006-05-121-2/+2
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* V4L/DVB (3380): Semaphore to mutex conversion on drivers/mediaIngo Molnar2006-01-151-11/+11
* V4L/DVB (3218): Whitespace cleanupsMichael Krufky2006-01-091-11/+11
* [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab2005-12-121-71/+71
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-201-7/+6
* [PATCH] dvb: modified dvb_register_adapter() to avoid kmalloc/kfreeJohannes Stezenbach2005-05-171-8/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+449