summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core/dvbdev.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Check fops_get() return valueLaurent Pinchart1-0/+5
2009-01-03V4L/DVB (10172): add DVB_DEVICE_TYPE= to ueventKay Sievers1-1/+2
2008-12-29V4L/DVB (9504): dvbdev: fix typo causing 2.6.28 compile errorHans Verkuil1-1/+1
2008-12-29V4L/DVB (9490): linux-next: v4l-dvb tree build failureStephen Rothwell1-1/+1
2008-12-29V4L/DVB (9473): add DVB_DEVICE_NUM and DVB_ADAPTER_NUM to ueventKay Sievers1-1/+11
2008-12-29V4L/DVB (9361): Dynamic DVB minor allocationAndreas Oberritter1-19/+38
2008-10-18V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad1-0/+3
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-07-22device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-06-21dvb: cdev lock_kernel() pushdownJonathan Corbet1-0/+4
2008-04-24V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau1-10/+31
2008-04-24V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24V4L/DVB (7140): constify function pointer tablesJan Engelhardt1-1/+1
2007-10-13cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-10-10V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho1-19/+8
2007-10-10V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6015): DVB: convert struct class_device to struct deviceKay Sievers1-7/+6
2007-07-18V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott1-5/+5
2007-05-22V4L/DVB (5630): Dvb-core: Handle failures to create devicesSimon Arlott1-4/+11
2007-04-27V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issueMarkus Rechberger1-0/+1
2007-03-27V4L/DVB (5400): Core: fix several locking related problemsSimon Arlott1-6/+3
2007-02-21V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations structMarcel Siegert1-2/+15
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-6/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-4/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-3/+0
2006-06-25V4L/DVB (3762): Add sysfs device links to dvb devicesAndrew de Quincey1-2/+3
2006-05-13V4L/DVB (3725): Fix mutex in dvb_register_device to work.Andrew de Quincey1-2/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-01-15V4L/DVB (3380): Semaphore to mutex conversion on drivers/mediaIngo Molnar1-11/+11
2006-01-09V4L/DVB (3218): Whitespace cleanupsMichael Krufky1-11/+11
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab1-71/+71
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-06-21[PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de1-7/+6
2005-05-17[PATCH] dvb: modified dvb_register_adapter() to avoid kmalloc/kfreeJohannes Stezenbach1-8/+1
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+449