diff options
Diffstat (limited to 'Documentation/DocBook/device-drivers.tmpl')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index b638e50cf8f6..5f70f734e8b4 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> |