linux/drivers/i2c
Sergei Shtylyov 8e07c2c6af [MIPS] Alchemy: SMBus resource fix
The Alchemy platform code registers the SMBus device using the virtual
address of its registers instead of the physical one -- fix this, taking
into account that actually the whole megabyte is decoded by any of the
programmable serial controllers (one of which is SMBus), and that all the
Alchemy peripherals are directly mappable into KSEG1 kernel space and
therefore ioremap() call would just boil down to CKSEG1ADDR() invocation.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-05-12 16:46:50 +01:00
..
algos
busses [MIPS] Alchemy: SMBus resource fix 2008-05-12 16:46:50 +01:00
chips
Kconfig
Makefile
i2c-boardinfo.c
i2c-core.c i2c: Match dummy devices by type 2008-05-11 20:37:06 +02:00
i2c-core.h
i2c-dev.c