From owner-svn-doc-head@FreeBSD.ORG Wed Jul 10 08:13:58 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFA37970; Wed, 10 Jul 2013 08:13:58 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 97E2F1AF2; Wed, 10 Jul 2013 08:13:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6A8DwIk049725; Wed, 10 Jul 2013 08:13:58 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6A8Dw7u049724; Wed, 10 Jul 2013 08:13:58 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201307100813.r6A8Dw7u049724@svn.freebsd.org> From: Gabor Pali Date: Wed, 10 Jul 2013 08:13:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42231 - 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: Wed, 10 Jul 2013 08:13:58 -0000 Author: pgj Date: Wed Jul 10 08:13:58 2013 New Revision: 42231 URL: http://svnweb.freebsd.org/changeset/doc/42231 Log: - Add a Q2 report entry on the SDIO driver Submitted by: Ilya Bakulin Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 00:18:49 2013 (r42230) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Wed Jul 10 08:13:58 2013 (r42231) @@ -18,7 +18,7 @@

Thanks to all the reporters for the excellent work! This report - contains 32 entries and we hope you enjoy reading it.

+ contains 33 entries and we hope you enjoy reading it.

The deadline for submissions covering between July and September 2013 @@ -1842,4 +1842,49 @@ functionality through pkg(8). + + + SDIO Driver + + + + + Ilya + Bakulin + + ilya@bakulin.de + + + + + SDIO project page on the &os; wiki + Source code + + + +

The driver is implemented as an extension to the existing MMC + bus, adding a lot of new SDIO-specific bus methods. Getting + information about the card works, including querying all the + supported I/O functions. Simple byte transfers and multi-byte + reads work.

+ +

A prototype of the driver for Marvell SDIO WLAN/BT module is + also being developed, using the existing Linux driver as a + reference.

+ + + + Extend MMC bus interface with more SDIO-specific bus methods + to allow child drivers to perform multi-byte in/out + transfers. + + Write firmware loading code for the prototype of the WLAN + driver. Further work on the WLAN driver should probably be done + as a separate project. + + Implement detach path. It has not been tested yet because + the DreamPlug hardware available does not have an external + SDIO-capable slot. + +