mbox series

[GIT,PULL] USB fixes for v4.20-rc4

Message ID 87k1kwyyay.fsf@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB fixes for v4.20-rc4 | expand

Pull-request

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

Message

Felipe Balbi Nov. 29, 2018, 10:26 a.m. UTC
Hi Greg,

here's my second pull request for the current -rc cycle. Looks like
things are really calm this merge window.

Let me know if you want anything to be changed.

cheers

The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c9287fa657b3328b4549c0ab39ea7f197a3d6a50:

  usb: gadget: u_ether: fix unsafe list iteration (2018-11-28 08:46:26 +0200)

----------------------------------------------------------------
USB: fixes for v4.20-rc4

In this second set of fixes for the current -rc cycle, we have some
regressions fixes for the old omap_udc driver done by Aaro Koskinen.

We're also reverting an old patch on dwc3 which is, now, known to
break USB certification in some cases.

We have a fix on u_ether for an unsafe list iteration.

----------------------------------------------------------------
Aaro Koskinen (5):
      USB: omap_udc: use devm_request_irq()
      USB: omap_udc: fix crashes on probe error and module removal
      USB: omap_udc: fix omap_udc_start() on 15xx machines
      USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
      USB: omap_udc: fix rejection of out transfers when DMA is used

Felipe Balbi (1):
      Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"

Marek Szyprowski (1):
      usb: gadget: u_ether: fix unsafe list iteration

 drivers/usb/dwc3/gadget.c             |  5 --
 drivers/usb/gadget/function/u_ether.c | 11 +++--
 drivers/usb/gadget/udc/omap_udc.c     | 88 ++++++++++++-----------------------
 3 files changed, 37 insertions(+), 67 deletions(-)

Comments

Greg KH Nov. 29, 2018, 11 a.m. UTC | #1
On Thu, Nov 29, 2018 at 12:26:29PM +0200, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> here's my second pull request for the current -rc cycle. Looks like
> things are really calm this merge window.
> 
> Let me know if you want anything to be changed.
> 
> cheers
> 
> The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:
> 
>   Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.20-rc4

Pulled and pushed out, thanks.

greg k-h