Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Ben Hutchings and committed by
Jeff Garzik
62c78329 37b5a603

+1 -1
+1 -1
drivers/net/sfc/falcon.c
··· 222 222 .setscl = falcon_setscl, 223 223 .getsda = falcon_getsda, 224 224 .getscl = falcon_getscl, 225 - .udelay = 100, 225 + .udelay = 5, 226 226 /* 227 227 * This is the number of system clock ticks after which 228 228 * i2c-algo-bit gives up waiting for SCL to become high.