Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: dwc2: New bit definition in GPWRDN register

Added new bit ULPI_LATCH_EN_DURING_HIB_ENTRY in GPWRDN register.
This bit applicable HSOTG cores v5.00 or higher.
Affects Hibernation Entry and Exit sequence (for both Host and Device)
when using ULPI PHY.

Signed-off-by: Minas Harutyunyan <Minas.Harutyunyan@synopsys.com>
Link: https://lore.kernel.org/r/56d05a4f5750aaa58d8c5bab7705814942a985bd.1708948356.git.Minas.Harutyunyan@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Minas Harutyunyan and committed by
Greg Kroah-Hartman
535a88dc 7fd22e5b

+2
+2
drivers/usb/dwc2/hw.h
··· 333 333 #define GLPMCFG_LPMCAP BIT(0) 334 334 335 335 #define GPWRDN HSOTG_REG(0x0058) 336 + 337 + #define GPWRDN_ULPI_LATCH_EN_DURING_HIB_ENTRY BIT(29) 336 338 #define GPWRDN_MULT_VAL_ID_BC_MASK (0x1f << 24) 337 339 #define GPWRDN_MULT_VAL_ID_BC_SHIFT 24 338 340 #define GPWRDN_ADP_INT BIT(23)