aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorCarlos Chinea <carlos.chinea@nokia.com>2010-04-29 06:19:06 -0400
committerCarlos Chinea <carlos.chinea@nokia.com>2012-01-05 08:42:13 -0500
commita4ac73a701288f633fbf2369ffaae4841aa295b3 (patch)
tree74b265c75843b38a3fa439a587429dbed6704666 /Documentation
parentf9e402016de91c2444e46ecfd706880969b1ae9e (diff)
HSI: Add HSI API documentation
Add an entry for HSI in the device-drivers section of the kernel documentation. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/device-drivers.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index b638e50cf8f..5f70f734e8b 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -437,4 +437,21 @@ X!Idrivers/video/console/fonts.c
437!Edrivers/i2c/i2c-core.c 437!Edrivers/i2c/i2c-core.c
438 </chapter> 438 </chapter>
439 439
440 <chapter id="hsi">
441 <title>High Speed Synchronous Serial Interface (HSI)</title>
442
443 <para>
444 High Speed Synchronous Serial Interface (HSI) is a
445 serial interface mainly used for connecting application
446 engines (APE) with cellular modem engines (CMT) in cellular
447 handsets.
448
449 HSI provides multiplexing for up to 16 logical channels,
450 low-latency and full duplex communication.
451 </para>
452
453!Iinclude/linux/hsi/hsi.h
454!Edrivers/hsi/hsi.c
455 </chapter>
456
440</book> 457</book>