All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB patches
@ 2014-02-20 15:26 Felipe Balbi
  2014-02-20 23:27 ` Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Felipe Balbi @ 2014-02-20 15:26 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List, Linux USB Mailing List, Felipe Balbi

Hi Greg,

Here's a pull request for final round of fixes. All patches have
been soaking for a long time in linux-usb, passed my 300 randconfig
builds and work on real HW (where applicable).

This pull request is based off of greg/usb-linus in order for me
to avoid merging patches you had already merged during my time
off.

Please consider merging this tag on your greg/usb-linus.

cheers

The following changes since commit 3635c7e2d59f7861afa6fa5e87e2a58860ff514d:

  usb: option: blacklist ZTE MF667 net interface (2014-02-11 15:33:54 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.14-rc4

for you to fetch changes up to 9ccfaf74e766d49a64f86943f98d0a82996d4dec:

  usb: musb: correct use of schedule_delayed_work() (2014-02-20 09:17:24 -0600)

----------------------------------------------------------------
usb: fixes for v3.14-rc4

Here are 10 fixes for our current -rc cycle. It's likely
the last round of fixes for this merge window. All patches
have soaked for a long time and have all been tested in real
HW.

The most interesting fixes are a fix for enumeration of superspeed
hubs when MUSB is acting as host, and a remote-wakeup fix also on
MUSB.

Signed-of-by: Felipe Balbi <balbi@ti.com>

----------------------------------------------------------------
Ajay Kumar Gupta (1):
      usb: musb: host: Fix SuperSpeed hub enumeration

Andrzej Pietrasiewicz (1):
      usb: gadget: fix NULL pointer dereference

Daniel Mack (2):
      usb: musb: do not sleep in atomic context
      usb: musb: correct use of schedule_delayed_work()

Felipe Balbi (1):
      usb: musb: fix obex in g_nokia.ko causing kernel panic

Florian Fainelli (1):
      usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

Josh Cartwright (1):
      usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP

Peter Chen (1):
      usb: gadget: printer: using gadget_is_otg to check otg support at runtime

Roger Quadros (1):
      usb: musb: core: Fix remote-wakeup resume

Sachin Kamat (1):
      usb: gadget: s3c2410_udc: Fix build error

 drivers/usb/gadget/bcm63xx_udc.c | 58 ++++++++++++++++++++++------------------
 drivers/usb/gadget/f_fs.c        |  7 ++++-
 drivers/usb/gadget/printer.c     |  2 +-
 drivers/usb/gadget/s3c2410_udc.c |  2 +-
 drivers/usb/musb/musb_core.c     | 15 +++++++++--
 drivers/usb/musb/musb_host.c     |  3 +++
 drivers/usb/musb/musb_virthub.c  | 26 +++++++++++++-----
 drivers/usb/musb/omap2430.c      |  2 --
 drivers/usb/phy/phy-msm-usb.c    | 57 ++++++++++++++++++---------------------
 9 files changed, 101 insertions(+), 71 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [GIT PULL] USB patches
@ 2015-01-14 17:48 Felipe Balbi
  2015-01-15  0:28 ` Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Felipe Balbi @ 2015-01-14 17:48 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List, Linux USB Mailing List, Felipe Balbi

Hi Greg,

Alright, 3 more fixes for v3.19-rc and my queue is finally clean.

All three fixes are rather obvious, two of them just took longer
to sort out all the stable rules details and I ended up having
to fix all that, otherwise we would miss the time frame.

Please condiser merging to your greg/usb-linus branch.

cheers

