Difference between revisions of "MUSB"
From eLinux.org
(→MUSB PENDING PATCHES) |
(→MUSB PENDING PATCHES) |
||
| Line 6: | Line 6: | ||
== Bug fix patches for v2.6.35 == | == Bug fix patches for v2.6.35 == | ||
=== Acked by Felipe === | === Acked by Felipe === | ||
| − | + | * None | |
=== Review in progress === | === Review in progress === | ||
* musb: fix compilation warning in host only mode [http://marc.info/?l=linux-usb&m=127677128409293&w=2] | * musb: fix compilation warning in host only mode [http://marc.info/?l=linux-usb&m=127677128409293&w=2] | ||
| Line 15: | Line 15: | ||
== New feature patches for v2.6.36 == | == New feature patches for v2.6.36 == | ||
=== Acked by Felipe === | === Acked by Felipe === | ||
| − | + | * musb: Kill board specific pinmux from driver file [http://marc.info/?l=linux-omap&m=127677126009231&w=2] | |
=== Review in progress === | === Review in progress === | ||
| − | + | * AM35x: Add musb support [http://marc.info/?l=linux-usb&m=127805390023723&w=2] | |
| − | + | * musb: add musb support for AM35x [http://marc.info/?l=linux-usb&m=127805389623709&w=2] | |
| − | + | * musb: AM35x: Workaround for fifo read issue [http://marc.info/?l=linux-usb&m=127805389923716&w=2] | |
| − | + | * usb: musb: Update FIFO mode_5_cfg to accomodate 4K [http://marc.info/?l=linux-usb&m=127296373901418&w=2] | |
| − | + | * musb: remove extra blank and border lines [http://marc.info/?l=linux-usb&m=127393201101366&w=2] | |
| − | + | * OMAP3: musb: add neednop flag to fix nop modular issue [http://marc.info/?l=linux-usb&m=127494391012295&w=2] | |
| − | + | * musb: populate board_data within musb structure [http://marc.info/?l=linux-usb&m=127494392012327&w=2] | |
| − | + | * usb: musb: do not override DMA mode in channel program [http://marc.info/?l=linux-usb&m=127730322622851&w=2] | |
Revision as of 07:29, 2 July 2010
Contents |
MUSBMHDRC DRD OTG Controller
The MUSBMHDRC DRD OTG Controller (from now on referred to as MUSB is a Dual-Role OTG IP Core used in several SoC implementations. At the time of this writing at least OMAP, DaVinci and Blackfins integrate that IP Core in the SoC and a discrete version of it is supplied by Texas Instruments as the tusb6010 ASIC.
MUSB PENDING PATCHES
Bug fix patches for v2.6.35
Acked by Felipe
* None
Review in progress
* musb: fix compilation warning in host only mode [1] * USB: musb: suppress warning about unused flags [2] * usb: musb: use correct register widths in register dumps [3] *
New feature patches for v2.6.36
Acked by Felipe
* musb: Kill board specific pinmux from driver file [4]
Review in progress
* AM35x: Add musb support [5] * musb: add musb support for AM35x [6] * musb: AM35x: Workaround for fifo read issue [7] * usb: musb: Update FIFO mode_5_cfg to accomodate 4K [8] * musb: remove extra blank and border lines [9] * OMAP3: musb: add neednop flag to fix nop modular issue [10] * musb: populate board_data within musb structure [11] * usb: musb: do not override DMA mode in channel program [12]