From 33dd0f1a76ae8a8abe5061fc18cdc609d14a4fff Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Tue, 27 Sep 2011 18:39:24 +0530 Subject: mfd/cg2900: Support HCI Raw Channel. Add support for HCI Raw channel so that CG2900 can be accessed directly from user space. ST-Ericsson Linux next: Not tested, ER351170 ST-Ericsson ID: 351170 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: If8a2455be32f0eb99f7c0bc7a5cf0e09270fa6af Signed-off-by: Hemant Gupta Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32206 Reviewed-by: Henrik POSSUNG Reviewed-by: Par-Gunnar HJALMDAHL --- Documentation/DocBook/cg2900.tmpl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'Documentation') diff --git a/Documentation/DocBook/cg2900.tmpl b/Documentation/DocBook/cg2900.tmpl index 318bb8e7d2e..34667f1b1d9 100644 --- a/Documentation/DocBook/cg2900.tmpl +++ b/Documentation/DocBook/cg2900.tmpl @@ -1268,6 +1268,24 @@ + + HCI Raw + + + + File + /dev/cg2900_hci_raw + + + Description + + The cg2900_hci_raw is the device for raw access to HCI interface. + + + + + + @@ -1297,6 +1315,24 @@ + + HCI Raw channel requires exclusive access to chip. + + + cg2900_hci_raw channel cannot be opened if there are any other channels already opened except hci_logger channel. + Also any other channels cannot be opened except hci_logger channel when cg2900_hci_raw is already opened. + This is to guarantee that different users won't interfere with each other and prevent flow control issues. + + + + + -- cgit v1.2.3