Re: [GIT PATCH] USB fixes for 2.6.31-rc2

From: Alexander Beregalov
Date: Fri Apr 17 2009 - 17:14:32 EST


2009/4/17 Greg KH <gregkh@xxxxxxx>:
> Here's a number of USB fixes for your 2.6.31-rc2 tree.
>
> Lots of little bugfixes, with the majority being in the musb driver,
> which has had a lot of patches queued up for it for quite some time now.
>
> It also cleans up the ch341 commit that Alan Cox pointed out was
> incorrect in the last USB merge.
>
> Please pull from:
> Â Â Â Âmaster.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
>
> All of these patches have been in the -next and -mm releases for a while.
>
> The full patches will be sent to the linux-usb mailing list, if anyone
> wants to see them.
>
> thanks,
>
> greg k-h
>
> ------------
>
> Âdrivers/block/ub.c            Â|  20 +-
> Âdrivers/isdn/hisax/st5481_usb.c      |  Â9 +-
> Âdrivers/media/video/pvrusb2/pvrusb2-hdw.c | Â Â1 -
> Âdrivers/usb/class/cdc-wdm.c        |  Â2 +-
> Âdrivers/usb/core/devio.c         Â|  Â2 +-
> Âdrivers/usb/core/hcd.c          Â|  26 ++
> Âdrivers/usb/core/hcd.h          Â|  14 +
> Âdrivers/usb/core/message.c        Â|  58 +++--
> Âdrivers/usb/core/usb.c          Â|  Â2 +-
> Âdrivers/usb/gadget/u_ether.c       Â|  Â8 +-
> Âdrivers/usb/host/whci/asl.c        |  15 +-
> Âdrivers/usb/host/whci/hcd.c        |  23 ++
> Âdrivers/usb/host/whci/pzl.c        |  16 +-
> Âdrivers/usb/host/whci/qset.c       Â|  24 ++-
> Âdrivers/usb/host/whci/whcd.h       Â|  Â1 +
> Âdrivers/usb/host/whci/whci-hc.h      |  Â1 +
> Âdrivers/usb/musb/cppi_dma.c        |  23 +--
> Âdrivers/usb/musb/musb_core.c       Â|  12 +-
> Âdrivers/usb/musb/musb_gadget.c      Â|  33 ++-
> Âdrivers/usb/musb/musb_host.c       Â| Â406 ++++++++++++++++-------------
> Âdrivers/usb/musb/musbhsdma.c       Â|  66 +++--
> Âdrivers/usb/serial/ftdi_sio.c       |  Â1 +
> Âdrivers/usb/serial/ftdi_sio.h       |  Â7 +
> Âdrivers/usb/serial/moto_modem.c      |  Â1 +
> Âdrivers/usb/serial/option.c        |  Â5 +
> Âdrivers/usb/serial/qcserial.c       |  21 ++
> Âdrivers/usb/storage/Makefile       Â|  Â3 +-
> Âdrivers/usb/storage/transport.c      |  Â4 +-
> Âdrivers/usb/storage/unusual_devs.h    Â|  14 +-
> Âdrivers/usb/wusbcore/devconnect.c     |  21 +-
> Âdrivers/usb/wusbcore/wusbhc.c       |  32 ++--
> Âinclude/linux/usb.h            |  Â9 +-
> Â32 files changed, 532 insertions(+), 348 deletions(-)
>
> ---------------
>
> Alan Stern (2):
> Â Â ÂUSB: usb-storage: augment unusual_devs entry for Simple Tech/Datafab
> Â Â Âusb-storage: fix mistake in Makefile
>
> David Brownell (2):
> Â Â ÂUSB: musb_host, minor enqueue locking fix (v2)
> Â Â ÂUSB: musb_host, fix ep0 fifo flushing
>
> David Vrabel (6):
> Â Â ÂUSB: add reset endpoint operations
> Â Â ÂUSB: whci-hcd: provide a endpoint_reset method
> Â Â ÂUSB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()
> Â Â ÂWUSB: disconnect all devices when stopping a WUSB HCD
> Â Â ÂWUSB: fix oops when completing URBs for disconnected devices
> Â Â ÂWUSB: correct format of wusb_chid sysfs file
>
> Dr. Greg Wettstein (1):
> Â Â ÂUSB device codes for Motorola phone.
>
> Greg Kroah-Hartman (1):
> Â Â ÂRevert USB: usb-serial ch341: support for DTR/RTS/CTS
>
> Jonathan McDowell (1):
> Â Â Âusb gadget: fix ethernet link reports to ethtool
>
> Kim Kyuwon (1):
> Â Â ÂUSB: musb: fix possible panic while resuming

Hi Greg
This patch should be here as well
http://marc.info/?l=linux-next&m=123996717119063&w=2
it fixes a build problem introduced by "USB: musb: fix possible panic
while resuming"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/