From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PATCH] USB fixes for .36-rc
Date: Fri, 24 Sep 2010 11:11:43 -0700 [thread overview]
Message-ID: <20100924181143.GA14923@kroah.com> (raw)
Here are some usb driver fixes for .36-rc
Most of these are pending musb driver patches that the developers have
been haggling out for a while, but are needed to solve some issues with
the .36 kernel and that driver.
The most important one is a fix for a much-reported oops in the HID
driver. Turns out it was a very old bug in the USB core causing this
issue, which no one had ever hit as they had never called the USB core
in this manner. It was caused by the BKL rework in the HID driver and
really is a USB core issue, not a HID one. It has been tested by a lot
of people to resolve their issue.
And there's a documentation update, catching up on a change from the .35
kernel in the way autosuspend works.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the linux-next and mm trees, with the
exception of the documentation update, which came into me today.
The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.
thanks,
greg k-h
------------
drivers/usb/core/Kconfig | 6 +-
drivers/usb/core/file.c | 35 ++++++++---------
drivers/usb/core/message.c | 1 +
drivers/usb/musb/cppi_dma.c | 1 +
drivers/usb/musb/musb_gadget.c | 75 ++++++++++++++++++-----------------
drivers/usb/musb/musb_gadget.h | 2 +
drivers/usb/musb/musb_gadget_ep0.c | 9 ++++
drivers/usb/musb/musb_host.c | 6 +++
8 files changed, 77 insertions(+), 58 deletions(-)
---------------
Alan Stern (2):
USB: fix bug in initialization of interface minor numbers
USB: update Kconfig help text for CONFIG_USB_SUSPEND
Ming Lei (6):
usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX style
usb: musb: gadget: fix bulk IN infinit hangs in double buffer case
usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1
usb: musb: gadget: fix DMA length for OUT transfer
usb: musb: gadget: complete request only if data is transfered over
usb: musb: gadget: fix dma length in txstate
Santosh Shilimkar (1):
usb: musb: host: Issue a memory barrier before starting DMA
Sergei Shtylyov (1):
usb: musb: gadget: restart request on clearing endpoint halt
reply other threads:[~2010-09-24 18:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100924181143.GA14923@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.