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
/
dwc2
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: gadget: Add functionality to exit from LPM L1 state
Sevak Arakelyan
2018-03-13
1
-0
/
+52
*
usb: dwc2: Add core parameters for LPM support
Sevak Arakelyan
2018-03-13
3
-0
/
+38
*
usb: dwc2: Rename GLPMCFG... definitions
Sevak Arakelyan
2018-03-13
1
-18
/
+20
*
usb: dwc2: Backup and restore PCGCCTL1 register
Razmik Karapetyan
2018-03-13
2
-0
/
+3
*
usb: dwc2: Add ACG support to the driver
Razmik Karapetyan
2018-03-13
6
-2
/
+41
*
usb: dwc2: Print error if unable to set DMA coherent mask
Stefan Wahren
2018-03-13
1
-1
/
+3
*
usb: dwc2: Fix interval type issue
Grigor Tovmasyan
2018-03-13
1
-1
/
+1
*
usb: dwc2: pci: Handle error cleanup in probe
Vardan Mikayelyan
2018-03-13
1
-3
/
+3
*
usb: dwc2: pci: Move devm_kzalloc() before platform_device_add()
Vardan Mikayelyan
2018-03-13
1
-4
/
+4
*
usb: dwc2: pci: Move usb_phy_generic_register()
Vardan Mikayelyan
2018-03-13
1
-7
/
+7
*
usb: dwc2: pci: Replace kzalloc() with devm_kzalloc()
Vardan Mikayelyan
2018-03-13
1
-2
/
+1
*
usb: dwc2: Change TxFIFO and RxFIFO flushing flow
Minas Harutyunyan
2018-03-13
1
-0
/
+10
*
usb: dwc2: host: Fix transaction errors in host mode
Minas Harutyunyan
2018-03-13
1
-1
/
+13
*
usb: dwc2: hcd: Fix host channel halt flow
Minas Harutyunyan
2018-03-13
1
-0
/
+18
*
usb: dwc2: Remove unnecessary debug prints
Razmik Karapetyan
2018-03-13
1
-14
/
+2
*
usb: dwc2: Delete unused functionality
Grigor Tovmasyan
2018-03-13
3
-144
/
+0
*
usb: dwc2: Rename bit set/clear function names
Razmik Karapetyan
2018-03-13
1
-22
/
+22
*
usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handling
Razmik Karapetyan
2018-03-13
1
-1
/
+8
*
usb: dwc2: Update dwc2_handle_incomplete_isoc_out() function
Razmik Karapetyan
2018-03-13
1
-2
/
+12
*
usb: dwc2: Update dwc2_handle_incomplete_isoc_in() function
Razmik Karapetyan
2018-03-13
1
-1
/
+8
*
usb: dwc2: Set AHB burst size to INCR
Razmik Karapetyan
2018-03-13
2
-2
/
+2
*
usb: dwc2: Use AHB burst size parameter
Razmik Karapetyan
2018-03-13
1
-1
/
+1
*
usb: dwc2: Update bit polling functionality
Sevak Arakelyan
2018-03-13
4
-90
/
+79
*
usb: dwc2: Remove version check in GSNPSID
Gevorg Sahakyan
2018-03-13
3
-6
/
+11
*
usb: dwc2: eliminate irq parameter from dwc2_gadget_init
Vardan Mikayelyan
2018-03-08
3
-7
/
+6
*
USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-03-08
1
-78
/
+6
*
usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
Vardan Mikayelyan
2018-02-12
1
-6
/
+6
*
usb: dwc2: Add safety check for STSPHSERCVD intr
Minas Harutyunyan
2018-02-12
1
-3
/
+7
*
usb: dwc2: Add safety check in setting of descriptor chain pointers
Minas Harutyunyan
2018-02-12
1
-1
/
+3
*
Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-01-08
6
-4
/
+125
|
\
|
*
usb: dwc2: host: Don't retry NAKed transactions right away
Douglas Anderson
2017-12-13
5
-4
/
+114
|
*
usb: dwc2: add optional usb ecc reset bit
Dinh Nguyen
2017-12-12
2
-0
/
+11
*
|
usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issues
Minas Harutyunyan
2017-12-11
3
-50
/
+25
|
/
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
2
-8
/
+6
*
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-13
15
-24
/
+50
|
\
|
*
USB: dwc2: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
3
-22
/
+0
|
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
15
-0
/
+15
|
*
usb: dwc2: Fix UDC state tracking
John Stultz
2017-10-24
1
-0
/
+2
|
*
usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host mode
John Stultz
2017-10-24
1
-0
/
+5
|
*
usb: dwc2: Improve gadget state disconnection handling
John Stultz
2017-10-24
1
-2
/
+5
|
*
usb: dwc2: disable erroneous overcurrent condition
Dinh Nguyen
2017-10-19
3
-0
/
+12
|
*
usb: dwc2: add support for STM32F7xx USB OTG HS
Amelie Delaunay
2017-10-19
1
-0
/
+11
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
usb: dwc2: skip L2 state of hcd if controller work in device mode
Meng Dongyang
2017-08-15
1
-0
/
+6
*
usb: dwc2: gadget: make usb_ep_ops const
Bhumika Goyal
2017-08-15
1
-1
/
+1
*
usb: dwc2: gadget: On USB RESET reset device address to zero
Minas Harutyunyan
2017-07-18
1
-0
/
+3
*
usb: dwc2: add support for the DWC2 controller on Meson8 SoCs
Martin Blumenstingl
2017-06-02
1
-0
/
+2
*
Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-04-11
5
-15
/
+45
|
\
|
*
usb: dwc2: simplify optional reset handling
Philipp Zabel
2017-04-11
1
-14
/
+4
|
*
usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...
Bruno Herrera
2017-04-11
4
-1
/
+40
[next]