Difference between revisions of "MUSB"
From eLinux.org
(→MUSB PENDING PATCHES) |
(→MUSB PENDING PATCHES) |
||
| Line 5: | Line 5: | ||
= MUSB PENDING PATCHES = | = MUSB PENDING PATCHES = | ||
== Bug fix patches for v2.6.35 == | == Bug fix patches for v2.6.35 == | ||
| + | === Acked by Felipe === | ||
| + | === 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] | ||
| + | * USB: musb: suppress warning about unused flags [http://marc.info/?l=linux-usb&m=127677127809281&w=2] | ||
| + | * usb: musb: use correct register widths in register dumps [http://marc.info/?l=linux-usb&m=127730323022860&w=2] | ||
| + | * | ||
== New feature patches for v2.6.36 == | == New feature patches for v2.6.36 == | ||
| + | === Acked by Felipe === | ||
| + | * musb: Kill board specific pinmux from driver file [http://marc.info/?l=linux-omap&m=127677126009231&w=2] | ||
| + | === 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:22, 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
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]