Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8d56db90bc84eeae7c9d24dc2251a9dc2eb29f53
/
drivers
/
usb
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
30bad53
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
bdabc27
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
ac7f242
armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs
by Prabhakar Kushwaha
· 8 years ago
76336b2
fastboot: sparse: resync common/image-sparse.c (part 2)
by Steve Rae
· 8 years ago
f1f112f
fastboot: sparse: remove session-id logic
by Steve Rae
· 8 years ago
928d3d0
ehci: mx7: fix otg id detection
by Peng Fan
· 8 years ago
13186cf
ehci: mx7: fix usbnc_regs
by Peng Fan
· 8 years ago
b412fad
usb: fsl: Fix NULL terminating issue for usb controller name string
by Rajesh Bhagat
· 8 years ago
a962243
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
52a0551
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
ba397ba
usb: ehci: only shutdown opened controller
by Peng Fan
· 8 years ago
0182095
usb: xhci: fsl: Add workaround for USB erratum A008751
by Sriram Dash
· 8 years ago
9e8da5c
fsl: usb: make errata function common for PPC and ARM
by Sriram Dash
· 8 years ago
eacf09c
usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers
by Sriram Dash
· 8 years ago
d7198f3
usb: dwc2_udc_otg: support 8-bit interface
by Steve Rae
· 8 years ago
779afb6
sunxi: musb: Properly turn of musb controller before booting
by Hans de Goede
· 8 years ago
d3b72ca
usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
by Masahiro Yamada
· 8 years ago
58d0023
usb: move CONFIG_USB_XHCI to Kconfig with renaming
by Masahiro Yamada
· 8 years ago
70907b8
usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configuration
by Roger Quadros
· 9 years ago
470c722
usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled
by Roger Quadros
· 9 years ago
1a54713
drivers: usb: common: add common code for usb drivers to use
by Mugunthan V N
· 9 years ago
46ed88c
usb: gadget: dfu: discard dead code
by Peng Fan
· 9 years ago
c526e83
usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA
by Stefan Roese
· 9 years ago
3dfd3a0
usb: ehci-mx6: allow board_ehci_hcd_init to fail
by Stefan Agner
· 9 years ago
1ea9ac6
usb: dwc2: Init desc_before_addr
by Marek Vasut
· 9 years ago
43db5a6
usb: dwc2: Make OC protection configurable
by Marek Vasut
· 9 years ago
3920949
usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()
by Marek Vasut
· 9 years ago
36fc569
usb: dwc2: Pass private data into dwc_otg_core_init()
by Marek Vasut
· 9 years ago
edfdb99
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
4cdf8e1
usb: s3c-otg: Fix remaining bytes in debug messages
by Roger Quadros
· 9 years ago
f39ca54
usb: s3c-otg: Fix short packet for request size > ep.maxpacket
by Roger Quadros
· 9 years ago
aefb021
fastboot: Clean up bulk-out logic
by Roger Quadros
· 9 years ago
9ab3fdf
fastboot: Enable the respective speed endpoints at runtime
by Roger Quadros
· 9 years ago
bf4b41a
fastboot: Fix wMaxPacketSize for High-Speed IN endpoint
by Roger Quadros
· 9 years ago
b706ffd
usb: gadget Move: CONFIG_G_DNL_* to Kconfig
by Sam Protsenko
· 9 years ago
38db33a
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
by Sam Protsenko
· 9 years ago
70ad200
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
by Sam Protsenko
· 9 years ago
8073f47
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
by Sam Protsenko
· 9 years ago
4d2439d
usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig
by Sam Protsenko
· 9 years ago
b4a0bf7
usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
by Sam Protsenko
· 9 years ago
fb115b1
usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig
by Sam Protsenko
· 9 years ago
83ba2e7
USB: g_dnl: Change device class
by John Tobias
· 9 years ago
52b5e5a
sunxi: H3: Do not clear usb companion clk-gate / reset on remove
by Hans de Goede
· 9 years ago
2ec5be6
musb: Properly call musb_stop() on probe failure
by Hans de Goede
· 9 years ago
ec89e16
musb: sunxi: Do not allocate musb struct multiple times
by Hans de Goede
· 9 years ago
87c7eda
usb: bcm_udc_otg: enable clocks
by Steve Rae
· 9 years ago
c0a7fe2
drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_type
by Sriram Dash
· 9 years ago
2510ff5
drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller
by Sriram Dash
· 9 years ago
70c0815
drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node_type
by Sriram Dash
· 9 years ago
55f01cc
drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
by Sriram Dash
· 9 years ago
3e13f39
usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()
by Mateusz Kulikowski
· 9 years ago
05bc3f4
drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.
by Purna Chandra Mandal
· 9 years ago
043636d
drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.
by Purna Chandra Mandal
· 9 years ago
dc38117
ehci: Add support for Qualcomm EHCI
by Mateusz Kulikowski
· 9 years ago
eb05867
ehci-ci.h: drop generic USBCMD fields
by Mateusz Kulikowski
· 9 years ago
3add69e
usb: Rename ehci-fsl.h to ehci-ci.h
by Mateusz Kulikowski
· 9 years ago
d3b2359
eth: asix88179: Print packet length properly
by Mateusz Kulikowski
· 9 years ago
4374f33
usb: ulpi: Fix compile warning in read/write on 64-bit machines.
by Mateusz Kulikowski
· 9 years ago
ed9cf1f
usb: ulpi: Add Kconfig options for ULPI
by Mateusz Kulikowski
· 9 years ago
aab5a5a
ehci-hcd: Add init_after_reset
by Mateusz Kulikowski
· 9 years ago
b0e5b49
smsc95xx: fix operation on 64-bit systems
by Stephen Warren
· 9 years ago
ec00a0d
fastboot: allow retrieving fastboot variables from env
by Rob Herring
· 9 years ago
4bc3e0e
sunxi: ohci: Add A83T compatible
by Chen-Yu Tsai
· 9 years ago
d0f3813
sunxi: ehci: Add A83T compatible
by Chen-Yu Tsai
· 9 years ago
1c47163
musb: sunxi: Add support for A83T
by Chen-Yu Tsai
· 9 years ago
b084b0c
usb: gadget: Move CONFIG_USB_GADGET to Kconfig
by Sam Protsenko
· 9 years ago
8b6ab7d
sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working
by Hans de Goede
· 9 years ago
a2f4f9a
usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRESS or USB_REQ_SET_CONFIGURATION.
by Ted Chen
· 9 years ago
ca4b215
dm: usb: Unbind old block devices when shutting down USB
by Simon Glass
· 9 years ago
d5a43ba
usb: musb-new: omap2430: OMAP4 MUSB USB controller support
by Paul Kocialkowski
· 9 years ago
2f2c00b
usb: dwc2: disable erroneous overcurrent condition
by Dinh Nguyen
· 9 years ago
1257562
usb: gadget: composite: Correct recovery path for register
by Sam Protsenko
· 9 years ago
cadf42c
usb: ehci: Fix warning on aarch64
by Marek Vasut
· 9 years ago
e76f86a
fastboot: update error and warning messages
by Steve Rae
· 9 years ago
dfdfe6f
usb: eth: fix memalign() parameter order
by Stephen Warren
· 9 years ago
365a70d
dfu: usb: f_dfu: Set deferred call for dfu_flush() function
by Lukasz Majewski
· 9 years ago
7185636
usb: ehci: Be explicit about the BE IO accessors
by Marek Vasut
· 9 years ago
d9fa048
usb: ehci: Clear USBMODE_BE on LE MMIO
by Marek Vasut
· 9 years ago
df0b624
usb: ehci: Implement V2P mapping
by Marek Vasut
· 9 years ago
851fecc
usb: ehci: Use map_physmem in ehci-generic
by Marek Vasut
· 9 years ago
a1f5d11
sunxi: H3: Add support for the host usb-phys
by Jelle van der Waa
· 9 years ago
cb88cd8
drivers: usb: ohci-at91: clean up the PLLB code
by Wenyou Yang
· 9 years ago
2f7be64
drivers: usb: atmel: clean up the UTMI PLL code
by Wenyou Yang
· 9 years ago
fbd4ac1
drivers: at91: clean up peripheral clock code
by Wenyou Yang
· 9 years ago
94bf8b5
usb: remove UniPhier EHCI driver
by Masahiro Yamada
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
0d64b5b
usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
by Frank Wang
· 9 years ago
f79dbf9
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
fbb66bf
usb: add clock support for generic EHCI
by Masahiro Yamada
· 9 years ago
78eeb91
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
4073b83
usb: ehci-mx6: Use shared wait_for_bit
by Mateusz Kulikowski
· 9 years ago
af70d02
usb: ohci-lpc32xx: Use shared wait_for_bit
by Mateusz Kulikowski
· 9 years ago
2765f1e
usb: dwc2: Use shared wait_for_bit
by Mateusz Kulikowski
· 9 years ago
9470c72
dm: usb: Add a compatible string for PCI EHCI controller
by Simon Glass
· 9 years ago
9b6dbd4
usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
by Ted Chen
· 9 years ago
081dcc7
usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds
by Stefan Brüns
· 9 years ago
247241e
usb: dwc2: Add SPLIT INTERRUPT transaction support
by Stefan Brüns
· 9 years ago
0c4b065
usb: dwc2: Implement SPLIT transaction support
by Stefan Brüns
· 9 years ago
2e194e2
usb: dwc2: add helper function for setting SPLIT HC registers
by Stefan Brüns
· 9 years ago
Next »