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
/
dvb
/
frontends
/
at76c651.c
Age
Commit message (
Expand
)
Author
2005-04-05
- remove unnecessary casts in frontends
Kenneth Aafloy
2005-03-09
- kfree(NULL) is safe
Kenneth Aafloy
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2004-10-28
Imported FE_REFACTORING to HEAD
Andrew de Quincy
2004-10-26
- use <linux/bitops.h> in favour of <asm/bitops.h>
Michael Hunold
2004-08-24
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-08-18
- remove dvb i2c code (all drivers are ported to kernel i2c)
Michael Hunold
2004-07-17
- Add missing #include <linux/moduleparam.h>
Kenneth Aafloy
2004-07-16
- Adding I2C_DRIVERID for all frontends to dvb_i2c.h
Kenneth Aafloy
2004-07-12
- Properly lock the frontend module on open/close.
Kenneth Aafloy
2004-06-23
merged fixes from cvs.tuxbox.org (1.53->1.56)
Andreas Oberritter
2004-06-22
- convert to kernel i2c, thanks to Kenneth Aafløy <lists@kenneth.aafloy.net>
Michael Hunold
2004-03-11
Checked in experimental frontend patch
Andrew de Quincy
2003-12-20
updated contributors.txt and some email addresses
Andreas Oberritter
2003-10-08
- allow private data to be associated with i2c devices
Andreas Oberritter
2003-10-08
misc bugfixes and performance improvements
Andreas Oberritter
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-27
- remove enumeration typedefs
Michael Hunold
2003-05-27
Use C99 initializers.
Michael Hunold
2003-04-30
- introduce dvb_functions.h in order to make the dvb subsystem
Michael Hunold
2003-04-26
Revert ddelay() cleanup, discuss this first with Holger.
Michael Hunold
2003-04-25
Lots of cosmetic changes in order to sync the CVS with
Michael Hunold
2003-04-24
- #include "compat.h" --> #include "dvb_compat.h"
Holger Waechtler
2003-04-20
added FE_CAN_RECOVER | FE_CAN_CLEAN_SETUP | FE_CAN_MUTE_TS
Andreas Oberritter
2003-03-22
more portability, now frontend modules build out of the box
Holger Waechtler
2002-11-26
also set FE_HAS_LOCK if frontend has agc1 lock
Andreas Oberritter
2002-11-19
Atmel AT76C651 DVB-C demodulator driver
Andreas Oberritter