Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
1005e4e5f6b25c67064287268119e974c9cead22
/
drivers
/
usb
f739fcd
SPDX: Convert a few files that were missed before
by Tom Rini
· 7 years ago
8c1de5e
regmap: clean up regmap allocation
by Masahiro Yamada
· 7 years ago
4549e78
SPDX: Convert all of our multiple license tags to Linux Kernel style
by Tom Rini
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
48cdfa2
usb: f_mass_storage: simplify logical expression
by Heinrich Schuchardt
· 7 years ago
fa9da8e
usb: gadget: remove duplicate assignment.
by Heinrich Schuchardt
· 7 years ago
ab9e12f
spl: disk: usb: Add dependencies to sprintf/strto*
by Alex Kiernan
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
d57ed4d
usb: gadget: composite: fix NULL pointer when a non standard request is received
by Christophe Kerello
· 7 years ago
003659b
usb: host: dwc3: fix phys init
by Neil Armstrong
· 7 years ago
3827609
usb: dwc3-of-simple: fix error check of clk_get_bulk when disabled
by Neil Armstrong
· 7 years ago
cc73ba9
usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.
by Jean-Jacques Hiblot
· 7 years ago
103774b
usb: dwc3-of-simple: Fix dependencies
by Jean-Jacques Hiblot
· 7 years ago
7c839ea
usb: host: dwc3: Add support for multiple PHYs
by Neil Armstrong
· 7 years ago
ca7fdc8
usb: host: Add simple of glue driver for DWC3 USB Controllers integration
by Neil Armstrong
· 7 years ago
9925f1d
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· 7 years ago
a18d106
usb: gadget: USB_ETHER requires network support
by Alex Kiernan
· 7 years ago
e56a713
usb: rockchip: remove duplicate assignement.
by Heinrich Schuchardt
· 7 years ago
f245343
lan7xxx: Require phylib
by Alexander Graf
· 7 years ago
ac6c796
usb: dwc2: Replace printf, pr_err by dev_info, dev_err
by Patrice Chotard
· 7 years ago
c2e4c86
usb: dwc2: increase timeout in wait_for_chhltd
by Christophe Kerello
· 7 years ago
82e7975
usb: dwc2: disable external vbus supply when the device is removed
by Christophe Kerello
· 7 years ago
6048d42
usb: ohci-generic: replace pr_err() by dev_err()
by Patrice Chotard
· 7 years ago
cab4d48
usb: ohci-generic: factorize PHY operation
by Patrice Chotard
· 7 years ago
633e1ec
usb: ohci-generic: handle phy power on/off
by Patrice Chotard
· 7 years ago
df7777a
usb: ehci-generic: replace pr_err() by dev_err()
by Patrice Chotard
· 7 years ago
20f06a4
usb: ehci-generic: factorize PHY operation
by Patrice Chotard
· 7 years ago
a800a67
usb: ehci-generic: handle phy power on/off
by Patrice Chotard
· 7 years ago
2715e32
usb: Remove unused ppc4xx EHCI host driver
by Stefan Roese
· 7 years ago
2fd4242
ubs: xhci-dwc3: Enable USB3 PHY when available
by Vignesh R
· 7 years ago
3fc2635
usb: xhci-dwc3: Refractor PHY operations into separate function
by Vignesh R
· 7 years ago
7d4e4d3
usb: xhci-dwc3: Power on USB PHY before using
by Vignesh R
· 7 years ago
42637fd
usb: dwc2: Allow selection of data buffer size
by Alexey Brodkin
· 7 years ago
81f077f
Merge git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
4f0533f
usb: xhci-rcar: Add R8A77965 M3N entries
by Marek Vasut
· 7 years ago
bb4059a
dfu: Rename _FUNCTION_DFU to DFU_OVER_
by Marek Vasut
· 7 years ago
462c117
usb: kbd: select SYS_STDIO_DEREGISTER
by Heinrich Schuchardt
· 7 years ago
a64a614
usb: gadget: sdp: fix pointer cast warnings for 64bit archs
by Andre Heider
· 7 years ago
24ccd0c
usb: gadget: sdp: add missing line breaks
by Andre Heider
· 7 years ago
b16c129
usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions
by Faiz Abbas
· 7 years ago
163f885
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
by Alexey Brodkin
· 7 years ago
a43aebe
usb: ulpi: kconfig: Remove meaningless choice default
by Ulf Magnusson
· 7 years ago
a4d4032
usb: dwc2: make casts of ep->dma_buf consistent
by Tom Rini
· 7 years ago
4f60e5d
Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig
by Lukasz Majewski
· 7 years ago
c6c1ca1
Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to Kconfig
by Lukasz Majewski
· 7 years ago
b769659
Kconfig: usb: Sort USB_FUNCTION_* entries
by Lukasz Majewski
· 7 years ago
40b6118
usb: host: Drop unused hcd_name from r8a66597-hcd.c
by Tom Rini
· 7 years ago
1c0ae00
usb: Remove isp116x-hcd support
by Tom Rini
· 7 years ago
f95a4b3
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
1d12a7c
Merge git://git.denx.de/u-boot-spi
by Tom Rini
· 7 years ago
6f7c92d
usb: ehci: mxs: fix swapped argument in ehci_writel()
by Daniel Schwierzeck
· 7 years ago
eacccbd
usb: xhci: Fix bool initialization in xhci_bulk_tx
by Gustavo A. R. Silva
· 7 years ago
4826350
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
6574864
Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
by Adam Ford
· 7 years ago
b9b500b
Convert CONFIG_OMAP_USB_PHY to Kconfig
by Adam Ford
· 7 years ago
3b9e2a2
Convert CONFIG_TWL4030_USB to Kconfig
by Adam Ford
· 7 years ago
e13a9dc
Convert CONFIG_USB_MUSB_HCD et al to Kconfig
by Adam Ford
· 7 years ago
8636222
Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig
by Adam Ford
· 7 years ago
bf2b72b
usb: rockchip: add the rockusb gadget
by Eddie Cai
· 7 years ago
f4f9896
musb: sunxi: Use base address from device tree
by Chen-Yu Tsai
· 7 years ago
91f4fb9
arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig
by Ran Wang
· 7 years ago
be3872e
usb: ehci: fsl: Fix some compile warnings.
by Ran Wang
· 7 years ago
1a3fc35
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
a8f3303
armv8: ls1043a/ls2080a: check SoC by device ID
by Wenbin song
· 7 years ago
243fd64
usb: r8a66597: convert wait loop to readw_poll_timeout
by Chris Brandt
· 7 years ago
11f4678
usb: r8a66597: Add support for RZ/A series
by Chris Brandt
· 7 years ago
8171dac
Trigger watchdog before calling usb_gadget_handle_interrupts
by Vincent Prince
· 7 years ago
a8c402f
usb: gadget: storage: Increase FSG_BUFLEN
by Marek Vasut
· 7 years ago
b3cbcd9
usb: ehci: do not invalidate a NULL buffer
by Dirk Behme
· 7 years ago
45157d2
dm: usb: ehci: avoid possible NULL dereference
by Heinrich Schuchardt
· 7 years ago
e1cc60c
usb: xhci: Add Renesas R-Car xHCI driver
by Marek Vasut
· 7 years ago
9829ce2
usb: ehci: Fix accessors for big-endian platforms and descriptors
by Alexey Brodkin
· 7 years ago
d3d036a
mvebu: usb: xhci: a38x support
by Jon Nettleton
· 7 years ago
fb48bc4
sti: fix STMicroelectronics copyright
by Patrice Chotard
· 7 years ago
420b0eb
usb: host: Move CONFIG_XHCI_FSL to Kconfig
by Ran Wang
· 7 years ago
4bb3dac
usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>
by Masahiro Yamada
· 7 years ago
2ee87b0
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
4f42a0d
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
0a70fb4
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
by Masahiro Yamada
· 7 years ago
9b643e3
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
b44b302
printk: collect printk stuff into <linux/printk.h> with loglevel support
by Masahiro Yamada
· 7 years ago
c322d4b
usb: Drop the EHCI RCar Gen3
by Marek Vasut
· 7 years ago
3c989f3
sunxi: Fix USB_GADGET implication
by Maxime Ripard
· 7 years ago
3a61b08
musb: sunxi: switch to the device model
by Maxime Ripard
· 7 years ago
e02687b
sunxi: provide default USB gadget setup
by Maxime Ripard
· 7 years ago
10ac57f
usb: gadget: usb_ether: Move settings to common
by Maxime Ripard
· 7 years ago
a95aee6
usb: gadget: Make g_dnl USB settings common
by Maxime Ripard
· 7 years ago
d2f0f4a
usb: gadget: usb_ether: Move the interfaces to Kconfig
by Maxime Ripard
· 7 years ago
3f33d3c
usb: gadget: Convert USB_ETHER to Kconfig
by Maxime Ripard
· 7 years ago
c163668
usb: gadget: Move USBNET_HOST_ADDR to Kconfig
by Maxime Ripard
· 7 years ago
74e7997
usb: gadget: Document USBNET_DEVADDR
by Maxime Ripard
· 7 years ago
5506ff1
usb: gadget: Move USBNET_DEVADDR option out of g_dnl
by Maxime Ripard
· 7 years ago
dc04b35
usb: dwc3: add UniPhier specific glue layer
by Masahiro Yamada
· 7 years ago
fae3585
usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
by Bin Meng
· 7 years ago
ab2b727
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
by Bin Meng
· 7 years ago
fa483b2
usb: xhci: Program max burst size for endpoint
by Bin Meng
· 7 years ago
f51966b
usb: xhci: Honor endpoint's interval
by Bin Meng
· 7 years ago
b5aa857
usb: xhci: Fix max packet size for full speed device endpoint 0
by Bin Meng
· 7 years ago
1897d60
usb: xhci: Add interrupt transfer support
by Bin Meng
· 7 years ago
Next »