mbox

[GIT,PULL] USB fixes for v4.3-rc3

Message ID 1442865108-3670-1-git-send-email-balbi@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.3-rc3

Message

Felipe Balbi Sept. 21, 2015, 7:51 p.m. UTC
Hi Greg,

Here's another pull request for the current -rc cycle. It's based off of
greg/usb-linus for this cycle because the previous pull request hasn't
reached v4.3-rc2.

This time I couldn't boot test all patches (specially the one fix on dwc3)
because of being at linaro connect right now, but they're all safe enough
to apply.

Let me know if want anything to be changed.

ps: I think you're around too ?? I'll come say hi at some point.

cheers

The following changes since commit 762982db33b23029e98c844611e2e8beeb75bc0d:

  usb: phy: phy-generic: Fix reset behaviour on legacy boot (2015-09-14 10:15:08 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.3-rc3

for you to fetch changes up to a66c275b3d5d8467d770dabd30927f5d5e857294:

  usb: dwc3: gadget: Fix BUG in RT config (2015-09-21 14:42:36 -0500)

----------------------------------------------------------------
usb: fixes for v4.3-rc3

Here's the second pull request for current -rc cycle.

A few fixes on dummy_hcd which have been around for
longer than they should be.

MUSB got a couple fixes, the most important of which
is a fix to DMA channel teardown on AM335x devices.

And DWC3 got a minor fix for when using RT-enabled
kernels.

----------------------------------------------------------------
Bin Liu (2):
      usb: musb: dsps: fix polling in device-only mode
      usb: musb: fix cppi channel teardown for isoch transfer

Igor Kotrasinski (4):
      usb: gadget: dummy_hcd: emulate sending zlp in packet logic
      usb: gadget: dummy_hcd: fix unneeded else-if condition
      usb: gadget: dummy_hcd: fix rescan logic for transfer
      usb: gadget: dummy_hcd: in transfer(), return data sent, not limit

Javier Martinez Canillas (1):
      usb: phy: isp1301: Export I2C module alias information

Julia Lawall (1):
      usb: gadget: drop null test before destroy functions

Roger Quadros (1):
      usb: dwc3: gadget: Fix BUG in RT config

Sylvain Rochet (1):
      usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding

 drivers/usb/dwc3/gadget.c               |  4 ---
 drivers/usb/gadget/udc/atmel_usba_udc.c | 11 ++++++++
 drivers/usb/gadget/udc/bdc/bdc_core.c   |  3 +--
 drivers/usb/gadget/udc/dummy_hcd.c      | 46 +++++++++++++++++++++------------
 drivers/usb/gadget/udc/gr_udc.c         |  3 +--
 drivers/usb/gadget/udc/mv_u3d_core.c    |  3 +--
 drivers/usb/gadget/udc/mv_udc_core.c    |  3 +--
 drivers/usb/musb/musb_cppi41.c          |  3 +++
 drivers/usb/musb/musb_dsps.c            |  7 +++--
 drivers/usb/phy/phy-isp1301.c           |  1 +
 10 files changed, 54 insertions(+), 30 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Comments

Greg KH Sept. 22, 2015, 5:44 a.m. UTC | #1
On Mon, Sep 21, 2015 at 02:51:48PM -0500, Felipe Balbi wrote:
> Hi Greg,
> 
> Here's another pull request for the current -rc cycle. It's based off of
> greg/usb-linus for this cycle because the previous pull request hasn't
> reached v4.3-rc2.
> 
> This time I couldn't boot test all patches (specially the one fix on dwc3)
> because of being at linaro connect right now, but they're all safe enough
> to apply.
> 
> Let me know if want anything to be changed.
> 
> ps: I think you're around too ?? I'll come say hi at some point.
> 
> cheers
> 
> The following changes since commit 762982db33b23029e98c844611e2e8beeb75bc0d:
> 
>   usb: phy: phy-generic: Fix reset behaviour on legacy boot (2015-09-14 10:15:08 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.3-rc3

Pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/