index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
regmap: clean up regmap allocation
Masahiro Yamada
2018-05-07
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
54
-109
/
+54
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
12
-24
/
+0
*
usb: host: dwc3: fix phys init
Neil Armstrong
2018-04-26
1
-10
/
+13
*
usb: dwc3-of-simple: fix error check of clk_get_bulk when disabled
Neil Armstrong
2018-04-21
1
-1
/
+1
*
usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.
Jean-Jacques Hiblot
2018-04-21
2
-0
/
+2
*
usb: dwc3-of-simple: Fix dependencies
Jean-Jacques Hiblot
2018-04-21
1
-1
/
+1
*
usb: host: dwc3: Add support for multiple PHYs
Neil Armstrong
2018-04-11
1
-47
/
+66
*
usb: host: Add simple of glue driver for DWC3 USB Controllers integration
Neil Armstrong
2018-04-11
3
-0
/
+117
*
usb: dwc2: Replace printf, pr_err by dev_info, dev_err
Patrice Chotard
2018-03-17
1
-9
/
+11
*
usb: dwc2: increase timeout in wait_for_chhltd
Christophe Kerello
2018-03-17
1
-1
/
+1
*
usb: dwc2: disable external vbus supply when the device is removed
Christophe Kerello
2018-03-17
1
-3
/
+35
*
usb: ohci-generic: replace pr_err() by dev_err()
Patrice Chotard
2018-03-17
1
-7
/
+6
*
usb: ohci-generic: factorize PHY operation
Patrice Chotard
2018-03-17
1
-40
/
+59
*
usb: ohci-generic: handle phy power on/off
Patrice Chotard
2018-03-17
1
-0
/
+17
*
usb: ehci-generic: replace pr_err() by dev_err()
Patrice Chotard
2018-03-17
1
-7
/
+9
*
usb: ehci-generic: factorize PHY operation
Patrice Chotard
2018-03-17
1
-40
/
+59
*
usb: ehci-generic: handle phy power on/off
Patrice Chotard
2018-03-17
1
-0
/
+17
*
usb: Remove unused ppc4xx EHCI host driver
Stefan Roese
2018-03-17
2
-36
/
+0
*
ubs: xhci-dwc3: Enable USB3 PHY when available
Vignesh R
2018-03-17
1
-0
/
+11
*
usb: xhci-dwc3: Refractor PHY operations into separate function
Vignesh R
2018-03-17
1
-27
/
+48
*
usb: xhci-dwc3: Power on USB PHY before using
Vignesh R
2018-03-17
1
-0
/
+12
*
usb: dwc2: Allow selection of data buffer size
Alexey Brodkin
2018-03-17
2
-1
/
+13
*
Merge git://git.denx.de/u-boot-sh
Tom Rini
2018-03-05
1
-0
/
+1
|
\
|
*
usb: xhci-rcar: Add R8A77965 M3N entries
Marek Vasut
2018-03-05
1
-0
/
+1
*
|
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
6
-6
/
+6
|
/
*
usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...
Faiz Abbas
2018-02-15
1
-22
/
+0
*
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
Alexey Brodkin
2018-02-15
2
-1
/
+3
*
usb: host: Drop unused hcd_name from r8a66597-hcd.c
Tom Rini
2018-01-28
1
-1
/
+0
*
usb: Remove isp116x-hcd support
Tom Rini
2018-01-28
3
-1800
/
+0
*
Merge git://git.denx.de/u-boot-usb
Tom Rini
2018-01-27
2
-2
/
+2
|
\
|
*
usb: ehci: mxs: fix swapped argument in ehci_writel()
Daniel Schwierzeck
2018-01-25
1
-1
/
+1
|
*
usb: xhci: Fix bool initialization in xhci_bulk_tx
Gustavo A. R. Silva
2018-01-25
1
-1
/
+1
*
|
Merge git://git.denx.de/u-boot-spi
Tom Rini
2018-01-26
5
-29
/
+27
|
\
\
|
|
/
|
/
|
|
*
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2018-01-24
5
-29
/
+27
*
|
arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig
Ran Wang
2018-01-09
1
-0
/
+6
*
|
usb: ehci: fsl: Fix some compile warnings.
Ran Wang
2018-01-09
1
-4
/
+4
|
/
*
usb: r8a66597: convert wait loop to readw_poll_timeout
Chris Brandt
2017-12-09
1
-8
/
+5
*
usb: r8a66597: Add support for RZ/A series
Chris Brandt
2017-11-28
2
-2
/
+66
*
usb: ehci: do not invalidate a NULL buffer
Dirk Behme
2017-11-26
1
-2
/
+3
*
dm: usb: ehci: avoid possible NULL dereference
Heinrich Schuchardt
2017-11-26
1
-4
/
+6
*
usb: xhci: Add Renesas R-Car xHCI driver
Marek Vasut
2017-11-26
4
-0
/
+811
*
usb: ehci: Fix accessors for big-endian platforms and descriptors
Alexey Brodkin
2017-11-26
1
-4
/
+4
*
mvebu: usb: xhci: a38x support
Jon Nettleton
2017-11-16
1
-2
/
+3
*
sti: fix STMicroelectronics copyright
Patrice Chotard
2017-11-06
1
-2
/
+2
*
usb: host: Move CONFIG_XHCI_FSL to Kconfig
Ran Wang
2017-10-27
1
-0
/
+6
*
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Tom Rini
2017-10-10
3
-115
/
+0
|
\
|
*
usb: Drop the EHCI RCar Gen3
Marek Vasut
2017-10-04
3
-115
/
+0
*
|
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
6
-42
/
+42
[prev]
[next]