Message ID | 87o939dhvq.fsf@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB: fixes for v5.2-rc4 | expand |
On Fri, Jun 07, 2019 at 09:33:29AM +0300, Felipe Balbi wrote: > > Hi Greg, > > Here's my first set of fixes for this -rc cycle. Looks like most of what > I have in my inbox these days are new features. Very little fixes. I > guess folks are writing perfect code now :-p > > Let me know if you want anything to be changed. > > Cheers > > _________________________________ > < That's some perfect C, partner. > > --------------------------------- > \ ^__^ > \ (oo)\_______ > (__)\ )\/\ > ||----w | > || || > > The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: > > Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.2-rc4 Pulled and pushed out, thanks! greg k-h
Hi Greg, Here's my first set of fixes for this -rc cycle. Looks like most of what I have in my inbox these days are new features. Very little fixes. I guess folks are writing perfect code now :-p Let me know if you want anything to be changed. Cheers _________________________________ < That's some perfect C, partner. > --------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.2-rc4 for you to fetch changes up to 42cc68868ce9d5f5277f561bb17b4746a332bb28: usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe() (2019-06-06 13:51:57 +0300) ---------------------------------------------------------------- USB: fixes for v5.2-rc4 DWC2 gets a fix for zlp handling which allows DWC2 to pass USBCV MSC tests. A memory leak in fusb300 was plugged. DWC2 also got a fix for wMaxPacketSize handling while acting as host which fixes a regression with USB Cameras. Apart from these, the usual set of minor fixes. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> ---------------------------------------------------------------- Alexandre Belloni (1): usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC Andrey Smirnov (1): usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init() Andrzej Pietrasiewicz (1): usb: gadget: dwc2: fix zlp handling Douglas Anderson (1): usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression) Martin Schiller (1): usb: dwc2: Fix DMA cache alignment issues Minas Harutyunyan (1): usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMA Wei Yongjun (1): usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe() Young Xiao (1): usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i] drivers/usb/dwc2/gadget.c | 24 ++++++++++++++-------- drivers/usb/dwc2/hcd.c | 39 ++++++++++++++++++++++-------------- drivers/usb/dwc2/hcd.h | 20 +++++++++--------- drivers/usb/dwc2/hcd_intr.c | 5 +++-- drivers/usb/dwc2/hcd_queue.c | 10 +++++---- drivers/usb/gadget/udc/fusb300_udc.c | 5 +++++ drivers/usb/gadget/udc/lpc32xx_udc.c | 7 +++---- drivers/usb/phy/phy-mxs-usb.c | 14 +++++++++++++ 8 files changed, 82 insertions(+), 42 deletions(-)