summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-05-04HSI: Introduce Nokia N900 modem driverSebastian Reichel1-0/+1
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>
2014-05-04HSI: Introduce driver for SSI ProtocolSebastian Reichel1-1/+2
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
2012-01-05HSI: hsi_char: Add HSI char device kernel configurationAndras Domokos1-0/+5
Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos@nokia.com> Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>