On Sat, Apr 05, 2008 at 10:16:21PM +0400, Sergei Shtylyov wrote: > 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@xxxxxxxxxxxxx> > > --- > I'm not sure thru which tree this should go -- probably thru Linux/MIPS one... Looks ok, so I'll send it to Linus. Ralf