summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-6/+6
2008-06-20dvb: cdev lock_kernel() pushdownJonathan Corbet1-0/+4
2008-06-05V4L/DVB (7960): net: endianness annotationsAl Viro1-6/+6
2008-05-14V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel1-12/+16
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2-2/+2
2008-04-29V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab1-34/+0
2008-04-24V4L/DVB (7659): dvb-core: Implement DMX_SET_BUFFER_SIZE for dvrAndrea Odetti1-14/+49
2008-04-24V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinksAndrea Odetti3-2/+16
2008-04-24V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau2-11/+43
2008-04-24V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison6-57/+57
2008-04-24V4L/DVB (7329): add flag to allow software demux to recognize the output typeAndreas Oberritter3-5/+8
2008-04-24V4L/DVB (7293): DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resendPeter Hartley1-2/+3
2008-04-24V4L/DVB (7140): constify function pointer tablesJan Engelhardt1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-03-30NULL noise: drivers/mediaAl Viro1-2/+2
2008-02-03drivers/media/: Spelling fixesJoe Perches1-1/+1
2008-01-25V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky1-0/+6
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky1-2/+2
2008-01-25V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky1-2/+22
2008-01-25V4L/DVB (6570): core/dvb_ringbuffer.c: remove unused exportsAdrian Bunk1-5/+0
2008-01-25V4L/DVB (6439): dvb_frontend: codingstyle cleanupsMichael Krufky1-9/+9
2008-01-25V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky1-0/+1
2008-01-25V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky1-0/+3
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-0/+3
2007-10-22V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisationMarco Schluessler1-1/+1
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-1/+2
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds1-1/+8
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+8
2007-10-10V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2-23/+9
2007-10-10V4L/DVB (6279): en_50221: convert to kthread APIChristoph Hellwig1-68/+16
2007-10-09V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tun...Michael Krufky1-0/+1
2007-10-09V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky1-0/+9
2007-10-09V4L/DVB (6107): dvb_frontend: clean-up shutdown handlingOliver Endriss1-4/+3
2007-10-09V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0Oliver Endriss1-1/+1
2007-10-09V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixedOliver Endriss1-16/+22
2007-10-09V4L/DVB (6104): dvb_ca_en50221: decrement module use count on errorMarco Schluessler1-1/+3
2007-10-09V4L/DVB (6103): dvb_ca_en50221: return correct error code valueMarco Schluessler1-2/+2
2007-10-09V4L/DVB (6100): dvb_net: whitespace cleanupMichael Krufky1-2/+2
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab4-4/+0
2007-10-09V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnetTrent Piepho1-11/+2
2007-10-09V4L/DVB (6025): Net_ule(): fix check-after-useAdrian Bunk1-5/+0
2007-10-09V4L/DVB (6015): DVB: convert struct class_device to struct deviceKay Sievers1-7/+6
2007-10-09V4L/DVB (5986): dvb_frontend: Fixed GET_INFO ioctl and check of frequency limitsOliver Endriss1-6/+25
2007-10-09V4L/DVB (5965): Frontend_ioctl(): fix check-after-useAdrian Bunk1-1/+1
2007-10-09V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke2-6/+7
2007-10-09V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rateOliver Endriss1-0/+46
2007-08-23V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab1-2/+3
2007-07-18V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss4-9/+9
2007-07-18V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho1-2/+3