summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-i2c.c
AgeCommit message (Collapse)Author
2005-08-20 * bttv-i2c.c:Michael Krufky
- added i2c address for lgdt330x. * tuner.h: - i2c-core.c uses hexadecimal for the i2c address, so we should stay consistent. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-05 Rename tuner structures fields. Move MD detection hack toNickolay V. Shmyrev
saa7134-cards.c
2005-07-03 * bttv-i2c.c, cx88-i2c.c, saa7134-i2c.c:Mauro Carvalho Chehab
- I2C cleanups. Now, all drivers uses the same basic structure. * cx88-video.c: - Duplicated code commented. Should be removed soon. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-02 * bttv-cards.c, bttv-i2c.c:Michael Krufky
* saa7134-cards.c, saa7134-core.c: * tuner-core.c: - Strip whitespace. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-02 * bttv-cards.c, bttv-i2c.c, cx88-i2c.c, cx88-video.c:Nickolay V. Shmyrev
* saa7134-cards.c, saa7134-core.c, saa7134-i2c.c: * tuner-core.c, tuner.h: Rename v4l2_tuner field in tun_addr structure. Cleanup tuner private calls.
2005-06-10 - Syncrhronized with linux-2.6.12-rc6-mm1.Mauro Carvalho Chehab
- Should compile cleanly with linux-2.6.11 also. make snapshot improved.
2005-05-24- bttv: fix i2c oops.Gerd Knorr
2005-05-22Large changes. Mostly merged patches from mm kernel branch and 2.6.12-rc4.Nickolay V. Shmyrev
Update entries for Lifiview Platinum FM and Avermedia cards
2005-02-16- drop unused+obsolete i2c_info code.Gerd Knorr
- fix use-after-free bug in bttv-gpio.
2004-12-14- switch over to tveeprom for hauppauge card config.Gerd Knorr
2004-12-10- add moduleparam.h include to many files.Gerd Knorr
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff.
2004-11-19- misc cleanups.Gerd Knorr
- blackbird + empress updates.
2004-11-17- misc minor cleanups and card-specific fixes.Gerd Knorr
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
- move more modules to new-style insmod options.
2004-10-27- drop some old, obsolete code.Gerd Knorr
- misc fixes.
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-10-06- bttv: irq fixes.Gerd Knorr
- add i2c scans.
2004-10-05- misc build fixes.Gerd Knorr
- start switching over msp34xx to v4l2.
2004-09-22- misc sleep cleanups.Gerd Knorr
2004-09-16- bttv: take care that i2c adapter class is set correctly.Gerd Knorr
2004-09-15- added a bunch of $Id$ tags.Gerd Knorr
2004-08-17- bttv: two new cards by Andre SchwarzGerd Knorr
- bttv: i2c-hw bugfix.
2004-07-22- saa7134 build fix.Gerd Knorr
- bttv i2c attach/detach hook for subdrivers.
2004-06-08- update i2c stuff for the changes in upcoming 2.6.7Gerd Knorr
2004-03-31- make bttv hw i2c configurable per card, enable for twinhan dst.Gerd Knorr
2004-02-22Initial revisionGerd Knorr