musb / am335x / dsps fixes for usb-next

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 67e51ec4ed09482b53a81fb33df81a2d5a15aa2f:

  uwb: Staticize local symbols (2013-08-19 17:08:16 -0700)

are available in the git repository at:

  git://breakpoint.cc/bigeasy/linux tags/am335x-usb

for you to fetch changes up to aa020e604f45fcbe210ba39e31034e4c5c0448db:

  dma: cpp41: enable pm_runtime during init (2013-08-20 17:40:09 +0200)

----------------------------------------------------------------
A collection of musb/dsps/cppi41 fixes:
- two musb fixes
  - check return value of dma_map_single()
  - do not remove HCD in peripheral-only mode
- a few am335x/dsps fixes
  - typo in .dts (missing separator in reg-names property)
  - update the binding document for am335x's USB binding and then update
    code based on the feedback from the binding document update.
  - use the second port on -evm and beagle bone in host mode only. The
    port is wired in host-only mode and the workaround ensures that it
    the device will be recognized after re-plug.
  - a fix which avoids warnings in host mode and with pm_runtime enabled
  - compile fixes with CONFIG_BUG=n (and cppi41)
- cppi41
  - get it to work with pm_runtime enabled.

Those fixes are for things in usb-next branch. Usually I would push this
via Felipe but he is not responding as he is settling right now.
In theory we could postpone this and wait for Felipe to pick this up for
v3.12-rc2.

----------------------------------------------------------------
Sebastian Andrzej Siewior (11):
      usb: musb: honour the return value of dma_map_single()
      usb: musb: only remove host/udc if it has been added
      usb: musb: dsps fix the typo in reg-names of the dma node
      usb: usb: dsps: update device tree bindings
      usb: usb: dsps: update code according to the binding document
      usb: musb: dsps: do not set is_active on the first drvbus interrupt
      usb: musb: am335x-evm: Do not remove the session bit HOST-only mode
      usb: musb: am335x: add second port to beagle bone
      usb: phy: am335x-control: make it compile with CONFIG_BUG=n
      dma: cpp41: make it compile with CONFIG_BUG=n
      dma: cpp41: enable pm_runtime during init

 .../devicetree/bindings/usb/am33xx-usb.txt         | 222 ++++++++++++++++++---
 arch/arm/boot/dts/am335x-bone.dts                  |  15 +-
 arch/arm/boot/dts/am335x-evm.dts                   |   7 +-
 arch/arm/boot/dts/am335x-evmsk.dts                 |   2 +-
 arch/arm/boot/dts/am33xx.dtsi                      |  69 +++----
 drivers/dma/cppi41.c                               |  13 +-
 drivers/usb/musb/musb_dsps.c                       |  57 ++++--
 drivers/usb/musb/musb_gadget.c                     |  12 +-
 drivers/usb/musb/musb_host.c                       |   2 +
 drivers/usb/phy/phy-am335x-control.c               |   4 +-
 10 files changed, 303 insertions(+), 100 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux