]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dwc3: versal: Move GFLADJ adjustment logic to dwc3-generic-host
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Fri, 24 Sep 2021 08:31:20 +0000 (02:31 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 24 Sep 2021 09:04:14 +0000 (11:04 +0200)
commit7154e0a28c29dacf987c56943c46d2ac62f95a4a
tree644390679c06d38ae502ab38bfcfdcd3758bf4fa
parent0e1da2f827452b649735b6309a97f95a8c116b55
dwc3: versal: Move GFLADJ adjustment logic to dwc3-generic-host

USB host driver moved to use "dwc3-generic-host" from old "xhci-dwc3" as
per commit b575e909168c ("usb: dwc3-generic: add a new host driver that
uses the dwc3 core").

Move frame length adjustment functionality of GFLADJ which was added with
commit 6e51fd18863d ("dwc3: versal: Correct the logic for GFLADJ
adjustment") to new "dwc3-generic-host" driver.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/dwc3-generic.c
drivers/usb/host/xhci-dwc3.c
include/linux/usb/dwc3.h