]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 27 Oct 2011 08:08:25 +0000 (11:08 +0300)
commit747d963ac629d63d15428bcd2adc6639857b5aac
tree758938ecd691282794ccd0d010b9a76be1a91321
parent2efd7c0fdcbe041173e248ccc2d9c91df7f84ce5
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]