-
- Downloads
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>
Showing
- drivers/hsi/Kconfig 1 addition, 0 deletionsdrivers/hsi/Kconfig
- drivers/hsi/Makefile 1 addition, 0 deletionsdrivers/hsi/Makefile
- drivers/hsi/controllers/Kconfig 19 additions, 0 deletionsdrivers/hsi/controllers/Kconfig
- drivers/hsi/controllers/Makefile 6 additions, 0 deletionsdrivers/hsi/controllers/Makefile
- drivers/hsi/controllers/omap_ssi.c 625 additions, 0 deletionsdrivers/hsi/controllers/omap_ssi.c
- drivers/hsi/controllers/omap_ssi.h 166 additions, 0 deletionsdrivers/hsi/controllers/omap_ssi.h
- drivers/hsi/controllers/omap_ssi_port.c 1399 additions, 0 deletionsdrivers/hsi/controllers/omap_ssi_port.c
- drivers/hsi/controllers/omap_ssi_regs.h 171 additions, 0 deletionsdrivers/hsi/controllers/omap_ssi_regs.h
Loading
Please register or sign in to comment