Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
9eea45f532301376af4498a131246ff1e130a63a
/
drivers
/
usb
9eea45f
usb: xhci-mvebu: use xhci_deregister() for .remove callback
by Masahiro Yamada
· 8 years ago
99e2df4
usb: ehci-vf: use ehci_deregister() for .remove callback
by Masahiro Yamada
· 8 years ago
53302bd
Remove some merge markers
by Simon Glass
· 8 years ago
c9abfbd
net: smsc95xx: fix DM MAC address reading
by Stephen Warren
· 8 years ago
b11e298
usb: pci: Fix cast for 64-bit compilation
by Simon Glass
· 8 years ago
fe4ba68
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
f413d1c
mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261
by Sriram Dash
· 8 years ago
4c04371
drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller
by Sriram Dash
· 8 years ago
c609775
usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratum
by Sriram Dash
· 8 years ago
a5c289b
usb: fsl: Rename fdt_fixup_dr_usb
by Sriram Dash
· 8 years ago
0885cdb
usb: host: ehci-vf: Migrate Vybrid USB to driver model
by Sanchayan Maity
· 8 years ago
e915716
drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests
by Sriram Dash
· 8 years ago
cea6c8c
net: asix: Fix ASIX 88772B with driver model
by Alban Bedel
· 8 years ago
40e1236
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 8 years ago
2f6a7e8
ARM: tegra: fix USB ULPI PHY reset signal inversion confusion
by Stephen Warren
· 8 years ago
6d55656
Merge git://www.denx.de/git/u-boot-marvell
by Tom Rini
· 8 years ago
d36277e
usb: xhci-mvebu: Add Armada 8K to compatiblity list
by Stefan Roese
· 8 years ago
c6cfcc9
usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)
by Stefan Roese
· 8 years ago
81c1f6f
usb: xhci: Add Marvell MVEBU xHCI support
by Stefan Roese
· 8 years ago
6ad6102
usb:gadget: Disallow DFU in SPL for now
by Tom Rini
· 8 years ago
8824cfc
usb: ehci-generic: support reset control for generic EHCI
by Masahiro Yamada
· 8 years ago
4982f46
Move ENOTSUPP defines to include/linux/errno.h
by Masahiro Yamada
· 8 years ago
5d97dff
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
8319aeb
usb: squash lines for immediate return
by Masahiro Yamada
· 8 years ago
4052734
usb: replace ehci_*_remove() with usb_deregister()
by Masahiro Yamada
· 8 years ago
f7bb27a
usb: host: add Kconfig for USB_XHCI_ROCKCHIP
by Kever Yang
· 8 years ago
b44566c
usb: xhci-rockchip: add rockchip dwc3 controller driver
by MengDongyang
· 8 years ago
9a6535e
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 8 years ago
7c22e26
sunxi: musb: Re-init musb controller on repeated probe calls
by Hans de Goede
· 8 years ago
57075a4
sunxi: musb: Power off OTG port VBUS when disabled
by Chen-Yu Tsai
· 8 years ago
47a79f6
usb: uniphier: remove UniPhier xHCI driver and select DM_USB
by Masahiro Yamada
· 8 years ago
41d1258
net: asix: Fix AX88772B when used with DriverModel
by Joshua Scott
· 8 years ago
e016f0b
fastboot: implement Kconfig
by Steve Rae
· 8 years ago
0fcb9f0
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
17b68b5
dm: atmel: Add driver model support for the ehci driver
by Wenyou Yang
· 8 years ago
70f1463
net: smsc95xx: Use correct get_unaligned functions
by Chris Packham
· 8 years ago
76b2fad
eth: asix88179: Add support for the driver model
by Alban Bedel
· 8 years ago
620452e
eth: asix88179: Prepare supporting the driver model
by Alban Bedel
· 8 years ago
50f5bb2
eth: asix88179: Fix receiving on big endian system
by Alban Bedel
· 8 years ago
652b269
eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter
by Alban Bedel
· 8 years ago
707c866
usb: xhci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
ba699a5
usb: ehci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
1e61ce9
drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
2b58e1b
usb: add (move) CONFIG_USB_HOST to Kconfig
by Masahiro Yamada
· 8 years ago
96d8284
usb: add CONFIG_USB_UHCI_HCD in Kconfig
by Masahiro Yamada
· 8 years ago
93cb824
usb: add CONFIG_USB_OHCI_HCD in Kconfig
by Masahiro Yamada
· 8 years ago
6688452
net: usb: r8152: Add DM support
by Stefan Roese
· 8 years ago
bb42fb4
dm: ehci-mx6: support driver model
by Peng Fan
· 8 years ago
4711e7f
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
dec49e8
dm: zynq: usb: Convert to CONFIG_DM_USB
by Simon Glass
· 8 years ago
9119548
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
2e3f1ff
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
9424f14
usb: dwc2 : invalidate dcache before starting DMA
by Xu Ziyuan
· 8 years ago
4711788
usb: dwc2-otg: adjust fifo size via platform data
by Xu Ziyuan
· 8 years ago
fab3357
usb: rockchip-phy: implement USB2.0 phy control
by Xu Ziyuan
· 8 years ago
2cdc778
usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ
by Siva Durga Prasad Paladugu
· 8 years ago
c448309
usb: ehci-mx6: introduce config for high active power pin
by Stefan Agner
· 8 years ago
9a88180
usb: ehci-mx6: configure power polarity in usb_power_config
by Stefan Agner
· 8 years ago
2deebe2
usb: move CONFIG_USB_EHCI_MX7 to Kconfig
by Stefan Agner
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
68f7289
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
44faff2
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
49cdce1
armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs
by Prabhakar Kushwaha
· 8 years ago
9bc3479
fastboot: sparse: resync common/image-sparse.c (part 2)
by Steve Rae
· 8 years ago
64ece84
fastboot: sparse: remove session-id logic
by Steve Rae
· 8 years ago
57de41e
ehci: mx7: fix otg id detection
by Peng Fan
· 8 years ago
429ff44
ehci: mx7: fix usbnc_regs
by Peng Fan
· 8 years ago
217d169
usb: fsl: Fix NULL terminating issue for usb controller name string
by Rajesh Bhagat
· 8 years ago
135aa95
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
a10a31e
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
1e6fb0e
usb: ehci: only shutdown opened controller
by Peng Fan
· 8 years ago
ef53b8c
usb: xhci: fsl: Add workaround for USB erratum A008751
by Sriram Dash
· 8 years ago
9262367
fsl: usb: make errata function common for PPC and ARM
by Sriram Dash
· 8 years ago
bf65577
usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers
by Sriram Dash
· 8 years ago
f221db0
usb: dwc2_udc_otg: support 8-bit interface
by Steve Rae
· 8 years ago
bca4c3c
sunxi: musb: Properly turn of musb controller before booting
by Hans de Goede
· 8 years ago
10db750
usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
by Masahiro Yamada
· 8 years ago
0a8cc1a
usb: move CONFIG_USB_XHCI to Kconfig with renaming
by Masahiro Yamada
· 8 years ago
68a775a
usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configuration
by Roger Quadros
· 8 years ago
3ac8d1e
usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled
by Roger Quadros
· 8 years ago
c0c62d9
drivers: usb: common: add common code for usb drivers to use
by Mugunthan V N
· 9 years ago
12ff19d
usb: gadget: dfu: discard dead code
by Peng Fan
· 9 years ago
2bf352f
usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA
by Stefan Roese
· 9 years ago
79d867c
usb: ehci-mx6: allow board_ehci_hcd_init to fail
by Stefan Agner
· 9 years ago
e96e064
usb: dwc2: Init desc_before_addr
by Marek Vasut
· 9 years ago
b4fbd08
usb: dwc2: Make OC protection configurable
by Marek Vasut
· 9 years ago
618da56
usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()
by Marek Vasut
· 9 years ago
5590198
usb: dwc2: Pass private data into dwc_otg_core_init()
by Marek Vasut
· 9 years ago
eae4b2b
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
4d5b637
usb: s3c-otg: Fix remaining bytes in debug messages
by Roger Quadros
· 9 years ago
842769e
usb: s3c-otg: Fix short packet for request size > ep.maxpacket
by Roger Quadros
· 9 years ago
ac484c5
fastboot: Clean up bulk-out logic
by Roger Quadros
· 9 years ago
8b704a0
fastboot: Enable the respective speed endpoints at runtime
by Roger Quadros
· 9 years ago
718156a
fastboot: Fix wMaxPacketSize for High-Speed IN endpoint
by Roger Quadros
· 9 years ago
e6c0bc0
usb: gadget Move: CONFIG_G_DNL_* to Kconfig
by Sam Protsenko
· 9 years ago
b142729
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
by Sam Protsenko
· 9 years ago
c16bf62
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
by Sam Protsenko
· 9 years ago
65403f3
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
by Sam Protsenko
· 9 years ago
aaa4a9e
usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig
by Sam Protsenko
· 9 years ago
Next »