Age | Commit message (Expand) | Author |
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-31 | merge 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 drivers | Michael 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_vv | Michael Hunold |
2004-03-15 | - code review of what's actually needed to be protected by a spinlock and by ... | Michael Hunold |
2004-03-12 | With the addition of the ressource management, an overlay couldn't be | Michael Hunold |
2004-03-11 | - minor debug output cleanup in the resource handling functions | Michael Hunold |
2004-02-26 | [PATCH] C99 initializers for drivers/media/common/saa7146_video.c by Art Haas | Michael Hunold |
2004-02-22 | Initial revision | Gerd Knorr |
2004-02-20 | fix 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 before | Michael Hunold |
2004-01-26 | - make sure to disable clipping before capturing, otherwise capturing may | Michael Hunold |
2004-01-25 | use {min,max}_t instead of home-brewed my_{min,max} macros. straight-forward.... | Michael Hunold |
2004-01-18 | - sync media/common/Makefile with 2.6.1 | Michael Hunold |
2004-01-14 | - bit masks are evil: disable the right video dma upon device close, otherwise | Michael Hunold |
2004-01-06 | fix build with 2.6.1-rc1-mm2 (VIDIOC_S_CTRL_OLD / VIDIOC_OVERLAY_OLD) | Johannes Stezenbach |
2004-01-05 | - fix compiler warning | Michael Hunold |
2004-01-04 | - some small indentation fixes in saa7146_hlp.c | Michael Hunold |
2004-01-03 | - fix memory leak when using custom pagetables for video dma, | Michael Hunold |
2004-01-03 | saa7146 driver improvements, only affects Video4Linux stuff: | Michael Hunold |
2003-12-21 | - don't disable the capture engine via video_end() before video-buf has | Michael Hunold |
2003-12-18 | - use videobuf_waiton() non-interruptible, so signals won't disturb the | Michael Hunold |
2003-12-16 | - use DEB_INT for very verbose debugging output | Michael Hunold |
2003-12-15 | - fix compilation | Michael Hunold |
2003-12-15 | - fix a bunch of race conditions and locking bugs in video and vbi | Michael Hunold |
2003-12-12 | - use vmalloc_32() instead of vmalloc() in saa7146_vmalloc_build_pgtable(). | Michael Hunold |
2003-11-26 | - i2c timeout fix by Gerd Knorr | Michael Hunold |
2003-11-25 | introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access | Oliver Endriss |
2003-11-20 | - move saa7146_set_gpio() from saa7146_vv to saa7146_core | Michael Hunold |
2003-11-20 | - make saa7146_pgtable_build_single() deliver a return code, make some | Michael Hunold |
2003-11-20 | - remove unnecessary "capture memory in framebuffer" special functions | Michael Hunold |
2003-11-14 | - sanitize enabling of video input pins and i2c pins | Michael Hunold |
2003-10-22 | - remove SAA7146_EXT_SWAP_ODD_EVEN flag + handling | Michael Hunold |
2003-10-16 | - fix usage of i2c name field (has been changed again, see this for more | Michael Hunold |
2003-10-14 | - disable vbi workaround for dvb-c cards which use port b | Michael Hunold |
2003-10-14 | Make cleanup handler interruptible. | Michael Hunold |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |