summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAswath Govindraju <[email protected]>2024-04-24 13:09:11 +0530
committerMattijs Korpershoek <[email protected]>2024-05-14 11:55:04 +0200
commit83eed2cba32ad8c683bd42e0ad5426589f630bd2 (patch)
tree2f900ff362fcf2b307fccf662791285d23e9a024 /include
parentc8ffd1356d42223cbb8c86280a083cc3c93e6426 (diff)
usb: cdns3: gadget.c: Set fast access bit
When the device port is in a low power state [U3/L2/Not Connected], accesses to usb device registers may take a long time. This could lead to potential core hang when the controller registers are accessed after the port is disabled by setting DEVDS field. Setting the fast register access bit ensures that the PHY clock is keeping up in active state. Therefore, set fast access bit to ensure the accesses to device registers are quick even in low power states. commit b5148d946f45 ("usb: cdns3: gadget: set fast access bit") in the upstream kernel is taken as reference. Signed-off-by: Aswath Govindraju <[email protected]> Signed-off-by: Ravi Gunasekaran <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions