diff options
author | Sebastian Reichel <sre@kernel.org> | 2013-12-15 23:38:58 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-05-16 00:54:51 +0200 |
commit | b209e047bc743247f74ce79e8827ae1ed556bae0 (patch) | |
tree | c12e55da83c2ce9a73d8ed22f46bd3c25ab051d6 /drivers/hsi/Makefile | |
parent | a2aa24734d9dbbd3b9062c2459936c336278fa6a (diff) | |
download | op-kernel-dev-b209e047bc743247f74ce79e8827ae1ed556bae0.zip op-kernel-dev-b209e047bc743247f74ce79e8827ae1ed556bae0.tar.gz |
HSI: Introduce OMAP SSI driver
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 <carlos.chinea@nokia.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Diffstat (limited to 'drivers/hsi/Makefile')
-rw-r--r-- | drivers/hsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hsi/Makefile b/drivers/hsi/Makefile index 9d5d33f..360371e 100644 --- a/drivers/hsi/Makefile +++ b/drivers/hsi/Makefile @@ -3,4 +3,5 @@ # obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o obj-$(CONFIG_HSI) += hsi.o +obj-y += controllers/ obj-y += clients/ |