summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/av7110/av7110.c
AgeCommit message (Collapse)Author
2002-12-23Changed the debug messages to use a similar system like saa7146, it'sMichael Hunold
possible to create a complete call trace now. (You can #if 0 this out, if you are concerned about runtime drawbacks...)
2002-12-22Fixed one wrong IER_DISABLE (look at the commented out version below,Michael Hunold
copy & paste error), removed duplicate dvb_register_i2c_bus() call, removed all references to RPS0, it's not used at all. (this fixes the capturing problems)
2002-12-22Changed i2c_writeout() and the irq handler to use a waitqueueMichael Hunold
instead of busy waiting for an i2c transaction to finish. Left the old method in there. if you need it (or if i screwed up), set "use_i2c_irq" to zero in saa7146_i2c.c to get the old behaviour.
2002-12-20- move ipack handling into av7110_ipack.[hc]Holger Waechtler
- more namespace cleaning
2002-12-20 - fix the not-checked-return value at start_feed() bugHolger Waechtler
- code review + simplification - use const pointers in section and ts callbacks
2002-12-20Removed the dependecy to i2c-core from saa7146 and av7110,Michael Hunold
changed mxb to (un)register the i2c adapter by itself
2002-12-19Necessary changes for static build.Michael Hunold
2002-12-19make 'standard' staticHolger Waechtler
2002-12-17Change the av7110 to use the new saa7146 core, necessary changesMichael Hunold
to the Makefile.
2002-12-09audio status patch by Honza Petrous <hop@unibase.cz>Holger Waechtler
2002-12-06 - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id)Holger Waechtler
- rename arm_mon thread to kdvb-av7110 - don't start high priority frontend thread before first tuning
2002-12-04call reparent_to_init() after daemonize ()Holger Waechtler
2002-11-08enable 2.4 compatibility stuff for all kernels before 2.5.0Holger Waechtler
2002-11-07don't tune to any default transponder anymore, don't set any default PIDsHolger Waechtler
2002-11-072.4 compatibility crapHolger Waechtler
2002-11-07use local include path, put all osd stuff into one placeHolger Waechtler
2002-10-17add "DVB: " prefix to kernel boot messagesHolger Waechtler
2002-10-17s/weißnichwas/durch_weißnichwas/gHolger Waechtler
2002-10-17s/generic_usercopy/video_usercopy/gHolger Waechtler
s/dvb_device_t/struct dvb_device/g
2002-10-17fix scripting errorsHolger Waechtler
2002-10-17 - more coding style paranoiaHolger Waechtler
2002-10-17C99 fixesHolger Waechtler
2002-10-16the 2.5 treeHolger Waechtler