summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil2008-09-033-7/+6Star
* device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-07-217-39/+82
|\
| * V4L/DVB (8131): dmx_write: memcpy from user-supplied pointerAl Viro2008-07-202-4/+15
| * V4L/DVB (8130): split dvb_ringbuffer dual-use functionsAl Viro2008-07-204-34/+66
| * V4L/DVB (8126): net endianness fixAl Viro2008-07-201-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+4
|\|
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-6/+6
| |\
| * | dvb: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+4
* | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2Star
* | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
| |/ |/|
* | V4L/DVB (7960): net: endianness annotationsAl Viro2008-06-051-6/+6
|/
* V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel2008-05-141-12/+16
* Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2008-04-292-2/+2
* V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab2008-04-291-34/+0Star
* 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/+0Star
* 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/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-121-1/+8
|\
| * [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-1/+8
* | V4L/DVB (6311): dvb: Replace list_for_each+list_entry with list_for_each_entryTrent Piepho2007-10-102-23/+9Star
* | V4L/DVB (6279): en_50221: convert to kthread APIChristoph Hellwig2007-10-101-68/+16Star
* | V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tun...Michael Krufky2007-10-101-0/+1
* | V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky2007-10-101-0/+9
* | V4L/DVB (6107): dvb_frontend: clean-up shutdown handlingOliver Endriss2007-10-101-4/+3Star
* | V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0Oliver Endriss2007-10-101-1/+1
* | V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixedOliver Endriss2007-10-101-16/+22
* | V4L/DVB (6104): dvb_ca_en50221: decrement module use count on errorMarco Schluessler2007-10-101-1/+3
* | V4L/DVB (6103): dvb_ca_en50221: return correct error code valueMarco Schluessler2007-10-101-2/+2
* | V4L/DVB (6100): dvb_net: whitespace cleanupMichael Krufky2007-10-101-2/+2
* | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-104-4/+0Star
* | V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnetTrent Piepho2007-10-101-11/+2Star