HSI: Introduce Nokia N900 modem driver
authorSebastian Reichel <sre@kernel.org>
Fri, 28 Mar 2014 19:19:44 +0000 (20:19 +0100)
committerSebastian Reichel <sre@kernel.org>
Thu, 15 May 2014 22:55:42 +0000 (00:55 +0200)
commiteafaebd987fcd001e2c123c050939a29c625d673
tree6a338f0347a08029c04963d89f8f71de408eaf12
parentdc7bf5d7186849aa36b9f0e42e250a813a7b0bdb
HSI: Introduce Nokia N900 modem driver

The Nokia N900's modem is connected via Synchronous Serial Interface (SSI),
which is a legacy version of MIPI's High-speed Synchronous Serial Interface
(HSI).

The handles the GPIOs for enabling and resetting the modem and instanciates
ssi-protocol for data exchange. It does not yet support exchanging voice data
with the modem.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Documentation/devicetree/bindings/hsi/nokia-modem.txt [new file with mode: 0644]
drivers/hsi/clients/Kconfig
drivers/hsi/clients/Makefile
drivers/hsi/clients/nokia-modem.c [new file with mode: 0644]