HSI: hsi: Introducing HSI framework
authorCarlos Chinea <carlos.chinea@nokia.com>
Fri, 16 Apr 2010 16:01:02 +0000 (19:01 +0300)
committerCarlos Chinea <carlos.chinea@nokia.com>
Thu, 5 Jan 2012 13:42:13 +0000 (15:42 +0200)
commita056ab8c7a00a0ffc52e9573bf01257004c2d08c
treec5ef0df1efcbbe03469257f2cfb4be1fb05809f1
parent805a6af8dba5dfdd35ec35dc52ec0122400b2610
HSI: hsi: Introducing HSI framework

Adds HSI framework in to the linux kernel.

High Speed Synchronous Serial Interface (HSI) is a
serial interface mainly used for connecting application
engines (APE) with cellular modem engines (CMT) in cellular
handsets.

HSI provides multiplexing for up to 16 logical channels,
low-latency and full duplex communication.

Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/Kconfig
drivers/Makefile
drivers/hsi/Kconfig [new file with mode: 0644]
drivers/hsi/Makefile [new file with mode: 0644]
drivers/hsi/hsi.c [new file with mode: 0644]
drivers/hsi/hsi_boardinfo.c [new file with mode: 0644]
drivers/hsi/hsi_core.h [new file with mode: 0644]
include/linux/hsi/hsi.h [new file with mode: 0644]