summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common
AgeCommit message (Expand)Author
2005-06-02This patch makes a needlessly global function static.Johannes Stezenbach
2005-05-26remove trailing whitespaceJohannes Stezenbach
2005-05-26sync back change from 2.6.12-rc5: unexport saa7146_vbi_uops and saa7146_video...Johannes Stezenbach
2005-05-22Large changes. Mostly merged patches from mm kernel branch and 2.6.12-rc4.Nickolay V. Shmyrev
2005-05-15Manuel Capinha (mcapinha at gmail.com): Added support for Pixelview UltraMauro Carvalho Chehab
2005-03-22no need to initialize static/global variables to 0Johannes Stezenbach
2005-03-08 - Remove duplicate setgpioKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-22- cx88: ir patches from Robert Reid.Gerd Knorr
2005-02-16Static initialization.Johannes Stezenbach
2005-02-16- move some bits from cx88-input to ir-common.Gerd Knorr
2005-01-21various backport from 2.6.11-rc1:Michael Hunold
2005-01-09patch by Emard: explicitely disable RPS tasks in saa7146_init_one()Johannes Stezenbach
2004-12-10- add moduleparam.h include to many files.Gerd Knorr
2004-11-21- prefix IER_DISABLE and IER_ENABLE with SAA7146_Johannes Stezenbach
2004-11-16 - videobuf api changes in 2.6.10Kenneth Aafloy
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-11-13Undid formatting and renamed parameter correctlyAndrew de Quincy
2004-11-12Added non-busy waiting optionAndrew de Quincy
2004-11-08- make needlessly global code staticMichael Hunold
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
2004-11-03- disable spinlock debugging stuff for 2.4Michael Hunold
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-26- add back support for older kernels due to popular demandMichael Hunold
2004-10-25- follow latest changes in 2.6.10-rc1 regarding video-buf. this changeMichael Hunold
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-09-15- added a bunch of $Id$ tags.Gerd Knorr
2004-08-11- Kernel Janitor: uses msleep() instead of my_wait() to guarantee the time de...Michael Hunold
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-29 - Fix videodev has no release callback.Kenneth Aafloy
2004-07-28- rename memory to max_memory, because it clashes with some obscure definitio...Michael Hunold
2004-06-21- compilation fix for analog 2.4 driversMichael Hunold
2004-06-21- Replace generic saa7146 i2c name by card specific name, suggested by Uli Lu...Michael Hunold
2004-06-18- apply cpu_to_le32() to all write operations concerning page tables, necessa...Michael Hunold
2004-05-24- cx88: add IODATA GV-VCP3/PCI by 河村直樹 (Kawamura Naoki).Gerd Knorr
2004-04-28- fix some ppc be endianess issues, overlay works fine, grabbing does not wor...Michael Hunold
2004-04-06- introduce new class variable, sets the i2c adapter class for 2.6 (unused fo...Michael Hunold
2004-03-19- copy & paste error: don't check for streaming capture twice, check for over...Michael Hunold
2004-03-16- fix two debug messages (mixed up streaming capture and overlay)Michael Hunold
2004-03-15- remove superfluous h_calc and v_field entries from internal saa7146_vvMichael Hunold
2004-03-15- code review of what's actually needed to be protected by a spinlock and by ...Michael Hunold
2004-03-12With the addition of the ressource management, an overlay couldn't beMichael Hunold
2004-03-11- minor debug output cleanup in the resource handling functionsMichael Hunold
2004-02-26[PATCH] C99 initializers for drivers/media/common/saa7146_video.c by Art HaasMichael Hunold
2004-02-22Initial revisionGerd Knorr
2004-02-20fix timeout bug on AMD64 in saa7146_wait_for_debi_done()Johannes Stezenbach
2004-02-02- don't free resources while spinlock is held (might sleep)Michael Hunold
2004-02-02- release resources for video overlay properly, don't rely on VIDIOC_OVERLAY(0)Michael Hunold
2004-01-26- don't try to disable video overlay if it wasn't enabled beforeMichael Hunold
2004-01-26- make sure to disable clipping before capturing, otherwise capturing mayMichael Hunold