summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_hlp.c
AgeCommit message (Expand)Author
2008-06-22saa7146: ->cpu_addr and friends are little-endianMauro Carvalho Chehab
2008-04-30backport tuners move patch from -gitMauro Carvalho Chehab
2008-04-26From: Mauro Carvalho Chehab <mchehab@infradead.org>Mauro Carvalho Chehab
2007-11-02backport changeset 96de0e252cedffad61b3cb5e05662c591898e69aMauro Carvalho Chehab
2007-07-02Fix v4l-dvb backward compatibilityMauro Carvalho Chehab
2006-07-19typo fixes: bandwith -> bandwidthMauro Carvalho Chehab
2006-04-11Kill drivers/media/common/saa7146_vv_ksyms.cMauro Carvalho Chehab
2005-12-19Fix for 64-bit compile warningHans Verkuil
2005-12-19Revert one 64-bit fix and improved other 64-bit fixesHans Verkuil
2005-12-14Fix 64-bit compile warningsHans Verkuil
2005-11-25saa7146 compatability fix for use with headers in v4l-kernel cvsMichael Krufky
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-08- make needlessly global code staticMichael Hunold
2004-04-28- fix some ppc be endianess issues, overlay works fine, grabbing does not wor...Michael Hunold
2004-03-15- remove superfluous h_calc and v_field entries from internal saa7146_vvMichael Hunold
2004-01-26- make sure to disable clipping before capturing, otherwise capturing mayMichael Hunold
2004-01-25use {min,max}_t instead of home-brewed my_{min,max} macros. straight-forward....Michael Hunold
2004-01-04- some small indentation fixes in saa7146_hlp.cMichael Hunold
2004-01-03saa7146 driver improvements, only affects Video4Linux stuff:Michael Hunold
2003-11-20- move saa7146_set_gpio() from saa7146_vv to saa7146_coreMichael Hunold
2003-10-22- remove SAA7146_EXT_SWAP_ODD_EVEN flag + handlingMichael Hunold
2003-08-11- follow latest changes in video-bufMichael Hunold
2003-07-31Improvements regarding streaming capture to gfx card memory.Michael Hunold
2003-07-30- FIELD_ALTERNATE capture was broken, add a "wait for vbi" command beforeMichael Hunold
2003-07-10Change the temporal order of the fields for the ALTERNATE mode, ie. waitMichael Hunold
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
2003-07-01- capturing alternating fields to different buffers works nowMichael Hunold
2003-07-01- fix a capture problem (fields got lost accidentaly, fields belongingMichael Hunold
2003-06-18Indentation fixes, make RPS capture code work againMichael Hunold
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-19First try to use pci_consistent_dma() throughout the whole saa7146Michael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-03-28A whole bunch of small changes all over the place:Michael Hunold
2003-03-20This is the beginning of some modifications to get the newMichael 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-01-07- Fixed all initializers to C99, expect av7110.cMichael Hunold
2002-12-30Next chunk of big splitup / cleanup:Michael 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-20More compile fixes to allow a flawless static build, changed theMichael Hunold
2002-12-17Misc. build fixes (beautification, remove some unnecessary printks)Michael Hunold
2002-12-17Add the new saa7146 driver core to media/common.Michael Hunold