Age | Commit message (Expand) | Author |
2009-02-07 | saa7146: i2c adapdata now points to v4l2_device. | Hans Verkuil |
2009-02-07 | saa7146: implement v4l2_device support. | Hans Verkuil |
2008-10-21 | A small sync from kernel tree | Mauro Carvalho Chehab |
2008-07-21 | replace __FUNCTION__ with __func__ | Mauro Carvalho Chehab |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.16 | Hans Verkuil |
2008-06-22 | saa7146: ->cpu_addr and friends are little-endian | Mauro Carvalho Chehab |
2007-11-02 | Backport some changesets touching S/G code | Mauro Carvalho Chehab |
2007-07-23 | dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transfer | Oliver Endriss |
2007-07-13 | saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22) | Oliver Endriss |
2007-05-03 | saa7146: DMA: Correctly free resources on error, sync PCI streamed data | Oliver Endriss |
2006-11-03 | saa7146: Convert SAA7146_IER_{DIS,EN}ABLE macros to inline functions | Oliver Endriss |
2006-11-01 | saa7146: Protect access to the IER register by a spinlock | Oliver Endriss |
2006-02-06 | sem2mutex: drivers/media/, #2 | Mauro Carvalho Chehab |
2006-01-09 | Several i2C cleanups to compile on both current linux and kernels >2.6.15 | Mauro Carvalho Chehab |
2006-01-07 | Some cleanups at I2C modules | Mauro Carvalho Chehab |
2006-01-07 | small cleanups | Mauro Carvalho Chehab |
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab |
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach |
2005-07-01 | removed one space | Johannes Stezenbach |
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2004-12-02 | Patch by C.Y.M.: add __user and __iomem annotations, remove some | Johannes Stezenbach |
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach |
2004-11-13 | Corrected name of busywait parameter | Andrew de Quincy |
2004-11-12 | - Compile fix | Kenneth Aafloy |
2004-06-21 | - Replace generic saa7146 i2c name by card specific name, suggested by Uli Lu... | Michael Hunold |
2004-05-03 | - fix include file order in ttpci-driver | Michael Hunold |
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-04-05 | First commmit for budget-ci CI interface code | Andrew de Quincy |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy |
2004-01-03 | - fix memory leak when using custom pagetables for video dma, | 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-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael Hunold |
2003-05-19 | First try to use pci_consistent_dma() throughout the whole saa7146 | Michael Hunold |
2003-05-06 | Remove "linux/wrapper.h" -- it has been removed in 2.5 and is not | Michael Hunold |
2003-04-30 | - introduce dvb_functions.h in order to make the dvb subsystem | Michael Hunold |
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-03-20 | Small changes all over the place: | Michael Hunold |
2003-03-20 | Move important *internal* kernel header files to include/media. | Michael Hunold |