public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/USB 00/16] usb patches accepted by Greg
@ 2010-01-19 13:13 Felipe Balbi
  2010-01-19 13:14 ` [PATCH/USB 01/16] USB: musb: use resource_size() Felipe Balbi
                   ` (15 more replies)
  0 siblings, 16 replies; 32+ messages in thread
From: Felipe Balbi @ 2010-01-19 13:13 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List, felipe.balbi

Hi Tony,

the following patches have reached Greg's queue and will
be applied to mainline on next -rc. It would be nice to get
them in linux-omap before hand so people can start working
on top of those changes.

Ajay Kumar Gupta (5):
  USB: musb: Add new fifo table for a OMAP3 errata
  usb: musb: save dynfifo in musb struct
  usb: musb: Add 'extvbus' in musb_hdrc_platform_data
  usb: host: ehci: fix missing kfree in remove path also
  usb: host: ehci: adding regulator framework in ehci-omap.c driver.

Anand Gadiyar (2):
  usb: musb: hsdma: add wrapper for reading DMA count
  usb: musb: workaround MUSB DMA_INTR sometimes reads zero

Arnaud Mandy (1):
  usb: musb: handle irqs in the order dictated by programming guide

Bryan Wu (1):
  usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'

Felipe Balbi (4):
  USB: musb: use resource_size()
  USB: musb: move two printk to dev_err
  USB: musb: move to sysfs_groups
  USB: musb: remove some of the never defined defines

Roel Kluin (1):
  USB: musb: don't dereference NULL tusb_dma in
    dma_controller_destroy()

Swaminathan S (2):
  usb: musb: workaround toggle bug when doing bulk transfer after isoc
  usb: musb: Fix cppi_channel_abort() function to handle Tx abort
    correctly

 drivers/usb/host/ehci-omap.c     |   37 ++++
 drivers/usb/musb/blackfin.c      |   28 ++--
 drivers/usb/musb/cppi_dma.c      |   33 +---
 drivers/usb/musb/musb_core.c     |  364 +++++++++++++++++++-------------------
 drivers/usb/musb/musb_core.h     |   17 +--
 drivers/usb/musb/musb_host.c     |   24 +++
 drivers/usb/musb/musb_regs.h     |    5 +
 drivers/usb/musb/musbhsdma.c     |   25 +++-
 drivers/usb/musb/musbhsdma.h     |   17 ++
 drivers/usb/musb/tusb6010_omap.c |    2 +-
 include/linux/usb/musb.h         |    3 +
 11 files changed, 316 insertions(+), 239 deletions(-)


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2010-01-20  2:09 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 13:13 [PATCH/USB 00/16] usb patches accepted by Greg Felipe Balbi
2010-01-19 13:14 ` [PATCH/USB 01/16] USB: musb: use resource_size() Felipe Balbi
2010-01-20  1:44   ` [APPLIED] " Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 02/16] USB: musb: move two printk to dev_err Felipe Balbi
2010-01-20  1:45   ` [APPLIED] " Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 03/16] USB: musb: move to sysfs_groups Felipe Balbi
2010-01-20  1:45   ` [APPLIED] " Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 04/16] USB: musb: remove some of the never defined defines Felipe Balbi
2010-01-20  1:46   ` [APPLIED] [PATCH/USB 04/16] USB: musb: remove some of the never defined Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 05/16] USB: musb: Add new fifo table for a OMAP3 errata Felipe Balbi
2010-01-20  1:46   ` [APPLIED] " Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 06/16] usb: musb: hsdma: add wrapper for reading DMA count Felipe Balbi
2010-01-20  1:46   ` [APPLIED] [PATCH/USB 06/16] usb: musb: hsdma: add wrapper for reading DMA Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 07/16] usb: musb: workaround MUSB DMA_INTR sometimes reads zero Felipe Balbi
2010-01-20  1:46   ` [APPLIED] [PATCH/USB 07/16] usb: musb: workaround MUSB DMA_INTR sometimes Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 08/16] usb: musb: workaround toggle bug when doing bulk transfer after isoc Felipe Balbi
2010-01-20  2:06   ` [APPLIED] [PATCH/USB 08/16] usb: musb: workaround toggle bug when doing bulk Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 09/16] usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctly Felipe Balbi
2010-01-20  2:06   ` [APPLIED] [PATCH/USB 09/16] usb: musb: Fix cppi_channel_abort() function to Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 10/16] usb: musb: clean up commit 'workaround Blackfin FIFO anomalies' Felipe Balbi
2010-01-20  2:06   ` [APPLIED] [PATCH/USB 10/16] usb: musb: clean up commit 'workaround Blackfin Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 11/16] usb: musb: handle irqs in the order dictated by programming guide Felipe Balbi
2010-01-20  2:06   ` [APPLIED] [PATCH/USB 11/16] usb: musb: handle irqs in the order dictated by Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 12/16] usb: musb: save dynfifo in musb struct Felipe Balbi
2010-01-20  2:06   ` [APPLIED] " Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 13/16] usb: musb: Add 'extvbus' in musb_hdrc_platform_data Felipe Balbi
2010-01-20  2:07   ` [APPLIED] [PATCH/USB 13/16] usb: musb: Add 'extvbus' in Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 14/16] usb: host: ehci: fix missing kfree in remove path also Felipe Balbi
2010-01-19 13:14 ` [PATCH/USB 15/16] usb: host: ehci: adding regulator framework in ehci-omap.c driver Felipe Balbi
2010-01-20  2:08   ` [APPLIED] [PATCH/USB 15/16] usb: host: ehci: adding regulator framework in Tony Lindgren
2010-01-19 13:14 ` [PATCH/USB 16/16] USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy() Felipe Balbi
2010-01-20  2:09   ` [APPLIED] [PATCH/USB 16/16] USB: musb: don't dereference NULL tusb_dma in Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox