summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (7659): dvb-core: Implement DMX_SET_BUFFER_SIZE for dvrAndrea Odetti2008-04-241-14/+49
* V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinksAndrea Odetti2008-04-243-2/+16
* V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau2008-04-242-11/+43
* V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-246-57/+57
* V4L/DVB (7329): add flag to allow software demux to recognize the output typeAndreas Oberritter2008-04-243-5/+8
* V4L/DVB (7293): DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resendPeter Hartley2008-04-241-2/+3
* V4L/DVB (7140): constify function pointer tablesJan Engelhardt2008-04-241-1/+1
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* NULL noise: drivers/mediaAl Viro2008-03-301-2/+2
* drivers/media/: Spelling fixesJoe Perches2008-02-031-1/+1
* V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky2008-01-251-0/+6
* V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky2008-01-251-2/+2
* V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky2008-01-251-2/+22
* V4L/DVB (6570): core/dvb_ringbuffer.c: remove unused exportsAdrian Bunk2008-01-251-5/+0
* V4L/DVB (6439): dvb_frontend: codingstyle cleanupsMichael Krufky2008-01-251-9/+9
* V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky2008-01-251-0/+1
* V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky2008-01-251-0/+3
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-0/+3
* V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisationMarco Schluessler2007-10-221-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-1/+2
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-1/+8
|\
| * [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+8
* | V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-102-23/+9
* | V4L/DVB (6279): en_50221: convert to kthread APIChristoph Hellwig2007-10-101-68/+16
* | V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tun...Michael Krufky2007-10-091-0/+1
* | V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky2007-10-091-0/+9
* | V4L/DVB (6107): dvb_frontend: clean-up shutdown handlingOliver Endriss2007-10-091-4/+3
* | V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0Oliver Endriss2007-10-091-1/+1
* | V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixedOliver Endriss2007-10-091-16/+22
* | V4L/DVB (6104): dvb_ca_en50221: decrement module use count on errorMarco Schluessler2007-10-091-1/+3
* | V4L/DVB (6103): dvb_ca_en50221: return correct error code valueMarco Schluessler2007-10-091-2/+2
* | V4L/DVB (6100): dvb_net: whitespace cleanupMichael Krufky2007-10-091-2/+2
* | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-094-4/+0
* | V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnetTrent Piepho2007-10-091-11/+2
* | V4L/DVB (6025): Net_ule(): fix check-after-useAdrian Bunk2007-10-091-5/+0
* | V4L/DVB (6015): DVB: convert struct class_device to struct deviceKay Sievers2007-10-091-7/+6
* | V4L/DVB (5986): dvb_frontend: Fixed GET_INFO ioctl and check of frequency limitsOliver Endriss2007-10-091-6/+25
* | V4L/DVB (5965): Frontend_ioctl(): fix check-after-useAdrian Bunk2007-10-091-1/+1
* | V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke2007-10-092-6/+7
* | V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rateOliver Endriss2007-10-091-0/+46
|/
* V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab2007-08-231-2/+3
* V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-184-9/+9
* V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho2007-07-181-2/+3
* V4L/DVB (5631): Dvb-core: Add level fixes to printk()s, plus spelling/grammerSimon Arlott2007-07-181-5/+5
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* V4L/DVB (5630): Dvb-core: Handle failures to create devicesSimon Arlott2007-05-221-4/+11
* V4L/DVB (5600): Allow compiling just DVB COREMauro Carvalho Chehab2007-05-091-1/+1
* V4L/DVB (5599): Use menuconfig objects II - DVBJan Engelhardt2007-05-091-3/+13
* V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnetMarkus Rechberger2007-04-274-4/+32
OpenPOWER on IntegriCloud