This patch set implements the spi100k driver we use in the linwizard and wing-linux projects. This SPI driver is used for many omap7xx devices, particularly omap850 HTC smartphones. The first patch is directed at the SPI subsystem mailing list primarily for review. The other two are directed primarily at linux-omap for review. All three are sent to both to preserve complete context for all to see. Cory Maccarrone (3): [SPI] [OMAP] Add OMAP spi100k driver [OMAP] Add spi100k configuration to OMAP1 [OMAP] Add OMAP 7xx pin muxes for SPI arch/arm/mach-omap1/clock.c | 4 + arch/arm/mach-omap1/devices.c | 70 ++++ arch/arm/mach-omap1/mux.c | 8 + arch/arm/plat-omap/include/plat/mux.h | 8 + arch/arm/plat-omap/include/plat/omap7xx.h | 3 + arch/arm/plat-omap/include/plat/spi100k.h | 15 + drivers/spi/Kconfig | 6 + drivers/spi/Makefile | 1 + drivers/spi/omap_spi_100k.c | 642 +++++++++++++++++++++++++++++ 9 files changed, 757 insertions(+), 0 deletions(-) create mode 100644 arch/arm/plat-omap/include/plat/spi100k.h create mode 100644 drivers/spi/omap_spi_100k.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html