- Add a Q2 report entry on the SDIO driver
Submitted by: Ilya Bakulin <Ilya@bakulin.de>
This commit is contained in:
parent
a55ba6f9fc
commit
3c3e2265bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42231
1 changed files with 46 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- XXX: keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 32 entries and we hope you enjoy reading it.</p>
|
||||
contains 33 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<!-- XXX: set date for the next set of submissions -->
|
||||
<p>The deadline for submissions covering between July and September 2013
|
||||
|
@ -1842,4 +1842,49 @@ functionality through <tt>pkg(8)</tt>.</task>
|
|||
testing is announced.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>SDIO Driver</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Ilya</given>
|
||||
<common>Bakulin</common>
|
||||
</name>
|
||||
<email>ilya@bakulin.de</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://wiki.freebsd.org/SDIO">SDIO project page on the &os; wiki</url>
|
||||
<url href="https://github.com/kibab/freebsd/tree/kibab-dplug">Source code</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>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.</p>
|
||||
|
||||
<p>A prototype of the driver for Marvell SDIO WLAN/BT module is
|
||||
also being developed, using the existing Linux driver as a
|
||||
reference.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Extend MMC bus interface with more SDIO-specific bus methods
|
||||
to allow child drivers to perform multi-byte in/out
|
||||
transfers.</task>
|
||||
|
||||
<task>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.</task>
|
||||
|
||||
<task>Implement detach path. It has not been tested yet because
|
||||
the DreamPlug hardware available does not have an external
|
||||
SDIO-capable slot.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue