Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HSI: Introduce Nokia N900 modem driver | Sebastian Reichel | 2014-05-16 | 1 | -0/+57 |
| | | | | | | | | | | | | | | 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: DT: omap-ssi binding documentation | Sebastian Reichel | 2014-05-16 | 1 | -0/+97 |
| | | | | | | | | Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel <sre@kernel.org> Reviewed-by: Pavel Machek <pavel@ucw.cz> | ||||
* | HSI: Add common DT binding for HSI client devices | Sebastian Reichel | 2014-05-16 | 1 | -0/+44 |
Implement and document generic DT bindings for HSI clients. 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> |