The following changes since commit 5fb694f96e7c19e66b1c55124b98812e32e3efa5:

  usb: gadget: udc: atmel: fix possible oops when unloading module (2015-01-09 18:15:11 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.19-rc6

for you to fetch changes up to 39e60635a01520e8c8ed3946a28c2b98e6a46f79:

  usb: dwc3: gadget: Stop TRB preparation after limit is reached (2015-01-14 11:29:05 -0600)

----------------------------------------------------------------
usb: fixes for v3.19-rc6

The final set of fixes for v3.19. Two of the fixes are
related to dwc3 scatter/gather implementation when we have
more requests queued than available TRBs, while the other
is a build fix for mv-usb PHY.

Signed-off-by: Felipe Balbi <balbi@ti.com>

----------------------------------------------------------------
Amit Virdi (2):
      usb: dwc3: gadget: Fix TRB preparation during SG
      usb: dwc3: gadget: Stop TRB preparation after limit is reached

Arnd Bergmann (1):
      usb: phy: mv-usb: fix usb_phy build errors

 drivers/usb/dwc3/gadget.c    | 6 ++++--
 drivers/usb/phy/phy-mv-usb.c | 5 ++---
 2 files changed, 6 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [GIT PULL] USB patches
@ 2014-12-23 16:53 Felipe Balbi
  2014-12-24  0:06 ` Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Felipe Balbi @ 2014-12-23 16:53 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List, Linux USB Mailing List, Felipe Balbi

Hi Greg,

Here's my first set of fixes for v3.19-rc cycle. An early
Winter Solstice gift for you.

All patches have gone through my 300 randconfigs (no build
breakages or new warnings found) and I boot tested with
AM437x SK, AM437x IDK, Beagle x15 and Beagle Bone Black.

cheers

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.19-rc2

for you to fetch changes up to 6785a1034461c2d2c205215f63a50a740896e55b:

  usb: gadget: udc: atmel: fix possible IN hang issue (2014-12-22 10:41:15 -0600)

----------------------------------------------------------------
usb: fixes for v3.19-rc2

First set of fixes for current -rc cycle. There are
a couple of build break fixes after Tony Lindgren's
recent MUSB patchset, some memory leak fixes also
with MUSB, a use-after-free fix with the UAC1
function. Atmel UDC got a fix for a possible hang
and another for DMA setting, while dwc2 learned to
kill requests in ->udc_stop() which fixes a few leaks
too.

One new device support here, dwc3 now supports Intel's
Sunrise Point.

Signed-off-by: Felipe Balbi <balbi@ti.com>

----------------------------------------------------------------
Bo Shen (2):
      usb: gadget: udc: atmel: change setting for DMA
      usb: gadget: udc: atmel: fix possible IN hang issue

Felipe Balbi (2):
      usb: musb: debugfs: cope with blackfin's oddities
      usb: musb: blackfin: fix build break

Heikki Krogerus (1):
      usb: dwc3: pci: add support for Intel Sunrise Point PCH

Julia Lawall (1):
      usb: gadget: fix misspelling of current function in string

Mario Schuknecht (1):
      usb: gadget: gadgetfs: Free memory allocated by memdup_user()

Peter Chen (1):
      usb: gadget: f_uac1: access freed memory at f_audio_free_inst

Rasmus Villemoes (1):
      usb: musb: Fix a few off-by-one lengths

Robert Baldyga (1):
      usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()

Sebastian Andrzej Siewior (1):
      usb: musb: stuff leak of struct usb_hcd

Tony Lindgren (1):
      usb: musb: Fix randconfig build issues for Kconfig options

 drivers/usb/dwc2/gadget.c               | 10 +++++++---
 drivers/usb/dwc3/dwc3-pci.c             |  4 ++++
 drivers/usb/gadget/function/f_hid.c     |  5 +++--
 drivers/usb/gadget/function/f_midi.c    |  2 +-
 drivers/usb/gadget/function/f_uac1.c    |  2 +-
 drivers/usb/gadget/legacy/inode.c       |  1 +
 drivers/usb/gadget/udc/atmel_usba_udc.c |  7 +++----
 drivers/usb/musb/Kconfig                |  4 ++++
 drivers/usb/musb/blackfin.c             |  2 +-
 drivers/usb/musb/musb_cppi41.c          |  4 ++--
 drivers/usb/musb/musb_debugfs.c         | 34 +++++++++++++++++----------------
 drivers/usb/musb/musb_host.c            |  1 -
 12 files changed, 45 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [GIT PULL] USB Patches
@ 2011-05-18 10:44 Felipe Balbi
  2011-05-23  6:12 ` Felipe Balbi
  0 siblings, 1 reply; 12+ messages in thread
From: Felipe Balbi @ 2011-05-18 10:44 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

Hi Tony,

These are all supposed to go into -rc cycle but I guess we're already
too late for that (?). If so, let me know and I can add Cc:
stable@kernel.org to all of those patches so they go to stable releases
too.

The following changes since commit 693d92a1bbc9e42681c42ed190bd42b636ca876f:

  Linux 2.6.39-rc7 (2011-05-09 19:33:54 -0700)

are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb.git for-tony

Felipe Balbi (1):
      usb: musb: am35x: fix compile error when building am35x

Hema HK (3):
      usb: musb: OMAP4430: Power down the PHY during board init
      usb: otg: OMAP4430: Fixing the omap4430_phy_init function
      usb: otg: OMAP4430: Powerdown the internal PHY when USB is disabled

 arch/arm/mach-omap2/board-am3517evm.c   |    2 +-
 arch/arm/mach-omap2/omap_phy_internal.c |    9 ++++++---
 arch/arm/mach-omap2/usb-musb.c          |   10 +++++-----
 arch/arm/plat-omap/include/plat/usb.h   |    2 +-
 4 files changed, 13 insertions(+), 10 deletions(-)

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [GIT PULL] USB patches
@ 2011-02-18  7:35 Felipe Balbi
  2011-02-22 19:01 ` Tony Lindgren
  0 siblings, 1 reply; 12+ messages in thread
From: Felipe Balbi @ 2011-02-18  7:35 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List

Hi Tony,

Here's a pull request for the changes we need to get into the upcoming
merge window. These have been tested overnight on pandaboard.

I also checked that it merges cleanly with your omap-for-linus branch.

The following changes since commit 85e2efbb1db9a18d218006706d6e4fbeb0216213:

  Linux 2.6.38-rc5 (2011-02-15 19:23:45 -0800)

are available in the git repository at:
  git://gitorious.org/usb/usb.git for-tony

Anand Gadiyar (2):
      arm: omap4: usb: explicitly configure MUSB pads
      arm: omap4: 4430sdp: drop ehci support

Hema HK (5):
      usb: musb: AM35x: moving internal phy functions out of usb_musb.c file
      OMAP2430: hwmod data: Add USBOTG
      OMAP3xxx: hwmod data: Add USBOTG
      AM35xx: hwmod data: Add USBOTG
      OMAP2+: musb: hwmod adaptation for musb registration

 arch/arm/mach-omap2/Makefile               |    3 +-
 arch/arm/mach-omap2/board-4430sdp.c        |   19 ---
 arch/arm/mach-omap2/board-am3517evm.c      |    4 +
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |   98 +++++++++++++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  166 +++++++++++++++++++++
 arch/arm/mach-omap2/omap_phy_internal.c    |   93 ++++++++++++
 arch/arm/mach-omap2/usb-musb.c             |  219 +++++++++++-----------------
 arch/arm/plat-omap/include/plat/usb.h      |    4 +
 8 files changed, 450 insertions(+), 156 deletions(-)

-- 
balbi

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

end of thread, other threads:[~2015-01-15  0:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20 15:26 [GIT PULL] USB patches Felipe Balbi
2014-02-20 23:27 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2015-01-14 17:48 Felipe Balbi
2015-01-15  0:28 ` Greg KH
2014-12-23 16:53 Felipe Balbi
2014-12-24  0:06 ` Greg KH
2011-05-18 10:44 [GIT PULL] USB Patches Felipe Balbi
2011-05-23  6:12 ` Felipe Balbi
2011-05-24  8:50   ` Tony Lindgren
2011-02-18  7:35 [GIT PULL] USB patches Felipe Balbi
2011-02-22 19:01 ` Tony Lindgren
2011-02-22 20:01   ` Felipe Balbi

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.