[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a4423d670904171412y323c38ech819652633e8674c5@mail.gmail.com>
Date: Sat, 18 Apr 2009 01:12:45 +0400
From: Alexander Beregalov <a.beregalov@...il.com>
To: Greg KH <gregkh@...e.de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [GIT PATCH] USB fixes for 2.6.31-rc2
2009/4/17 Greg KH <gregkh@...e.de>:
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists