summaryrefslogtreecommitdiff
path: root/linux/include/media/saa7146.h
AgeCommit message (Expand)Author
2009-02-07saa7146: i2c adapdata now points to v4l2_device.Hans Verkuil
2009-02-07saa7146: implement v4l2_device support.Hans Verkuil
2008-10-21A small sync from kernel treeMauro Carvalho Chehab
2008-07-21replace __FUNCTION__ with __func__Mauro Carvalho Chehab
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-06-22saa7146: ->cpu_addr and friends are little-endianMauro Carvalho Chehab
2007-11-02Backport some changesets touching S/G codeMauro Carvalho Chehab
2007-07-23dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transferOliver Endriss
2007-07-13saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-05-03saa7146: DMA: Correctly free resources on error, sync PCI streamed dataOliver Endriss
2006-11-03saa7146: Convert SAA7146_IER_{DIS,EN}ABLE macros to inline functionsOliver Endriss
2006-11-01saa7146: Protect access to the IER register by a spinlockOliver Endriss
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2006-01-09Several i2C cleanups to compile on both current linux and kernels >2.6.15Mauro Carvalho Chehab
2006-01-07Some cleanups at I2C modulesMauro Carvalho Chehab
2006-01-07small cleanupsMauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
2005-07-01removed one spaceJohannes Stezenbach
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-12-02Patch by C.Y.M.: add __user and __iomem annotations, remove someJohannes Stezenbach
2004-11-21- prefix IER_DISABLE and IER_ENABLE with SAA7146_Johannes Stezenbach
2004-11-13Corrected name of busywait parameterAndrew de Quincy
2004-11-12 - Compile fixKenneth 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-driverMichael 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-05First commmit for budget-ci CI interface codeAndrew de Quincy
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-01-03- fix memory leak when using custom pagetables for video dma,Michael Hunold
2003-11-25introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C accessOliver Endriss
2003-11-20- move saa7146_set_gpio() from saa7146_vv to saa7146_coreMichael Hunold
2003-11-20- make saa7146_pgtable_build_single() deliver a return code, make someMichael Hunold
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
2003-05-19First try to use pci_consistent_dma() throughout the whole saa7146Michael Hunold
2003-05-06Remove "linux/wrapper.h" -- it has been removed in 2.5 and is notMichael Hunold
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael 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-20Small changes all over the place:Michael Hunold
2003-03-20Move important *internal* kernel header files to include/media.Michael Hunold