aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-03V4L/DVB (4665): Add frontend structure callback for bus acquisition.Steven Toth1-0/+10
2006-09-26V4L/DVB (4492): [dvb_attach] dvb_frontend_detach fixOliver Endriss1-1/+1
2006-09-26V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach function.Andrew de Quincey1-0/+32
2006-09-26V4L/DVB (4385): Add dvb_attach() macro and supporting routinesAndrew de Quincey1-11/+1
2006-09-26V4L/DVB (4383): Convert SEC drivers to new frontend APIAndrew de Quincey1-0/+2
2006-07-29V4L/DVB (4292): Fix DISEQC regressionAndrew de Quincey1-6/+9
2006-06-30V4L/DVB (4282): Fix: use swzigzag for swalgoManu Abraham1-1/+2
2006-06-30V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPPTrent Piepho1-0/+1
2006-06-26V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag not to be calledManu Abraham1-3/+2
2006-06-26V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULLManu Abraham1-13/+15
2006-06-25V4L/DVB (4160): Use device specific algorithmsManu Abraham1-1/+3
2006-06-25V4L/DVB (4155): ATSC frontend supportManu Abraham1-1/+3
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontendPatrick Boettcher1-76/+76
2006-06-25V4L/DVB (3845): DVB core changes for PLL refactoringAndrew de Quincey1-0/+15
2006-06-25V4L/DVB (3769): Fix a type error in dvb_frontend.cUwe Bugla1-1/+1
2006-05-12V4L/DVB (3742): Set tone/voltage again if the frontend was reinitialisedAndrew de Quincey1-0/+12
2006-04-02V4L/DVB (3673): Fix budget-av CAM resetAndrew de Quincey1-1/+17
2006-02-27V4L/DVB (3390): Fix module parametersManu Abraham1-4/+4
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-7/+6
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-01-09V4L/DVB (3194): Revert one 64-bit fix and improved other 64-bit fixesPeter Beutner1-3/+3
2006-01-09V4L/DVB (3179): Fix 64-bit compile warningsHans Verkuil1-4/+4
2006-01-09DVB (2444): Implement frontend-specific tuning and the ability to disable zigzagAndrew de Quincey1-130/+177
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab1-4/+4
2005-11-09[PATCH] dvb: Remove DEBUG_LOCKLOSS stuffAndrew de Quincey1-21/+0
2005-11-09[PATCH] dvb: let other frontends support FE_DISHNETWORK_SEND_LEGACY_CMDNooneImportant1-0/+97
2005-07-07[PATCH] dvb: core: add workaround for tuning problemAndrew de Quincey1-3/+25
2005-07-07[PATCH] dvb: core: fix race condition in FE_READ_STATUS ioctlPeter Beutner1-3/+13
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-24[PATCH] dvb: dvb_frontend: use time_after()Johannes Stezenbach1-1/+3
2005-05-17[PATCH] dvb: remove unnecessary casts in dvb-coreJohannes Stezenbach1-17/+17
2005-05-17[PATCH] dvb: dvb_frontend: fix module paramJohannes Stezenbach1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+915