aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2008-10-12V4L/DVB (9003): S2API: Remove the DTV_SET_ and DTV_GET_ prefixesSteven Toth
2008-10-12V4L/DVB (9002): S2API: Ensure cache->delivery_system is set at all times.Steven Toth
2008-10-12V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDXSteven Toth
2008-10-12V4L/DVB (9000): S2API: Cleanup code that prepares tuning structures.Steven Toth
2008-10-12V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache syncSteven Toth
2008-10-12V4L/DVB (8997): S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FECSteven Toth
2008-10-12V4L/DVB (8996): S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command a...Steven Toth
2008-10-12V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changesSteven Toth
2008-10-12V4L/DVB (8990): S2API: DVB-S/S2 voltage selection bug fixSteven Toth
2008-10-12V4L/DVB (8988): S2API: Allow the properties to call legacy ioctlsSteven Toth
2008-10-12V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning APISteven Toth
2008-10-04V4L/DVB (9029): Fix deadlock in demux codeAndreas Oberritter
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-07-21device create: dvb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds
2008-07-20V4L/DVB (8131): dmx_write: memcpy from user-supplied pointerAl Viro
2008-07-20V4L/DVB (8130): split dvb_ringbuffer dual-use functionsAl Viro
2008-07-20V4L/DVB (8126): net endianness fixAl Viro
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-06-20dvb: cdev lock_kernel() pushdownJonathan Corbet
2008-06-05V4L/DVB (7960): net: endianness annotationsAl Viro
2008-05-14V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av s...Robert Schedel
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab
2008-04-29V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab
2008-04-24V4L/DVB (7659): dvb-core: Implement DMX_SET_BUFFER_SIZE for dvrAndrea Odetti
2008-04-24V4L/DVB (7658): dvb-core: Fix DMX_SET_BUFFER_SIZE in case the buffer shrinksAndrea Odetti
2008-04-24V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau
2008-04-24V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24V4L/DVB (7329): add flag to allow software demux to recognize the output typeAndreas Oberritter
2008-04-24V4L/DVB (7293): DMX_OUT_TSDEMUX_TAP: record two streams from same mux, resendPeter Hartley
2008-04-24V4L/DVB (7140): constify function pointer tablesJan Engelhardt
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf
2008-03-30NULL noise: drivers/mediaAl Viro
2008-02-03drivers/media/: Spelling fixesJoe Perches
2008-01-25V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky
2008-01-25V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky
2008-01-25V4L/DVB (6570): core/dvb_ringbuffer.c: remove unused exportsAdrian Bunk
2008-01-25V4L/DVB (6439): dvb_frontend: codingstyle cleanupsMichael Krufky
2008-01-25V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky
2008-01-25V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab
2007-10-22V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisationMarco Schluessler
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger