kernel-ark/drivers/media/video/bt8xx
Mauro Carvalho Chehab 141276b57e V4L/DVB (4609): Improved i2c performance on software bitbang algoritm
Software I2C were using a very conservative value of udelay=16, meaning about
20Kbps. According with Philips I2C datasheet, the i2c should answer well for
times at the order of 4.7 us. So, using udelay=5 should work for all devices.
After this patch, the speed should be close to 66,67 Kbps, with the current
kernel software bitbang, with 30/60 duty cycle.
Anyway, added a new parameter (i2c_udelay) that would allow using conservative
values, if eventually a hardware doesn't support the datasheet values.
Thanks to Jean Delvare <khali@linux-fr.org> for pointing this improvement.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-09-26 12:30:35 -03:00
..
bt832.c V4L/DVB (3577): Cleanup audio input handling 2006-03-24 16:26:56 -03:00
bt832.h V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bt848.h V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bttv-cards.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 2006-06-30 15:39:30 -07:00
bttv-driver.c V4L/DVB (4499): CONFIG_PM=n slim: drivers/media/video/* 2006-09-26 12:30:32 -03:00
bttv-gpio.c V4L/DVB (4026): Bttv-gpio-irq is no longer used, remove it 2006-06-25 02:00:30 -03:00
bttv-i2c.c V4L/DVB (4609): Improved i2c performance on software bitbang algoritm 2006-09-26 12:30:35 -03:00
bttv-if.c V4L/DVB (3539): Move bttv fragments to bt8xx/ 2006-03-24 16:26:50 -03:00
bttv-input.c V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900. 2006-09-10 13:45:53 -03:00
bttv-risc.c V4L/DVB (3704): Fix some errors on bttv_risc_overlay 2006-05-12 19:54:35 -03:00
bttv-vbi.c V4L/DVB (4380): Bttv: Revert VBI_OFFSET to previous value, it works better 2006-07-29 17:22:39 -03:00
bttv.h V4L/DVB (4026): Bttv-gpio-irq is no longer used, remove it 2006-06-25 02:00:30 -03:00
bttvp.h typo fixes: aquire -> acquire 2006-06-30 18:23:04 +02:00
Kconfig V4L/DVB (4518): Allow manually selecting the proper helper drivers 2006-09-26 12:30:33 -03:00
Makefile V4L/DVB (3731): Kbuild: drivers/media/video/bt8xx: remove $(src) from include path 2006-05-12 19:54:40 -03:00