mbox series

[GIT,PULL] usb: fixes for v5.14-rc4

Message ID 20210729063702.GA28130@nchen (mailing list archive)
State Accepted
Commit a154c43b95e860a305d8c943fb3a16ece9a69715
Headers show
Series [GIT,PULL] usb: fixes for v5.14-rc4 | expand

Pull-request

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

Message

Peter Chen July 29, 2021, 6:37 a.m. UTC
The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -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-rc4

for you to fetch changes up to 5df09c15bab98463203c83ecab88b9321466e626:

  usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro (2021-07-29 14:28:15 +0800)

----------------------------------------------------------------
Several small bug-fixes for cdns3 and cdnsp driver

----------------------------------------------------------------
Christophe JAILLET (1):
      usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro

Pawel Laszczak (3):
      usb: cdns3: Fixed incorrect gadget state
      usb: cdnsp: Fix incorrect supported maximum speed
      usb: cdnsp: Fixed issue with ZLP

 drivers/usb/cdns3/cdns3-ep0.c    |  1 +
 drivers/usb/cdns3/cdnsp-gadget.c |  2 +-
 drivers/usb/cdns3/cdnsp-gadget.h |  4 ++--
 drivers/usb/cdns3/cdnsp-ring.c   | 18 ++++++++----------
 4 files changed, 12 insertions(+), 13 deletions(-)

Comments

Greg KH July 29, 2021, 6:44 a.m. UTC | #1
On Thu, Jul 29, 2021 at 02:37:02PM +0800, Peter Chen wrote:
> The following changes since commit ff1176468d368232b684f75e82563369208bc371:
> 
>   Linux 5.14-rc3 (2021-07-25 15:35:14 -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-rc4
> 

Pulled and pushed out, thanks.

greg k-h