From owner-svn-doc-head@FreeBSD.ORG Sun Oct 6 19:21:14 2013
Return-Path:
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTP id 34F49818;
Sun, 6 Oct 2013 19:21:14 +0000 (UTC) (envelope-from pgj@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by mx1.freebsd.org (Postfix) with ESMTPS id 1536B2B25;
Sun, 6 Oct 2013 19:21:14 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96JLD4F050208;
Sun, 6 Oct 2013 19:21:13 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96JLDA7050207;
Sun, 6 Oct 2013 19:21:13 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201310061921.r96JLDA7050207@svn.freebsd.org>
From: Gabor Pali
Date: Sun, 6 Oct 2013 19:21:13 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r42867 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 06 Oct 2013 19:21:14 -0000
Author: pgj
Date: Sun Oct 6 19:21:13 2013
New Revision: 42867
URL: http://svnweb.freebsd.org/changeset/doc/42867
Log:
- Add Q3 report on the SDIO driver
Submitted by: Ilya Bakulin
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Sun Oct 6 19:08:44 2013 (r42866)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Sun Oct 6 19:21:13 2013 (r42867)
@@ -19,7 +19,7 @@
Thanks to all the reporters for the excellent work! This report
- contains 16 entries and we hope you enjoy reading it.
+ contains 17 entries and we hope you enjoy reading it.
The deadline for submissions covering between October and
@@ -846,4 +846,55 @@
Improve performance.
+
+
+ SDIO Driver
+
+
+
+
+ Ilya
+ Bakulin
+
+ ilya@bakulin.de
+
+
+
+
+ SDIO Project Page
+ Source Code
+
+
+
+ SDIO is an interface designed as an extension for the existing
+ SD card standard, to allow connecting different peripherals to
+ the host with the standard SD controller. Peripherals currently
+ sold at the general market include WLAN/BT modules, cameras,
+ fingerprint readers, barcode scanners. The driver is
+ implemented as an extension to the existing MMC bus, adding a
+ lot of new SDIO-specific bus methods. A prototype of the driver
+ for Marvell SDIO WLAN/BT (Avastar 88W8787) module is also being
+ developed, using the existing Linux driver as the reference.
+
+ SDIO card detection and initialization already work, most
+ needed bus methods are implemented and tested. There is an
+ ongoing work to design a good locking model for the stack. WiFi
+ driver is able to load a firmware onto the card and initialize
+ it.
+
+
+
+ SDIO stack: Design a locking model, define how the
+ interrupts should be processed (on SDIO controller level, MMC
+ stack level and by child drivers).
+
+ Marvell SDIO WiFi: connect to the &os; network stack, write
+ the code to implement required functions (such as sending and
+ receiving data, network scanning, and so on).
+
+ Implement detach path. It cannot be tested on the DreamPlug
+ used for development, because it does not have an external
+ SDIO-capable slot.
+
+