Message ID | 87pn93ep85.fsf@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | d1c0d96535d7464d1111727c79d6dac274b8bc4f |
Headers | show |
Series | [GIT,PULL] USB: fixes for v5.8-rc3 | expand |
On Fri, Jul 10, 2020 at 11:41:46AM +0300, Felipe Balbi wrote: > > Hi Greg, > > here's my second pull request for the current merge window. Nothing > major going on apart from the spinlock fix in legacy audio function and > a memleak plug on gr_udc. > > Patches have been cooking for quite a while. Let me know if you want > anything to be changed > > cheers > > The following changes since commit af3cf0ac6805a36740089a5f200c28a04d452404: > > Merge tag 'usb-serial-5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-07-08 17:10:17 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc3 Pulled and pushed out, thanks! greg k-h
> > here's my second pull request for the current merge window. Nothing major going > on apart from the spinlock fix in legacy audio function and a memleak plug on > gr_udc. > > Patches have been cooking for quite a while. Let me know if you want anything to > be changed > > cheers > > The following changes since commit > af3cf0ac6805a36740089a5f200c28a04d452404: > > Merge tag 'usb-serial-5.8-rc5' of > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020- > 07-08 17:10:17 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc3 > > for you to fetch changes up to 8778eb0927ddcd3f431805c37b78fa56481aeed9: > > usb: gadget: function: fix missing spinlock in f_uac1_legacy (2020-07-09 10:13:07 > +0300) > > ---------------------------------------------------------------- > USB: fixes for v5.8-rc3 > > Adding support for recent Intel devices (Tiger Lake and Jasper Lake) on dwc3. We > have some endianess fixes in cdns3, a memleak fix in gr_udc and lock API usage > fix in the legacy f_uac1 > > Signed-off-by: Felipe Balbi <balbi@kernel.org> > > ---------------------------------------------------------------- > Evgeny Novikov (1): > usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init() > > Heikki Krogerus (2): > usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant > usb: dwc3: pci: add support for the Intel Jasper Lake > > Michał Mirosław (2): > usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable() > usb: gadget: udc: atmel: fix uninitialized read in debug printk > > Minas Harutyunyan (1): > usb: dwc2: Fix shutdown callback in platform > > Peter Chen (2): > usb: cdns3: ep0: fix some endian issues > usb: cdns3: trace: fix some endian issues > Hi Felipe, I have three endian issue fix patches for cdns3, there is still one at: https://patchwork.kernel.org/patch/11585135/ Thanks, Peter > Randy Dunlap (1): > usb: gadget: fix langid kernel-doc warning in usbstring.c > > Zhang Qiang (1): > usb: gadget: function: fix missing spinlock in f_uac1_legacy > > drivers/usb/cdns3/ep0.c | 30 ++++++++++++++--------------- > drivers/usb/cdns3/trace.h | 6 +++--- > drivers/usb/dwc2/platform.c | 3 ++- > drivers/usb/dwc3/dwc3-pci.c | 8 ++++++++ > drivers/usb/gadget/function/f_uac1_legacy.c | 2 ++ > drivers/usb/gadget/udc/atmel_usba_udc.c | 10 ++-------- > drivers/usb/gadget/udc/gr_udc.c | 7 +++++-- > drivers/usb/gadget/usbstring.c | 2 +- > 8 files changed, 38 insertions(+), 30 deletions(-) > > -- > balbi
Hi Greg, here's my second pull request for the current merge window. Nothing major going on apart from the spinlock fix in legacy audio function and a memleak plug on gr_udc. Patches have been cooking for quite a while. Let me know if you want anything to be changed cheers The following changes since commit af3cf0ac6805a36740089a5f200c28a04d452404: Merge tag 'usb-serial-5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2020-07-08 17:10:17 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc3 for you to fetch changes up to 8778eb0927ddcd3f431805c37b78fa56481aeed9: usb: gadget: function: fix missing spinlock in f_uac1_legacy (2020-07-09 10:13:07 +0300) ---------------------------------------------------------------- USB: fixes for v5.8-rc3 Adding support for recent Intel devices (Tiger Lake and Jasper Lake) on dwc3. We have some endianess fixes in cdns3, a memleak fix in gr_udc and lock API usage fix in the legacy f_uac1 Signed-off-by: Felipe Balbi <balbi@kernel.org> ---------------------------------------------------------------- Evgeny Novikov (1): usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init() Heikki Krogerus (2): usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variant usb: dwc3: pci: add support for the Intel Jasper Lake Michał Mirosław (2): usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable() usb: gadget: udc: atmel: fix uninitialized read in debug printk Minas Harutyunyan (1): usb: dwc2: Fix shutdown callback in platform Peter Chen (2): usb: cdns3: ep0: fix some endian issues usb: cdns3: trace: fix some endian issues Randy Dunlap (1): usb: gadget: fix langid kernel-doc warning in usbstring.c Zhang Qiang (1): usb: gadget: function: fix missing spinlock in f_uac1_legacy drivers/usb/cdns3/ep0.c | 30 ++++++++++++++--------------- drivers/usb/cdns3/trace.h | 6 +++--- drivers/usb/dwc2/platform.c | 3 ++- drivers/usb/dwc3/dwc3-pci.c | 8 ++++++++ drivers/usb/gadget/function/f_uac1_legacy.c | 2 ++ drivers/usb/gadget/udc/atmel_usba_udc.c | 10 ++-------- drivers/usb/gadget/udc/gr_udc.c | 7 +++++-- drivers/usb/gadget/usbstring.c | 2 +- 8 files changed, 38 insertions(+), 30 deletions(-)