mbox series

[GIT,PULL] usb: fixes for v5.10-rc5

Message ID DBBPR04MB79796D9ADEBB335ED878450D8BE30@DBBPR04MB7979.eurprd04.prod.outlook.com (mailing list archive)
State Accepted
Commit af8f9e8611cd4fef8295c8ab7574d3d3812ca17e
Headers show
Series [GIT,PULL] usb: fixes for v5.10-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc5

Message

Peter Chen Nov. 16, 2020, 8:41 a.m. UTC
The following changes since commit afaa2e745a246c5ab95103a65b1ed00101e1bc63:

  USB: Add NO_LPM quirk for Kingston flash drive (2020-11-03 10:19:07 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc5

for you to fetch changes up to 40252dd7cf7cad81c784c695c36bc475b518f0ea:

  usb: cdns3: gadget: calculate TD_SIZE based on TD (2020-11-16 15:08:52 +0800)

----------------------------------------------------------------
Two bugs for Cadence USB3 gadget driver
- TD_SIZE entry at descriptor is error for multiple-trb use case
- Possible use uninitialized variables

----------------------------------------------------------------
Peter Chen (2):
      usb: cdns3: gadget: initialize link_trb as NULL
      usb: cdns3: gadget: calculate TD_SIZE based on TD

 drivers/usb/cdns3/gadget.c | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Comments

Greg Kroah-Hartman Nov. 16, 2020, 8:57 a.m. UTC | #1
On Mon, Nov 16, 2020 at 08:41:14AM +0000, Peter Chen wrote:
> The following changes since commit afaa2e745a246c5ab95103a65b1ed00101e1bc63:
> 
>   USB: Add NO_LPM quirk for Kingston flash drive (2020-11-03 10:19:07 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc5

Pulled and pushed out, thanks.

greg k-h