summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common
AgeCommit message (Expand)Author
2003-03-20Small changes all over the place:Michael Hunold
2003-03-20This is the beginning of some modifications to get the newMichael Hunold
2003-03-19set default value of saa7146_debug to 0 as stated in module param descriptionAndreas Oberritter
2003-03-19put #if 0, #endif around unused functionAndreas Oberritter
2003-03-19- optimize the i2c retry-address error problem by distinguishing betweenMichael Hunold
2003-03-19wait between i2c retries and don't bail out on adress errors,Holger Waechtler
2003-03-17- Fixed the build-2.4 tree to compile with 2.4.18 kernels.Michael Hunold
2003-03-14saa7146: set default values for brightness/contrast/saturation on driver loadMichael Hunold
2003-03-06Removed some debug messages, verified that it works with "mp1e" andMichael Hunold
2003-03-06Added some planar yuv modes to the saa7146 driver core:Michael Hunold
2003-03-04Remove function specifiers from probe/remove functions, otherwiseMichael Hunold
2003-02-27- fix some bugs that appeared in system with both analog and digitalMichael Hunold
2003-02-26- Compile fixes against 2.5.63 (daemonize() has been changed)Michael Hunold
2003-01-23apply core patch by <emard@softhome.net>Holger Waechtler
2003-01-21set __devexit and __devexit_p() flagsHolger Waechtler
2003-01-16- extended the preprocessor magic to av7110.c, too, had to changeMichael Hunold
2003-01-13add a timeout to saa7146_i2c_writeout() to prevent endless loopJohannes Stezenbach
2003-01-10- Fix broken i2c irq transfer, due to Holger's changesMichael Hunold
2003-01-09return meaningful error valuesHolger Waechtler
2003-01-09Fixes for 2.5.55 all over the place:Michael Hunold
2003-01-08Removed the whole "device<=>extension" matching crap, the pci subsystemMichael Hunold
2003-01-07- Fixed all initializers to C99, expect av7110.cMichael Hunold
2003-01-06Fixed the "gray bar on the left side of the video window afterMichael Hunold
2003-01-05After all, using the i2c irq wasn't a good idea. After long hours ofMichael Hunold
2003-01-05Fixed a saa7146 driver flaw: after a read() call is satisfied,Michael Hunold
2003-01-04- Removed preinit() from saa7146 probe()/attach() logic, it's not usedMichael Hunold
2003-01-04Some more changes... (but we're stabilizing...)Michael Hunold
2003-01-03Compile fixes for 2.5.54.Michael Hunold
2002-12-30Next chunk of big splitup / cleanup:Michael Hunold
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...Michael Hunold
2002-12-28- added timeout handling for i2c_writeout(); it seems that theJohannes Stezenbach
2002-12-25As promised, I changed the "retry-loop" to the style of the "old" saa7146Michael Hunold
2002-12-23Removed some leftover bogus debugging messages, cleaned up the TODOMichael Hunold
2002-12-23For some unobvious reason, analog cards (ie. the MXB) and digital cardsMichael Hunold
2002-12-22Changed i2c_writeout() and the irq handler to use a waitqueueMichael Hunold
2002-12-20Removed the dependecy to i2c-core from saa7146 and av7110,Michael Hunold
2002-12-20fix saa7146 debug settingJohannes Stezenbach
2002-12-20cure for:Johannes Stezenbach
2002-12-20More compile fixes to allow a flawless static build, changed theMichael Hunold
2002-12-19Necessary fixes to the saa7146_core to allow the driver toMichael Hunold
2002-12-19__devexit_p(saa7146_remove_one)Holger Waechtler
2002-12-19removed bogus whitespacesHolger Waechtler
2002-12-19allow statically built kernelHolger Waechtler
2002-12-19use down_interruptible()Holger Waechtler
2002-12-19static declarations where possibleHolger Waechtler
2002-12-19Remove __stringify define, because it's in include/linux/stringify.h.Michael Hunold
2002-12-19The IER should be cleared in config_a_device, otherwise it's possible thatMichael Hunold
2002-12-17Misc. build fixes (beautification, remove some unnecessary printks)Michael Hunold
2002-12-17Some build fixes. Removed "makecrosslinks" because it won't workMichael Hunold
2002-12-17Add the new saa7146 driver core to media/common.Michael Hunold