index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in
John Youn
2015-03-19
1
-4
/
+2
*
usb: dwc2: avoid leaking DMA channels on disconnection
Vincent Palatin
2015-03-19
1
-0
/
+8
*
usb: dwc2: pci: Select the generic PHY for dwc2-pci driver
John Youn
2015-03-13
1
-0
/
+1
*
usb: dwc2: rework initialization of host and gadget in dual-role mode
Marek Szyprowski
2015-03-12
2
-8
/
+23
*
usb: dwc2: pci: Add device mode to the dwc2-pci driver
John Youn
2015-03-11
2
-90
/
+76
*
usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h
Joseph Kogut
2015-03-10
1
-1
/
+0
*
Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2015-02-04
7
-459
/
+932
|
\
|
*
usb: dwc2: Fix a bug in reading the endpoint directions from reg.
Roshan Pius
2015-02-04
1
-1
/
+1
|
*
usb: dwc2: fix USB core dependencies
Arnd Bergmann
2015-01-30
1
-2
/
+2
|
*
usb: dwc2: gadget: initialize controller in pullup callback
Gregory Herrero
2015-01-30
1
-0
/
+1
|
*
usb: dwc2: gadget: replace constants with defines
Mian Yousaf Kaukab
2015-01-30
2
-12
/
+13
|
*
usb: dwc2: gadget: fix phy interface configuration
Mian Yousaf Kaukab
2015-01-30
1
-3
/
+7
|
*
usb: dwc2: gadget: fix debug message for zlp
Mian Yousaf Kaukab
2015-01-30
1
-1
/
+6
|
*
usb: dwc2: gadget: don't modify pullup status during reset
Gregory Herrero
2015-01-30
1
-1
/
+0
|
*
usb: dwc2: gadget: add reset flag in init function
Gregory Herrero
2015-01-30
3
-15
/
+26
|
*
usb: dwc2: gadget: add unaligned buffers support
Mian Yousaf Kaukab
2015-01-30
2
-1
/
+63
|
*
usb: dwc2: gadget: remove hardcoded if (0) and if (1) checks
Mian Yousaf Kaukab
2015-01-30
1
-13
/
+1
|
*
usb: dwc2: gadget: fix a typo in comment
Gregory Herrero
2015-01-30
1
-1
/
+1
|
*
usb: dwc2: gadget: add TEST_MODE feature support
Gregory Herrero
2015-01-30
2
-7
/
+186
|
*
usb: dwc2: gadget: fix clear halt feature handling
Gregory Herrero
2015-01-30
1
-7
/
+13
|
*
usb: dwc2: host: resume root hub on remote wakeup
Gregory Herrero
2015-01-30
1
-2
/
+4
|
*
usb: dwc2: hcd: use HUB_CHAR_*
Sergei Shtylyov
2015-01-19
1
-1
/
+3
|
*
Revert "usb: dwc2: add bus suspend/resume for dwc2"
Paul Zimmerman
2015-01-19
1
-77
/
+11
|
*
Merge tag 'v3.19-rc5' into next
Felipe Balbi
2015-01-19
1
-1
/
+5
|
|
\
|
*
|
usb: dwc2: gadget: report disconnection after reset
Mian Yousaf Kaukab
2015-01-12
1
-1
/
+4
|
*
|
usb: dwc2: gadget: force gadget initialization in dev mode
Gregory Herrero
2015-01-12
1
-0
/
+16
|
*
|
usb: dwc2: gadget: add vbus_draw support
Gregory Herrero
2015-01-12
1
-0
/
+17
|
*
|
usb: dwc2: gadget: fix pullup handling
Gregory Herrero
2015-01-12
1
-0
/
+1
|
*
|
usb: dwc2: gadget: reset fifo_map when initializing fifos
Gregory Herrero
2015-01-12
1
-0
/
+4
|
*
|
usb: dwc2: gadget: fix fifo allocation leak
Mian Yousaf Kaukab
2015-01-12
1
-1
/
+12
|
*
|
usb: dwc2: gadget: pick smallest acceptable fifo
Mian Yousaf Kaukab
2015-01-12
1
-10
/
+15
|
*
|
usb: dwc2: gadget: rename sent_zlp to send_zlp
Mian Yousaf Kaukab
2015-01-12
2
-6
/
+6
|
*
|
usb: dwc2: gadget: add vbus_session support
Gregory Herrero
2015-01-12
1
-0
/
+24
|
*
|
usb: dwc2: gadget: don't block after fifo flush timeout
Gregory Herrero
2015-01-12
1
-0
/
+1
|
*
|
usb: dwc2: gadget: dont warn if endpoint is not enabled
Mian Yousaf Kaukab
2015-01-12
1
-1
/
+1
|
*
|
usb: dwc2: gadget: fix zero length packet transfers
Mian Yousaf Kaukab
2015-01-12
1
-29
/
+22
|
*
|
usb: dwc2: gadget: manage ep0 state in software
Mian Yousaf Kaukab
2015-01-12
2
-80
/
+89
|
*
|
usb: dwc2: gadget: kill requests after disabling ep
Mian Yousaf Kaukab
2015-01-12
1
-2
/
+3
|
*
|
usb: dwc2: gadget: consider all tx fifos
Mian Yousaf Kaukab
2015-01-12
1
-2
/
+4
|
*
|
usb: dwc2: gadget: fix debug loop limits
Mian Yousaf Kaukab
2015-01-12
1
-4
/
+4
|
*
|
usb: dwc2: gadget: remove unused members from hsotg_req
Mian Yousaf Kaukab
2015-01-12
1
-4
/
+0
|
*
|
usb: dwc2: gadget: configure fifos from device tree
Gregory Herrero
2015-01-12
2
-28
/
+73
|
*
|
usb: dwc2: gadget: check interrupts for all endpoints
Mian Yousaf Kaukab
2015-01-12
1
-2
/
+4
|
*
|
usb: dwc2: gadget: add bi-directional endpoint support
Mian Yousaf Kaukab
2015-01-12
2
-119
/
+210
|
*
|
usb: dwc2: gadget: add device tree property to enable dma
Gregory Herrero
2015-01-12
2
-2
/
+18
|
*
|
usb: dwc2: gadget: don't erase gahbcfg register when enabling dma
Gregory Herrero
2015-01-12
1
-2
/
+2
|
*
|
usb: dwc2: gadget: write correct value in ahbcfg register
Gregory Herrero
2015-01-12
1
-1
/
+1
|
*
|
usb: dwc2: gadget: fix error path in dwc2_gadget_init
Mian Yousaf Kaukab
2015-01-12
1
-2
/
+2
|
*
|
usb: dwc2: gadget: don't embed ep0 buffers
Mian Yousaf Kaukab
2015-01-12
2
-2
/
+21
|
*
|
usb: dwc2: gadget: don't process XferCompl on setup packet
Mian Yousaf Kaukab
2015-01-12
2
-0
/
+5
[next]