index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-04-02
3
-5
/
+5
*
usb: dwc3: fix PHY error handling
Felipe Balbi
2013-03-18
1
-2
/
+22
*
usb: dwc3: omap: fix sparse warning
Felipe Balbi
2013-03-18
1
-1
/
+1
*
usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepare
Vivek Gautam
2013-03-18
1
-3
/
+3
*
usb: dwc3: exynos: Use of_platform API to create dwc3 core pdev
Vivek Gautam
2013-03-18
1
-31
/
+25
*
usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executed
Kishon Vijay Abraham I
2013-03-18
1
-2
/
+5
*
usb: dwc3: set dma_mask for dwc3_omap device
Kishon Vijay Abraham I
2013-03-18
2
-0
/
+7
*
usb: dwc3: core: fix wrong OTG event regitser offset
George Cherian
2013-03-18
2
-2
/
+4
*
usb: phy: remove CONFIG_USB_OTG_UTILS
Felipe Balbi
2013-03-18
1
-1
/
+0
*
usb: dwc3: gadget: use num_(in|out)_eps from HW params
Felipe Balbi
2013-03-18
1
-4
/
+35
*
usb: dwc3: calculate the number of endpoints
Felipe Balbi
2013-03-18
2
-0
/
+28
*
usb: dwc3: set 'mode' based on selected Kconfig choices
Vivek Gautam
2013-03-18
1
-1
/
+6
*
usb: dwc3: workaround: unexpected transtion U3 -> RESUME
Felipe Balbi
2013-03-18
1
-0
/
+28
*
usb: dwc3: core: define more revisions
Felipe Balbi
2013-03-18
1
-0
/
+3
*
usb: dwc3: gadget: don't assign gadget.dev.release directly
Felipe Balbi
2013-03-18
1
-6
/
+1
*
usb: dwc3: gadget: don't touch gadget.dev.driver
Felipe Balbi
2013-03-18
1
-2
/
+0
*
usb: dwc3: gadget: remove unnecessary initializations
Felipe Balbi
2013-03-18
1
-6
/
+0
*
usb: dwc3: core: avoid checkpatch.pl warning
Felipe Balbi
2013-03-18
1
-1
/
+2
*
usb: dwc3: debugfs: improve debugfs file creation
Felipe Balbi
2013-03-18
1
-19
/
+22
*
usb: dwc3: debugfs: mark our regset structure const
Felipe Balbi
2013-03-18
1
-1
/
+1
*
usb: dwc3: debugfs: when unknown, print only the state value
Felipe Balbi
2013-03-18
1
-1
/
+1
*
usb: dwc3: debugfs: add two missing Link States
Felipe Balbi
2013-03-18
1
-0
/
+6
*
usb: dwc3: remove our homebrew state mechanism
Felipe Balbi
2013-03-18
2
-24
/
+17
*
usb: dwc3: gadget: implement gadget state tracking
Felipe Balbi
2013-03-18
2
-4
/
+13
*
usb: dwc3: gadget: move to threaded IRQ
Felipe Balbi
2013-03-18
1
-26
/
+60
*
usb: dwc3: add count field to event buffer
Felipe Balbi
2013-03-18
1
-0
/
+2
*
usb: dwc3: add a flags field to event buffer
Felipe Balbi
2013-03-18
1
-0
/
+5
*
usb: dwc3: core: remove bogus comment to our structure
Felipe Balbi
2013-03-18
1
-1
/
+0
*
usb: dwc3: pci: add basic suspend/resume support
Felipe Balbi
2013-03-18
1
-0
/
+38
*
usb: dwc3: exynos: add basic suspend/resume support
Vikas Sajjan
2013-03-18
1
-0
/
+34
*
usb: dwc3: omap: add basic suspend/resume support
Felipe Balbi
2013-03-18
1
-0
/
+56
*
usb: dwc3: omap: remove unused fields from private structure
Felipe Balbi
2013-03-18
1
-12
/
+0
*
usb: dwc3: omap: introduce enable/disable IRQ methods
Felipe Balbi
2013-03-18
1
-15
/
+32
*
usb: dwc3: core: add power management support
Felipe Balbi
2013-03-18
3
-0
/
+212
*
usb: dwc3: gadget: save state of pullups
Felipe Balbi
2013-03-18
2
-0
/
+3
*
usb: dwc3: gadget: introduce and use enable/disable irq methods
Felipe Balbi
2013-03-18
1
-35
/
+45
*
usb: dwc3: core: explicitly setup and cleanup event buffers
Felipe Balbi
2013-03-18
1
-15
/
+17
*
usb: gadget: drop now unnecessary flag
Felipe Balbi
2013-03-18
1
-1
/
+0
*
usb: dwc3: gadget: let udc-core manage gadget->dev
Felipe Balbi
2013-03-18
1
-15
/
+2
*
usb: dwc3: omap: stop using nop-usb-xceiv
Kishon Vijay Abraham I
2013-03-18
1
-67
/
+0
*
usb: dwc3: omap: remove platform data associated with dwc3-omap
Kishon Vijay Abraham I
2013-03-18
1
-14
/
+10
*
usb: dwc3: omap: minor fixes to get dt working
Kishon Vijay Abraham I
2013-03-18
1
-24
/
+21
*
usb: dwc3: ep0: fix sparc64 build
Andrew Morton
2013-03-08
1
-3
/
+4
*
usb: dwc3: gadget: remove unnecessary code
Felipe Balbi
2013-03-04
1
-3
/
+0
*
usb: dwc3: glue layers shouldn't know about the core IP
Felipe Balbi
2013-03-04
3
-6
/
+0
*
usb: dwc3: omap: fix a typo on of_device_id
Felipe Balbi
2013-03-04
1
-3
/
+3
*
usb: dwc3: core: don't forget to free coherent memory
Felipe Balbi
2013-03-04
1
-0
/
+1
*
drivers/usb: add missing GENERIC_HARDIRQS dependencies
Heiko Carstens
2013-02-08
1
-1
/
+1
*
Merge 3.8-rc5 into usb-next
Greg Kroah-Hartman
2013-01-25
1
-0
/
+1
|
\
|
*
usb: dwc3: gadget: fix ep->maxburst for ep0
Pratyush Anand
2013-01-18
1
-0
/
+1
[next]