index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
common
/
saa7146_fops.c
Age
Commit message (
Expand
)
Author
2004-11-16
- videobuf api changes in 2.6.10
Kenneth Aafloy
2004-11-08
- make needlessly global code static
Michael Hunold
2004-11-03
- disable spinlock debugging stuff for 2.4
Michael Hunold
2004-10-26
- add back support for older kernels due to popular demand
Michael Hunold
2004-10-25
- follow latest changes in 2.6.10-rc1 regarding video-buf. this change
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-04-28
- fix some ppc be endianess issues, overlay works fine, grabbing does not wor...
Michael Hunold
2004-03-11
- minor debug output cleanup in the resource handling functions
Michael Hunold
2004-01-03
saa7146 driver improvements, only affects Video4Linux stuff:
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-11-14
- sanitize enabling of video input pins and i2c pins
Michael Hunold
2003-10-14
Make cleanup handler interruptible.
Michael Hunold
2003-10-09
- backfeed patches from 2.6.0-test7, which have not gone through our cvs:
Michael Hunold
2003-10-06
- add some debug and safety checks for video/vbi capture buffer handling
Michael Hunold
2003-07-31
Improvements regarding streaming capture to gfx card memory.
Michael Hunold
2003-07-07
Make the "ext_vv_data" informations a per-device information instead
Michael Hunold
2003-07-01
Holger:
Michael Hunold
2003-07-01
- fix a capture problem (fields got lost accidentaly, fields belonging
Michael Hunold
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-28
I removed all "analog" drivers from the main CVS repository and moved them
Michael Hunold
2003-05-19
First try to use pci_consistent_dma() throughout the whole saa7146
Michael Hunold
2003-05-05
Release clipping memory when device is closed.
Michael Hunold
2003-04-22
- removed the compatibility crap around KBUILD_MODNAME from all drivers,
Michael Hunold
2003-03-20
This is the beginning of some modifications to get the new
Michael Hunold
2003-03-17
- Fixed the build-2.4 tree to compile with 2.4.18 kernels.
Michael Hunold
2003-02-27
- fix some bugs that appeared in system with both analog and digital
Michael Hunold
2003-01-09
Fixes for 2.5.55 all over the place:
Michael Hunold
2003-01-07
- Fixed all initializers to C99, expect av7110.c
Michael Hunold
2002-12-30
Next chunk of big splitup / cleanup:
Michael Hunold
2002-12-29
Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...
Michael Hunold