summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
AgeCommit message (Expand)Author
2009-01-11dvb: constify VFTsMauro Carvalho Chehab
2008-09-26implement proper locking in the dvb ca en50221 driverMauro Carvalho Chehab
2008-08-23v4l-dvb: fix a bunch of sparse warningsHans Verkuil
2008-06-22split dvb_ringbuffer dual-use functionsMauro Carvalho Chehab
2008-05-03dvb_ca_en50221: Fix High CPU load in 'top' due to budget_av slot pollingOliver Endriss
2008-04-08media/dvb/dvb-core replace remaining __FUNCTION__ occurrencesMichael Krufky
2007-10-16"while (!ca->wakeup)" breaks the CAM initialisationMauro Carvalho Chehab
2007-10-03en_50221: convert to kthread APIMauro Carvalho Chehab
2007-08-25dvb_ca_en50221: decrement module use count on errorOliver Endriss
2007-08-25dvb_ca_en50221: return correct error code valueOliver Endriss
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-08-16compat: Add missing compat.hTrent Piepho
2007-07-13dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2006-05-04Fix CI interface on KNC1 DVBT and DVBC cardsAndrew de Quincey
2006-01-11From: Panagiotis Issaris <takis@issaris.org>Mauro Carvalho Chehab
2005-12-01vfree(NULL) is legal.Michael Krufky
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-11-08Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>Andrew de Quincy
2005-11-07[PATCH] fix missing includesMichael Krufky
2005-08-03Patch from Dominique Dumont to get the SCM Red Viaccess CAM working with the ...Andrew de Quincy
2005-07-24gcc-2.95 compile fixJohannes Stezenbach
2005-07-23Convert to using read/write spinlocks to fix kernel errors as reported byAndrew de Quincy
2005-04-05 - remove unnecessary casts in dvb-coreKenneth Aafloy
2005-03-16Remove some sparse warnings on one-bit bitfields.Johannes Stezenbach
2005-03-13dvb_ca_en50221.c vfree() checking cleanups.Johannes Stezenbach
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-08 - Fix for CAMs on Typhoon DVB-S, where it would constantly reset itself.Kenneth Aafloy
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-11-13Fix module usage count problemAndrew de Quincy
2004-11-13Segfault prevention fixesAndrew de Quincy
2004-11-13Corrected formattingAndrew de Quincy
2004-11-12Enhanced poll_slot_status to support non-IRQ interfacesAndrew de Quincy
2004-11-12Added code to ensure CAMs are still present on open()/release()Andrew de Quincy
2004-11-12Support for KNC1/Cinergy CI modules. Patch by Olivier Gournet and myself.Andrew de Quincy
2004-08-28Compile fix from jo2h2Andrew de Quincy
2004-08-27Moved CAM CTRL IF reset to a better place.Andrew de Quincy
2004-08-26Patch from Sjoerd Simons for better debugging with multiple cardsAndrew de Quincy
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-08-16No longer attempts to parse body of tuple 0xffAndrew de Quincy
2004-08-16Fix for matrix CAMs from Sjoerd SimonsAndrew de Quincy
2004-08-08patch by Martin Binder: #include <linux/moduleparam.h> where necessaryJohannes Stezenbach
2004-08-02use c99 initializersJohannes Stezenbach
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-30 - More MODULE_PARM -> module_param changes, all should be corrected now.Kenneth Aafloy
2004-05-14Fix for aston CAM read timeout problemsAndrew de Quincy
2004-05-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
2004-04-14Removed configoption readback test since it is unreliableAndrew de Quincy
2004-04-12Added timeout to write loopAndrew de Quincy
2004-04-09Increased readers to 1Andrew de Quincy