Hi guys ! I'm working on adding support for Nokia HSPA modems to OMAP. Please consider integrating the following patch set into the linux-omap tree. The patch set implements a generic device driver for the OMAP Synchronous Serial Interface. The Synchronous Serial Interface (SSI) is a high speed communication interface that is used for connecting OMAP to a cellular modem engine. The patch set is based on linux-omap 2.6.27-rc6. Any comments will be appreciated. Br, Carlos Documentation/arm/OMAP/ssi/board-ssi.c.example | 216 +++++++ Documentation/arm/OMAP/ssi/ssi | 233 +++++++ arch/arm/plat-omap/include/mach/ssi/ssi_gdd_reg.h | 145 ++++ arch/arm/plat-omap/include/mach/ssi/ssi_reg_common.h | 73 ++ arch/arm/plat-omap/include/mach/ssi/ssi_ssr_reg.h | 56 + arch/arm/plat-omap/include/mach/ssi/ssi_sst_reg.h | 65 ++ arch/arm/plat-omap/include/mach/ssi/ssi_sys_reg.h | 108 +++ drivers/misc/Kconfig | 2 drivers/misc/Makefile | 2 drivers/misc/ssi/Kconfig | 20 drivers/misc/ssi/Makefile | 11 drivers/misc/ssi/ssi_driver.c | 572 +++++++++++++++++++ drivers/misc/ssi/ssi_driver.h | 228 +++++++ drivers/misc/ssi/ssi_driver_bus.c | 218 +++++++ drivers/misc/ssi/ssi_driver_dma.c | 461 +++++++++++++++ drivers/misc/ssi/ssi_driver_if.c | 374 ++++++++++++ drivers/misc/ssi/ssi_driver_int.c | 296 +++++++++ include/linux/ssi_driver_if.h | 138 ++++ 18 files changed, 3213 insertions(+), 5 deletions(-) -- 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