mbox series

usb: changes for v5.13-rc1

Message ID 20210412133522.GB15190@b29397-desktop (mailing list archive)
State New, archived
Headers show
Series usb: changes for v5.13-rc1 | expand

Pull-request

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

Message

Peter Chen April 12, 2021, 1:35 p.m. UTC
The following changes since commit 14d34d2dbbe2d9144a65bae1549202d1717062e2:

  Merge 5.12-rc7 into usb-next (2021-04-12 08:15:27 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 10076de33b5ed5b1e049593a611d2fd9eba60565:

  usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-12 20:19:23 +0800)

----------------------------------------------------------------
Several Cadence3 improvements are introduced in v5.13-rc1:
- Add recovery during resume if the controller was lost power at system suspend
- Reduce DMA memory footprint
- Other small improvements

----------------------------------------------------------------
Colin Ian King (1):
      usb: cdnsp: remove redundant initialization of variable ret

Frank Li (3):
      usb: cdns3: add power lost support for system resume
      usb: cdns3: imx: add power lost support for system resume
      usb: cdns3: fix static checker warning.

Pawel Laszczak (1):
      usb: cdnsp: Fixes issue with Configure Endpoint command

Peter Chen (1):
      usb: cdns3: trace: delete the trace parameter for request->trb

Sanket Parmar (2):
      usb: cdns3: Use dma_pool_* api to alloc trb pool
      usb: cdns3: Optimize DMA request buffer allocation

Wang Qing (1):
      usb: cdns3: delete repeated clear operations

Wei Yongjun (1):
      usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused

 drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++++----------------
 drivers/usb/cdns3/cdns3-gadget.h |  3 ++
 drivers/usb/cdns3/cdns3-imx.c    | 34 +++++++++++++++++++
 drivers/usb/cdns3/cdns3-plat.c   | 23 ++++++++++++-
 drivers/usb/cdns3/cdns3-trace.h  |  5 +--
 drivers/usb/cdns3/cdnsp-gadget.c | 17 +++++++---
 drivers/usb/cdns3/cdnsp-gadget.h |  1 +
 drivers/usb/cdns3/cdnsp-mem.c    |  3 +-
 drivers/usb/cdns3/core.c         | 29 +++++++++++++++-
 drivers/usb/cdns3/drd.c          | 15 +++++++++
 drivers/usb/cdns3/drd.h          |  2 +-
 11 files changed, 162 insertions(+), 43 deletions(-)

Comments

Greg KH April 12, 2021, 2:22 p.m. UTC | #1
On Mon, Apr 12, 2021 at 09:35:22PM +0800, Peter Chen wrote:
> The following changes since commit 14d34d2dbbe2d9144a65bae1549202d1717062e2:
> 
>   Merge 5.12-rc7 into usb-next (2021-04-12 08:15:27 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1

Much better :)

Pulled and pushed out, thanks.

greg k-h