From patchwork Fri May 7 15:18:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Chinea X-Patchwork-Id: 97745 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o47FHhfY016375 for ; Fri, 7 May 2010 15:18:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755955Ab0EGPQ2 (ORCPT ); Fri, 7 May 2010 11:16:28 -0400 Received: from smtp.nokia.com ([192.100.122.233]:49554 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755652Ab0EGPQ0 (ORCPT ); Fri, 7 May 2010 11:16:26 -0400 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o47FGAVA015565; Fri, 7 May 2010 18:16:24 +0300 Received: from vaebh104.NOE.Nokia.com ([10.160.244.30]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 May 2010 18:16:02 +0300 Received: from mgw-da01.ext.nokia.com ([147.243.128.24]) by vaebh104.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 May 2010 18:15:53 +0300 Received: from localhost.localdomain (esdhcp0399.research.nokia.com [172.21.39.9]) by mgw-da01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o47FFg4N019001; Fri, 7 May 2010 18:15:51 +0300 From: Carlos Chinea To: linux-kernel@vger.kernel.org Cc: linux-omap@vger.kernel.org Subject: [RFC PATCHv2 6/7] HSI: Add HSI API documentation Date: Fri, 7 May 2010 18:18:36 +0300 Message-Id: <1273245517-30712-7-git-send-email-carlos.chinea@nokia.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1273245517-30712-1-git-send-email-carlos.chinea@nokia.com> References: <1273245517-30712-1-git-send-email-carlos.chinea@nokia.com> X-OriginalArrivalTime: 07 May 2010 15:15:54.0187 (UTC) FILETIME=[2FB9F9B0:01CAEDF8] X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 07 May 2010 15:18:19 +0000 (UTC) diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index 1b2dd4f..92b763b 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -428,4 +428,21 @@ X!Idrivers/video/console/fonts.c !Edrivers/i2c/i2c-core.c + + High Speed Synchronous Serial Interface (HSI) + + + High Speed Synchronous Serial Interface (HSI) is a + serial interface mainly used for connecting application + engines (APE) with cellular modem engines (CMT) in cellular + handsets. + + HSI provides multiplexing for up to 16 logical channels, + low-latency and full duplex communication. + + +!Iinclude/linux/hsi/hsi.h +!Edrivers/hsi/hsi.c + +