On Wed, Jun 28, 2006 at 09:07:50AM +0200, Domen Puncer wrote: > This is a port of Jordan Crouse's SPI patch to the SPI layer. > Board definitions are only for dbau1200, flash should work with > in-kernel driver. If someone wants the simple tmp121 driver, > i can send it. > > Hopefully someone finds this useful. > > Signed-off-by: Domen Puncer <domen.puncer@xxxxxxxx> As for the arch/mips bits: Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> About 90% of this patch are SPI specific, so please feed this patch though the SPI maintainer: SPI SUBSYSTEM P: David Brownell M: dbrownell@xxxxxxxxxxxxxxxxxxxxx L: spi-devel-general@xxxxxxxxxxxxxxxxxxxxx S: Maintained One thing I noticed at a glance is the use of the sysv compatibility types, notably uint. Please don't use them in new code. Ralf