android_kernel_oneplus_msm8998/drivers/usb/dwc3
Mayank Rana b36879a9e9 dwc3: Check USB LPM status before accessing any register
USB debugfs entries can be accessed when USB session is not active or
USB is in low power mode. This results into unclocked register access.
Fix this issue by checking USB LPM status.

debugfs_create_regset32() fops related APIs are used to get USB dwc3
register dump. These fops don't have support to query device status
before accessing registers. Hence by default disabling creation of
regdump debugfs entry.

Change-Id: I67b00532eca159e000c848cb056d9759c47aefe9
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
2018-07-26 23:15:26 -07:00
..
core.c usb: dwc3: Add support for USB hibernation in host mode 2018-06-01 14:14:16 +05:30
core.h dwc3: Check USB LPM status before accessing any register 2018-07-26 23:15:26 -07:00
dbm.c
dbm.h
debug.c
debug.h
debugfs.c dwc3: Check USB LPM status before accessing any register 2018-07-26 23:15:26 -07:00
dwc3-exynos.c
dwc3-keystone.c usb: dwc3: keystone: check return value 2018-04-13 19:50:06 +02:00
dwc3-msm.c Merge "usb: dwc3-msm: Add boot marker" 2018-07-18 20:29:02 -07:00
dwc3-omap.c
dwc3-pci.c usb: dwc3: pci: Properly cleanup resource 2018-04-24 09:32:06 +02:00
dwc3-qcom.c
dwc3-st.c
ep0.c usb: dwc3: Fix incorrect ep0 state on reset 2017-11-19 23:00:17 -08:00
gadget.c Merge android-4.4.120 (d63fdf6) into msm-4.4 2018-03-08 17:53:30 +05:30
gadget.h usb: dwc3: Fix incorrect ep0 state on reset 2017-11-19 23:00:17 -08:00
host.c
io.h
Kconfig
Makefile
platform_data.h
trace.c
trace.h
ulpi.c