mbox series

[GIT,PULL] usb: changes for v5.14-rc1

Message ID 20210619090655.GA9299@Peter (mailing list archive)
State Accepted
Commit f2dca339fa7d7089c66ece2ad6b69185093bc06e
Headers show
Series [GIT,PULL] usb: changes for v5.14-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.14-rc1

Message

Peter Chen June 19, 2021, 9:06 a.m. UTC
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.14-rc1

for you to fetch changes up to 33e99b65a13495247b4e35ec97ab82696c0fc6e0:

  usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail (2021-06-10 22:16:50 +0800)

----------------------------------------------------------------
Some tiny improvements for cdns USB3 drivers, no important things.

----------------------------------------------------------------
Aswath Govindraju (1):
      doc: dt-binding: cdns,usb3: Add interrupt-names property under required

Baokun Li (1):
      usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail

Pawel Laszczak (1):
      usb: cdnsp: Useless condition has been removed

Souptick Joarder (1):
      usb: cdns3: Corrected comment to align with kernel-doc comment

 Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 1 +
 drivers/usb/cdns3/cdns3-gadget.c                     | 6 ++----
 drivers/usb/cdns3/cdnsp-mem.c                        | 5 ++---
 3 files changed, 5 insertions(+), 7 deletions(-)

Comments

Greg KH June 21, 2021, 9:15 a.m. UTC | #1
On Sat, Jun 19, 2021 at 05:06:55PM +0800, Peter Chen wrote:
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.14-rc1

Pulled and pushed out, thanks.

greg k-h