summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.c
AgeCommit message (Expand)AuthorLines
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab-1/+1
2008-04-24V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesHarvey Harrison-15/+15
2008-01-25V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky-0/+6
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki-1/+2
2007-10-09V4L/DVB (6107): dvb_frontend: clean-up shutdown handlingOliver Endriss-4/+3
2007-10-09V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0Oliver Endriss-1/+1
2007-10-09V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixedOliver Endriss-16/+22
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab-1/+0
2007-10-09V4L/DVB (5986): dvb_frontend: Fixed GET_INFO ioctl and check of frequency limitsOliver Endriss-6/+25
2007-10-09V4L/DVB (5965): Frontend_ioctl(): fix check-after-useAdrian Bunk-1/+1
2007-10-09V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke-5/+5
2007-10-09V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rateOliver Endriss-0/+46
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+1
2007-04-27V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvrMarkus Rechberger-5/+8
2007-04-27V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issueMarkus Rechberger-2/+15
2007-02-21V4L/DVB (5209): Kthread api conversion for dvb_frontend and av7110 fixakpm@linux-foundation.org-2/+2
2007-02-21V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110Herbert Poetzl-45/+24
2007-02-17Fix typos concerning hierarchyUwe Kleine-König-1/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham-1/+1
2006-11-26V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzagAndrew de Quincey-1/+1
2006-10-03V4L/DVB (4665): Add frontend structure callback for bus acquisition.Steven Toth-0/+10
2006-09-26V4L/DVB (4492): [dvb_attach] dvb_frontend_detach fixOliver Endriss-1/+1
2006-09-26V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f...Andrew de Quincey-0/+32
2006-09-26V4L/DVB (4385): Add dvb_attach() macro and supporting routinesAndrew de Quincey-11/+1
2006-09-26V4L/DVB (4383): Convert SEC drivers to new frontend APIAndrew de Quincey-0/+2
2006-07-29V4L/DVB (4292): Fix DISEQC regressionAndrew de Quincey-6/+9
2006-06-30V4L/DVB (4282): Fix: use swzigzag for swalgoManu Abraham-1/+2
2006-06-30V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPPTrent Piepho-0/+1
2006-06-26V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag n...Manu Abraham-3/+2
2006-06-26V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULLManu Abraham-13/+15
2006-06-25V4L/DVB (4160): Use device specific algorithmsManu Abraham-1/+3
2006-06-25V4L/DVB (4155): ATSC frontend supportManu Abraham-1/+3
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher-76/+76
2006-06-25V4L/DVB (3845): DVB core changes for PLL refactoringAndrew de Quincey-0/+15
2006-06-25V4L/DVB (3769): Fix a type error in dvb_frontend.cUwe Bugla-1/+1
2006-05-12V4L/DVB (3742): Set tone/voltage again if the frontend was reinitialisedAndrew de Quincey-0/+12
2006-04-02V4L/DVB (3673): Fix budget-av CAM resetAndrew de Quincey-1/+17
2006-02-27V4L/DVB (3390): Fix module parametersManu Abraham-4/+4
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar-7/+6
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris-2/+1
2006-01-09V4L/DVB (3194): Revert one 64-bit fix and improved other 64-bit fixesPeter Beutner-3/+3
2006-01-09V4L/DVB (3179): Fix 64-bit compile warningsHans Verkuil-4/+4
2006-01-09DVB (2444): Implement frontend-specific tuning and the ability to disable zigzagAndrew de Quincey-130/+177
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab-4/+4
2005-11-09[PATCH] dvb: Remove DEBUG_LOCKLOSS stuffAndrew de Quincey-21/+0
2005-11-09[PATCH] dvb: let other frontends support FE_DISHNETWORK_SEND_LEGACY_CMDNooneImportant-0/+97
2005-07-07[PATCH] dvb: core: add workaround for tuning problemAndrew de Quincey-3/+25
2005-07-07[PATCH] dvb: core: fix race condition in FE_READ_STATUS ioctlPeter Beutner-3/+13
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter-2/+1
2005-06-24[PATCH] dvb: dvb_frontend: use time_after()Johannes Stezenbach-1/+3