* [GIT PULL] USB: fixes for v5.8-rc3
@ 2020-07-10 8:41 Felipe Balbi
2020-07-10 10:40 ` Greg Kroah-Hartman
2020-07-10 12:48 ` Peter Chen
0 siblings, 2 replies; 3+ messages in thread
From: Felipe Balbi @ 2020-07-10 8:41 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-usb
[-- Attachment #1: Type: text/plain, Size: 2577 bytes --]
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(-)
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] USB: fixes for v5.8-rc3
2020-07-10 8:41 [GIT PULL] USB: fixes for v5.8-rc3 Felipe Balbi
@ 2020-07-10 10:40 ` Greg Kroah-Hartman
2020-07-10 12:48 ` Peter Chen
1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-07-10 10:40 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-usb
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [GIT PULL] USB: fixes for v5.8-rc3
2020-07-10 8:41 [GIT PULL] USB: fixes for v5.8-rc3 Felipe Balbi
2020-07-10 10:40 ` Greg Kroah-Hartman
@ 2020-07-10 12:48 ` Peter Chen
1 sibling, 0 replies; 3+ messages in thread
From: Peter Chen @ 2020-07-10 12:48 UTC (permalink / raw)
To: Felipe Balbi, Greg Kroah-Hartman; +Cc: linux-usb@vger.kernel.org
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-10 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-10 8:41 [GIT PULL] USB: fixes for v5.8-rc3 Felipe Balbi
2020-07-10 10:40 ` Greg Kroah-Hartman
2020-07-10 12:48 ` Peter Chen
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.