21 May, 2019
1 commit
-
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:GPL-2.0-only
Signed-off-by: Thomas Gleixner
Signed-off-by: Greg Kroah-Hartman
16 May, 2014
1 commit
-
Add OMAP SSI driver to the HSI subsystem.
The Synchronous Serial Interface (SSI) is a legacy version
of HSI. As in the case of HSI, it is mainly used to connect
Application engines (APE) with cellular modem engines (CMT)
in cellular handsets.It provides a multichannel, full-duplex, multi-core communication
with no reference clock. The OMAP SSI block is capable of reaching
speeds of 110 Mbit/s.Signed-off-by: Carlos Chinea
Signed-off-by: Sebastian Reichel
Tested-By: Ivaylo Dimitrov
05 Jan, 2012
2 commits
-
Add HSI character device kernel configuration
Signed-off-by: Andras Domokos
Signed-off-by: Carlos Chinea -
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
Acked-by: Linus Walleij