On Tue, Aug 10, 2010 at 08:02:26PM +0900, Masayuki Ohtak wrote: > SPI driver of Topcliff PCH > > Topcliff PCH is the platform controller hub that is going to be used in > Intel's upcoming general embedded platform. All IO peripherals in > Topcliff PCH are actually devices sitting on AMBA bus. > Topcliff PCH has SPI I/F. Using this I/F, it is able to access system > devices connected to SPI. > > Signed-off-by: Masayuki Ohtake <[email protected]> > --- > drivers/spi/Kconfig | 26 + > drivers/spi/Makefile | 4 + > drivers/spi/pch_spi.h | 177 +++ > drivers/spi/pch_spi_main.c | 1823 > ++++++++++++++++++++++++++++++++ > drivers/spi/pch_spi_platform_devices.c | 56 +
Any reason why you didn't run this by the Linux kernel SPI maintainers and developers? Please use the scripts/get_maintainer.pl script to find the proper people if you don't want to look in the MAINTAINERS file to find them that way. thanks, greg k-h _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
