Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c50f9fb6c535edf4731eecb53d91ebc297e82e5b
/
drivers
/
usb
/
dwc3
/
core.c
958d1a4
usb: dwc3: core: program PHY for proper DRD modes
by Felipe Balbi
· 8 years ago
f54edb5
usb: dwc3: core: initialize ULPI before trying to get the PHY
by Felipe Balbi
· 8 years ago
65db7a0
usb: dwc3: add disable u2mac linestate check quirk
by William Wu
· 8 years ago
9840354
usb: dwc3: Add dual-role support
by Roger Quadros
· 8 years ago
41ce145
usb: dwc3: core: make dwc3_set_mode() work properly
by Roger Quadros
· 8 years ago
6b3261a
usb: dwc3: core: add current_dr_role member
by Roger Quadros
· 8 years ago
47d3946
usb: dwc3: refactor gadget endpoint count calculation
by Bryan O'Donoghue
· 8 years ago
1966b86
usb: dwc3: make sure UX_EXIT_PX is cleared
by Felipe Balbi
· 8 years ago
ae4d814
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
d64ff40
usb: dwc3: use bus->sysdev for DMA configuration
by Arnd Bergmann
· 8 years ago
28632b4
usb: dwc3: Workaround for irq mask issue
by John Youn
· 8 years ago
cf40b86
usb: dwc3: Implement interrupt moderation
by John Youn
· 8 years ago
d9fa4c6
usb: dwc3: core: add a event buffer cache
by John Youn
· 8 years ago
a22f884
usb: dwc3: core: remove dwc3_soft_reset()
by Felipe Balbi
· 8 years ago
7ac51a1
usb: dwc3: Add a function to check properties
by John Youn
· 8 years ago
5eb30ce
usb: dwc3: trace: purge dwc3_trace()
by Felipe Balbi
· 8 years ago
c5ac611
usb: dwc3: core: add dwc3_get_properties()
by Felipe Balbi
· 8 years ago
3b27332
usb: dwc3: core: remove unnecessary alignment
by Felipe Balbi
· 8 years ago
941f918
usb: dwc3: core: introduce dwc3_core_setup_global_control()
by Felipe Balbi
· 8 years ago
0759956
usb: dwc3: core: introduce dwc3_core_is_valid()
by Felipe Balbi
· 8 years ago
0bb39ca
usb: dwc3: Add support for device L1 exit
by John Youn
· 8 years ago
f9d2f922
usb: dwc3: remove unused struct member dwc3->mem
by Lu Baolu
· 8 years ago
9b9d7cd
usb: dwc3: Fix error handling for core init
by Vivek Gautam
· 8 years ago
8152263
Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 8 years ago
9d6173e
usb: dwc3: Fix dr_mode validation
by Thinh Nguyen
· 8 years ago
06281d4
usb: dwc3: Add ENDXFER command polling
by John Youn
· 8 years ago
00af623
usb: dwc3: core: Move the mode setting to the right place
by Baolin Wang
· 8 years ago
00fe081
usb: dwc3: add dis_del_phy_power_chg_quirk
by William Wu
· 8 years ago
32f2ed8
usb: dwc3: make usb2 phy utmi interface configurable
by William Wu
· 8 years ago
16199f3
usb: dwc3: add dis_u2_freeclk_exists_quirk
by William Wu
· 8 years ago
b74c2d8
usb: dwc3: core: allow device to runtime_suspend several times
by Felipe Balbi
· 8 years ago
9522def
usb: dwc3: core: cleanup IRQ resources
by Roger Quadros
· 9 years ago
3280823
usb: dwc3: fix runtime PM in error path
by Roger Quadros
· 9 years ago
5f82279
usb: dwc3: core: fixup dr_mode fallback selection
by Felipe Balbi
· 9 years ago
d18e654
usb: dwc3: remove handling of platform data
by Heikki Krogerus
· 9 years ago
fc8bb91
usb: dwc3: implement runtime PM
by Felipe Balbi
· 9 years ago
51f5d49
usb: dwc3: core: simplify suspend/resume operations
by Felipe Balbi
· 9 years ago
c499ff7
usb: dwc3: core: re-factor init and exit paths
by Felipe Balbi
· 9 years ago
bcdb327
usb: dwc3: core: move fladj to dwc3 structure
by Felipe Balbi
· 9 years ago
7f370ed
usb: dwc3: core: get rid of DWC3_PM_OPS macro
by Felipe Balbi
· 9 years ago
ce15bda
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 9 years ago
cf6d867
usb: dwc3: core: add fifo space helper
by Felipe Balbi
· 9 years ago
4e9f311
usb: dwc3: make dwc3_debugfs_init return value be void
by Du, Changbin
· 9 years ago
e58dd35
usb: dwc3: add disable receiver detection in P3 quirk
by Rajesh Bhagat
· 9 years ago
5c4ad318
usb: dwc3: core: fix PHY handling during suspend
by Felipe Balbi
· 9 years ago
696c8b1
usb: dwc3: drop ev_buffs array
by Felipe Balbi
· 9 years ago
660e9bd
usb: dwc3: remove num_event_buffers
by Felipe Balbi
· 9 years ago
bc50816
usb: dwc3: drop FIFO resizing logic
by Felipe Balbi
· 9 years ago
f59dcab
usb: dwc3: core: improve reset sequence
by Felipe Balbi
· 9 years ago
77966eb
usb: dwc3: Validate the maximum_speed parameter
by John Youn
· 9 years ago
2c7f1bd
usb: dwc3: Update maximum_speed for SuperSpeedPlus
by John Youn
· 9 years ago
1407bf1
usb: dwc3: core: purge dev_dbg() calls
by Felipe Balbi
· 9 years ago
ec791d1
usb: dwc3: Add dis_enblslpm_quirk
by John Youn
· 9 years ago
690fb37
usb: dwc3: Support Synopsys USB 3.1 IP
by John Youn
· 9 years ago
3d12891
usb: dwc3: core: convert to unified device property interface
by Heikki Krogerus
· 9 years ago
06e7114
usb: common: of_usb_get_dr_mode to usb_get_dr_mode
by Heikki Krogerus
· 9 years ago
63863b9
usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed
by Heikki Krogerus
· 9 years ago
6344475
usb: dwc3: support for pinctrl state change during system sleep
by Sekhar Nori
· 9 years ago
db2be4e
usb: dwc3: Add frame length adjustment quirk
by Nikhil Badola
· 9 years ago
d9972f4
usb: dwc3: core: remove unnecessary dev_warn()
by Felipe Balbi
· 9 years ago
43cacb0
usb: dwc3: core: avoid NULL pointer dereference
by Felipe Balbi
· 9 years ago
88bc9d1
usb: dwc3: add ULPI interface support
by Heikki Krogerus
· 10 years ago
3e10a2c
usb: dwc3: add hsphy_interface property
by Heikki Krogerus
· 10 years ago
45bb7de
usb: dwc3: setup phys earlier
by Heikki Krogerus
· 10 years ago
c5cc74e
usb: dwc3: soft reset to it's own function
by Heikki Krogerus
· 10 years ago
2917e71
usb: dwc3: cache hwparams earlier
by Heikki Krogerus
· 10 years ago
6c89cce0
usb: dwc3: store driver data earlier
by Heikki Krogerus
· 10 years ago
eac68e8
usb: dwc3: make LPM configurable in DT
by Robert Baldyga
· 10 years ago
3da1f6e
usb: dwc3: core: only reset res->start in case of error
by Felipe Balbi
· 10 years ago
7381528
usb: dwc3: remove reliance on dev_vdbg()
by Felipe Balbi
· 10 years ago
cd72f89
usb: dwc3: core: enable phy suspend quirk on non-FPGA
by Felipe Balbi
· 10 years ago
460d098
usb: dwc3: make HIRD threshold configurable
by Huang Rui
· 10 years ago
0effe0a
usb: dwc3: add disable usb2 suspend phy quirk
by Huang Rui
· 10 years ago
59acfa2
usb: dwc3: add disable usb3 suspend phy quirk
by Huang Rui
· 10 years ago
6b6a0c9
usb: dwc3: add Tx de-emphasis quirk
by Huang Rui
· 10 years ago
2164a47
usb: dwc3: set SUSPHY bit for all cores
by Huang Rui
· 10 years ago
14f4ac5
usb: dwc3: add rx_detect to polling lfps quirk
by Huang Rui
· 10 years ago
fb67afc
usb: dwc3: add lfps filter quirk
by Huang Rui
· 10 years ago
41c06ff
usb: dwc3: add delay phy power change quirk
by Huang Rui
· 10 years ago
a2a1d0f
usb: dwc3: add delay p1p2p3 quirk
by Huang Rui
· 10 years ago
df31f5b
usb: dwc3: add request p1p2p3 quirk
by Huang Rui
· 10 years ago
b5a65c4
usb: dwc3: add P3 in U2 SS inactive quirk
by Huang Rui
· 10 years ago
9a5b2f3
usb: dwc3: add u2exit lfps quirk
by Huang Rui
· 10 years ago
80caf7d
usb: dwc3: add lpm erratum support
by Huang Rui
· 10 years ago
3b81221
usb: dwc3: add disscramble quirk
by Huang Rui
· 10 years ago
946bd57
usb: dwc3: add a flag to check if it is fpga board
by Huang Rui
· 10 years ago
2eac399
usb: dwc3: enable hibernation if to be supported
by Huang Rui
· 10 years ago
0b0231a
usb: dwc3: get rid of ->prepare()/->complete()
by Felipe Balbi
· 10 years ago
404905a
usb: dwc3: add ACPI support
by Heikki Krogerus
· 10 years ago
19bacdc
usb: dwc3: core: only setting the dma_mask when needed
by Heikki Krogerus
· 10 years ago
fa0ea13
usb: dwc3: core: write LINUX_VERSION_CODE to our GUID register
by Felipe Balbi
· 10 years ago
4cd41ff
Merge tag 'v3.17-rc5' into next
by Felipe Balbi
· 10 years ago
dc99f16
usb: dwc3: core: fix ordering for PHY suspend
by Felipe Balbi
· 10 years ago
fed33af
usb: dwc3: core: fix order of PM runtime calls
by Felipe Balbi
· 10 years ago
734d5a5
usb: dwc3: remove unnecessary OOM messages
by Jingoo Han
· 10 years ago
0e1e5c4
usb: dwc3: add support for USB 2.0-only core configuration
by Paul Zimmerman
· 11 years ago
f32a5e2
usb: dwc3: Keeping 'resource' related code together
by Vivek Gautam
· 11 years ago
f871252
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 11 years ago
b09e99e
usb: dwc3: no need to initialize ret variable
by Andy Shevchenko
· 11 years ago
5f94adf
usb: dwc3: core: refactor mode initialization to its own function
by Felipe Balbi
· 11 years ago
Next »