+2
−0
+1
−0
drivers/hsi/Kconfig
0 → 100644
+17
−0
drivers/hsi/Makefile
0 → 100644
+5
−0
drivers/hsi/hsi.c
0 → 100644
+494
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>