index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-168
/
+190
2016-11-18
usb: dwc3: use bus->sysdev for DMA configuration
Arnd Bergmann
1
-13
/
+14
2016-11-18
usb: dwc3: Workaround for irq mask issue
John Youn
1
-0
/
+11
2016-11-18
usb: dwc3: Implement interrupt moderation
John Youn
1
-0
/
+16
2016-11-18
usb: dwc3: core: add a event buffer cache
John Youn
1
-0
/
+4
2016-11-18
usb: dwc3: core: remove dwc3_soft_reset()
Felipe Balbi
1
-39
/
+0
2016-11-18
usb: dwc3: Add a function to check properties
John Youn
1
-26
/
+33
2016-11-08
usb: dwc3: trace: purge dwc3_trace()
Felipe Balbi
1
-12
/
+3
2016-11-03
usb: dwc3: core: add dwc3_get_properties()
Felipe Balbi
1
-41
/
+49
2016-11-03
usb: dwc3: core: remove unnecessary alignment
Felipe Balbi
1
-6
/
+2
2016-11-03
usb: dwc3: core: introduce dwc3_core_setup_global_control()
Felipe Balbi
1
-42
/
+48
2016-11-03
usb: dwc3: core: introduce dwc3_core_is_valid()
Felipe Balbi
1
-10
/
+22
2016-11-03
usb: dwc3: Add support for device L1 exit
John Youn
1
-0
/
+10
2016-11-03
usb: dwc3: remove unused struct member dwc3->mem
Lu Baolu
1
-1
/
+0
2016-10-31
usb: dwc3: Fix error handling for core init
Vivek Gautam
1
-3
/
+2
2016-09-14
Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-14
/
+108
2016-09-07
usb: dwc3: Fix dr_mode validation
Thinh Nguyen
1
-11
/
+54
2016-08-25
usb: dwc3: Add ENDXFER command polling
John Youn
1
-0
/
+11
2016-08-25
usb: dwc3: core: Move the mode setting to the right place
Baolin Wang
1
-3
/
+15
2016-08-25
usb: dwc3: add dis_del_phy_power_chg_quirk
William Wu
1
-0
/
+5
2016-08-25
usb: dwc3: make usb2 phy utmi interface configurable
William Wu
1
-0
/
+18
2016-08-25
usb: dwc3: add dis_u2_freeclk_exists_quirk
William Wu
1
-0
/
+5
2016-08-22
usb: dwc3: core: allow device to runtime_suspend several times
Felipe Balbi
1
-0
/
+1
2016-06-21
usb: dwc3: core: cleanup IRQ resources
Roger Quadros
1
-14
/
+8
2016-06-21
usb: dwc3: fix runtime PM in error path
Roger Quadros
1
-8
/
+18
2016-06-21
usb: dwc3: core: fixup dr_mode fallback selection
Felipe Balbi
1
-2
/
+6
2016-06-20
usb: dwc3: remove handling of platform data
Heikki Krogerus
1
-35
/
+0
2016-06-20
usb: dwc3: implement runtime PM
Felipe Balbi
1
-14
/
+134
2016-06-20
usb: dwc3: core: simplify suspend/resume operations
Felipe Balbi
1
-54
/
+5
2016-06-20
usb: dwc3: core: re-factor init and exit paths
Felipe Balbi
1
-58
/
+60
2016-06-20
usb: dwc3: core: move fladj to dwc3 structure
Felipe Balbi
1
-9
/
+7
2016-06-20
usb: dwc3: core: get rid of DWC3_PM_OPS macro
Felipe Balbi
1
-6
/
+2
2016-04-28
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-66
/
+52
2016-04-19
usb: dwc3: core: add fifo space helper
Felipe Balbi
1
-0
/
+14
2016-04-19
usb: dwc3: make dwc3_debugfs_init return value be void
Du, Changbin
1
-9
/
+1
2016-04-18
usb: dwc3: add disable receiver detection in P3 quirk
Rajesh Bhagat
1
-0
/
+6
2016-04-18
usb: dwc3: core: fix PHY handling during suspend
Felipe Balbi
1
-1
/
+22
2016-04-14
usb: dwc3: drop ev_buffs array
Felipe Balbi
1
-9
/
+4
2016-04-14
usb: dwc3: remove num_event_buffers
Felipe Balbi
1
-49
/
+32
2016-04-14
usb: dwc3: drop FIFO resizing logic
Felipe Balbi
1
-4
/
+0
2016-03-29
usb: dwc3: core: improve reset sequence
Felipe Balbi
1
-30
/
+18
2016-03-04
usb: dwc3: Validate the maximum_speed parameter
John Youn
1
-2
/
+16
2016-03-04
usb: dwc3: Update maximum_speed for SuperSpeedPlus
John Youn
1
-4
/
+13
2015-12-15
usb: dwc3: core: purge dev_dbg() calls
Felipe Balbi
1
-3
/
+5
2015-10-09
usb: dwc3: Add dis_enblslpm_quirk
John Youn
1
-0
/
+6
2015-10-09
usb: dwc3: Support Synopsys USB 3.1 IP
John Youn
1
-2
/
+8
2015-09-27
usb: dwc3: core: convert to unified device property interface
Heikki Krogerus
1
-26
/
+24
2015-09-27
usb: common: of_usb_get_dr_mode to usb_get_dr_mode
Heikki Krogerus
1
-1
/
+1
2015-09-27
usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed
Heikki Krogerus
1
-1
/
+2
2015-09-27
usb: dwc3: support for pinctrl state change during system sleep
Sekhar Nori
1
-0
/
+5
[next]