Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
afa3cad746cc0fb547f1ab8d881db445e237840f
/
drivers
/
usb
/
dwc3
/
core.c
f45e5f0
usb: dwc3: core: Fix gadget for system suspend/resume
by Roger Quadros
· 11 years ago
5730348
usb: dwc3: adapt dwc3 core to use Generic PHY Framework
by Kishon Vijay Abraham I
· 11 years ago
122f06e
usb: dwc3: core: support optional PHYs
by Kishon Vijay Abraham I
· 11 years ago
0ffcaf3
usb: dwc3: core: allocate scratch buffers
by Felipe Balbi
· 11 years ago
32a4a13
usb: dwc3: workaround: clock gating issues
by Felipe Balbi
· 11 years ago
501fae5
usb: dwc3: power off usb phy in error path
by Kishon Vijay Abraham I
· 11 years ago
3088f10
usb: dwc3: invoke phy_resume after phy_init
by Kishon Vijay Abraham I
· 11 years ago
16b972a
usb: dwc3: core: use pm_runtime_put_sync() on remove
by Felipe Balbi
· 11 years ago
d9681ee
usb: dwc3: Remove additional delay of 100ms when resuming
by Vivek Gautam
· 11 years ago
c078a37
usb: dwc3: Remove duplicate inclusion of otg.h
by Sachin Kamat
· 11 years ago
bb67490
usb: dwc3: core: cope with NULL pdata
by Felipe Balbi
· 11 years ago
941ea36
usb: dwc3: use dev_get_platdata()
by Felipe Balbi
· 11 years ago
2e11234
usb: dwc3: core: modify IO memory resource after deferred probe completes
by Ivan T. Ivanov
· 11 years ago
68d6a01
usb: dwc3: core: introduce and use macros for Event Size register
by Felipe Balbi
· 11 years ago
6c76e6c
usb: dwc3: core: switch over to devm_ioremap_resource()
by Felipe Balbi
· 11 years ago
a45c82b8
usb: dwc3: adapt to use dr_mode device tree helper
by Ruchika Kharwar
· 11 years ago
22a5aa1
usb: dwc3: core: switch to snps,dwc3
by Felipe Balbi
· 11 years ago
f7e846f
usb: dwc3: make maximum-speed a per-instance attribute
by Felipe Balbi
· 11 years ago
6462cbd
usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;
by Felipe Balbi
· 11 years ago
5945f78
usb: dwc3: switch to GPL v2 only
by Felipe Balbi
· 11 years ago
315955d7
usb: dwc3: fix the error returned with usb3_phy failure
by Ruchika Kharwar
· 11 years ago
19fda7c
usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functions
by Jingoo Han
· 12 years ago
d105e7f
usb: dwc3: fix PHY error handling
by Felipe Balbi
· 12 years ago
ddff14f
usb: dwc3: set dma_mask for dwc3_omap device
by Kishon Vijay Abraham I
· 12 years ago
789451f6
usb: dwc3: calculate the number of endpoints
by Felipe Balbi
· 14 years ago
cd051da
usb: dwc3: set 'mode' based on selected Kconfig choices
by Vivek Gautam
· 12 years ago
67d0b50
usb: dwc3: core: avoid checkpatch.pl warning
by Felipe Balbi
· 12 years ago
7415f17
usb: dwc3: core: add power management support
by Felipe Balbi
· 13 years ago
f122d33
usb: dwc3: core: explicitly setup and cleanup event buffers
by Felipe Balbi
· 12 years ago
d9b4330
usb: dwc3: core: don't forget to free coherent memory
by Felipe Balbi
· 12 years ago
4811f53
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
5088b6f
usb: dwc3: core: add dt support for dwc3 core
by Kishon Vijay Abraham I
· 12 years ago
5ea9213
usb: dwc3: core: stray statements are removed
by Kishon Vijay Abraham I
· 12 years ago
8ba007a
usb: dwc3: core: enable the USB2 and USB3 phy in probe
by Kishon Vijay Abraham I
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
4fd2448
usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffers
by Kishon Vijay Abraham I
· 12 years ago
0f89fc3
Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
e32672f
usb: dwc3: core: don't kfree() devm_kzalloc()'ed memory
by Felipe Balbi
· 12 years ago
124dafd
usb: dwc3: remove custom unique id handling
by Sebastian Andrzej Siewior
· 12 years ago
01b8daf
usb: dwc3: shutdown usb_phy when removing the device
by Vivek Gautam
· 12 years ago
3921426
usb: dwc3: core: move event buffer allocation out of dwc3_core_init()
by Felipe Balbi
· 12 years ago
380f0d2
usb: dwc3: core: switch event buffer allocation to devm_kzalloc()
by Felipe Balbi
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
e6d49d0
Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
51e1e7b
usb: dwc3: add basic PHY support
by Felipe Balbi
· 12 years ago
066618b
usb: dwc3: core: fix incorrect usage of resource pointer
by Kishon Vijay Abraham I
· 12 years ago
2a540ed
usb: dwc3: core: memory ordering fix in close
by Oliver Neukum
· 12 years ago
b7e38aa
usb: dwc3: core: use devm_iremap_nocache() version
by Felipe Balbi
· 12 years ago
58a0f23
USB: DWC3: Issue device soft reset before core soft reset
by Pratyush Anand
· 12 years ago
45627ac
USB: DWC3: Put 100 ms delay for phy to be stable
by Pratyush Anand
· 12 years ago
7acd85e
usb: dwc3: core: make sure evt->lpos is correctly initialized
by Paul Zimmerman
· 13 years ago
23063b3
Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
51249dc
usb: dwc3: core: split host address space
by Ido Shayevitz
· 13 years ago
64b6c8a
usb: dwc3: Free event buffers array
by Anton Tikhomirov
· 13 years ago
b1116dc
usb: dwc3: core: Convert to module_platform_driver
by Tobias Klauser
· 13 years ago
3e87c42
usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)
by Paul Zimmerman
· 13 years ago
075cd14
usb: dwc3: make dwc3_get_device_id() return the id
by Dan Carpenter
· 13 years ago
1d04679
usb: dwc3: clean up whitespace damage, typos, missing parens, etc.
by Paul Zimmerman
· 13 years ago
2cd0e85
usb: dwc3: linux/module.h included twice
by Danny Kukawka
· 13 years ago
802ca85
usb: dwc3: use devm_xxx functions
by Chanho Park
· 13 years ago
457e84b
usb: dwc3: gadget: dynamically re-size TxFifos
by Felipe Balbi
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
248b122
usb: dwc3: core: fix cached revision on our structure
by Felipe Balbi
· 13 years ago
164d773
usb: dwc3: use correct hwparam register for power mgm check
by Sebastian Andrzej Siewior
· 13 years ago
4878a02
usb: dwc3: move generic dwc3 code from gadget into core
by Sebastian Andrzej Siewior
· 13 years ago
3140e8c
usb: dwc3: use a helper function for operation mode setting
by Sebastian Andrzej Siewior
· 13 years ago
457d3f2
usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX
by Felipe Balbi
· 13 years ago
8300dd2
usb: dwc3: move dwc3 device ID bitmap to core.c
by Felipe Balbi
· 13 years ago
7ae4fc4
usb: dwc3: add a platform device alias
by Sebastian Andrzej Siewior
· 13 years ago
d07e881
usb: dwc3: add xHCI Host support
by Felipe Balbi
· 13 years ago
0949e99
usb: dwc3: fetch mode of operation from HW
by Felipe Balbi
· 13 years ago
9f622b2
usb: dwc3: calculate number of event buffers dynamically
by Felipe Balbi
· 13 years ago
6c167fc
usb: dwc3: allow forcing a maximum speed
by Felipe Balbi
· 13 years ago
2204fde
usb: Add module.h to various dwc3 drivers
by Paul Gortmaker
· 13 years ago
26ceca9
usb: dwc3: core: cache GHWPARAMS* registers
by Felipe Balbi
· 13 years ago
49a25cc
usb: dwc: remove "All rights reserved" statement.
by Sebastian Andrzej Siewior
· 13 years ago
a72e658
usb: dwc3: add module.h to dwc3-omap.c and core.c
by Felipe Balbi
· 13 years ago
7650bd7
usb: dwc3: core: move the core check before soft reset
by Sebastian Andrzej Siewior
· 13 years ago
72246da
usb: Introduce DesignWare USB3 DRD Driver
by Felipe Balbi
· 13 years ago