Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
c4c726c26bdc09a2c907e230fdf6c75adcc2b674
/
drivers
/
usb
« Previous
543049a
usb: host: Drop [e-o]hci-sunxi drivers
by Jagan Teki
· 6 years ago
29d280c
sunxi: usb: Switch to Generic host controllers
by Jagan Teki
· 6 years ago
b9aa0a9
musb-new: sunxi: Use CLK and RESET support
by Jagan Teki
· 6 years ago
b3c518a
dm: usb: gadget: Fix boot breakage on sunxi platforms
by Jean-Jacques Hiblot
· 6 years ago
f811e97
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
by Jean-Jacques Hiblot
· 6 years ago
801f1fa
dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports
by Jean-Jacques Hiblot
· 6 years ago
8c6cc71
usb: xhci-mem: Fix scratchpad array issue
by Ye Li
· 6 years ago
46a3f27
usb: musb-new: sunxi: Fix null pointer access
by Stefan Mavrodiev
· 6 years ago
771e765
usb: composite: Fix max packet size for USB3.0
by Siva Durga Prasad Paladugu
· 6 years ago
7d98dbc
usb: musb-new: Add support for DM_USB
by Jean-Jacques Hiblot
· 6 years ago
1594c75
usb: musb-new: Allow the diver not to use the set_phy_power() callback
by Jean-Jacques Hiblot
· 6 years ago
1ce5f1f
dwc3-generic: Add support for the am437x
by Jean-Jacques Hiblot
· 6 years ago
4dd76d0
usb: host: replace xhci-keystone driver by the generic dwc3 driver
by Jean-Jacques Hiblot
· 6 years ago
1c03ade
usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
by Jean-Jacques Hiblot
· 6 years ago
f187ace
usb: musb: Remove legacy CONFIG_USB_DA8XX
by Adam Ford
· 6 years ago
66c65f0
usb: musb: Remove Legacy CONFIG_USB_DAVINCI
by Adam Ford
· 6 years ago
16ecb29
usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPL
by Martyn Welch
· 6 years ago
916fa097
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
by Lukasz Majewski
· 6 years ago
bb00a01
usb: gadget: f_sdp: Provide filesize env variable for downloaded images
by Petr Štetiar
· 6 years ago
d66e54a
dwc3-generic: Add support for the TI DWC3 glue
by Jean-Jacques Hiblot
· 6 years ago
4d3825c
usb: dwc3: Fix a compilation error with the edison defconfig
by Jean-Jacques Hiblot
· 6 years ago
93991cf
dwc3-generic: Add select_dr_mode operation
by Jean-Jacques Hiblot
· 6 years ago
446e3a2
dwc3-generic: Handle the PHYs, the clocks and the reset lines
by Jean-Jacques Hiblot
· 6 years ago
0131162
dm: usb: create a new UCLASS ID for USB gadget devices
by Jean-Jacques Hiblot
· 6 years ago
d648a50
dwc3: move phy operation to core.c
by Jean-Jacques Hiblot
· 6 years ago
20bebd8
dwc3_generic: do not probe the USB device driver when it's bound
by Jean-Jacques Hiblot
· 6 years ago
ff8d755
usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt()
by Jean-Jacques Hiblot
· 6 years ago
687ab54
usb: introduce a separate config option for DM USB device
by Jean-Jacques Hiblot
· 6 years ago
a06955a
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
dc03b70
usb: Do not compile USB_STORAGE with BLK && !DM_USB
by Alexander Graf
· 6 years ago
fd09c20
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
ab58170
usb: Remove CMD_USB dependency for common code
by Sven Schwermer
· 6 years ago
41a25f4
usb: Introduce CONFIG_SPL_DM_USB
by Sven Schwermer
· 6 years ago
4eaf7f5
fsl/usb: Workaround for USB erratum-A005275
by Chris Packham
· 6 years ago
22929e1
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
by Patrick Delaunay
· 6 years ago
dda5251
net.h: Include linux/if_ether.h to avoid duplication
by Bin Meng
· 6 years ago
30b3241
usb:ci_udc: don't overwrite configuration on pullup
by Ramon Fried
· 6 years ago
2466704
usb: ehci-msm: Add init_after_reset for CI_UDC
by Ramon Fried
· 6 years ago
8164952
usb:ci_udc: Introduce init_after_reset phy function
by Ramon Fried
· 6 years ago
0683b27
ehci: msm: use init_type in probe
by Ramon Fried
· 6 years ago
0ac0b6e
ehci: msm: switch to generic PHY uclass
by Ramon Fried
· 6 years ago
2df4923
ehci: msm: Add missing platdata
by Ramon Fried
· 6 years ago
cd8c3ae
ehci: Replace board_prepare_usb with board_usb_init
by Ramon Fried
· 6 years ago
5c349e1
usb: ehci-generic: Add vbus-supply regulator support
by Patrice Chotard
· 6 years ago
88c34b8
usb: dwc2: Add reset ctrl to driver
by Ley Foon Tan
· 6 years ago
1335e77
usb: ehci: Add PHY support to ehci-pci
by Marek Vasut
· 6 years ago
b43cdf9
usb: ehci: Make the PHY handling generic
by Marek Vasut
· 6 years ago
15fd1b7
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
12069bd
usb: musb-new: Call musb_platform_exit from musb_stop
by Jagan Teki
· 6 years ago
14b6a07
usb: musb-new: sunxi: Add proper musb exit support
by Jagan Teki
· 6 years ago
1034bcc
musb-new: sunxi: Access ahb_reset0_cfg via ccm offset
by Jagan Teki
· 6 years ago
622fd2b
usb: musb-new: sunxi: Allocate struct phy in private
by Jagan Teki
· 6 years ago
8b8d59f
usb: musb-new: Fix improper musb host pointer
by Jagan Teki
· 6 years ago
c73251e
usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller
by Jean-Jacques Hiblot
· 6 years ago
1a35526
usb: musb-new: omap2430: Enable DM_USB and OF support
by Adam Ford
· 6 years ago
10d5ed9
usb: musb-new: omap2430: Remove dead code
by Adam Ford
· 6 years ago
cdec3ea
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
92c7eda
usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes
by Alberto Panizzo
· 6 years ago
4f6dc4c
usb: rockchip: fix printing csw debug info
by Alberto Panizzo
· 6 years ago
11758a5
usb: rockchip: be quiet on serial port while transferring data
by Alberto Panizzo
· 6 years ago
f68c8e8
usb: rockchip: implement K_FW_LBA_ERASE_10 command
by Alberto Panizzo
· 6 years ago
e11f916
usb: rockchip: implement K_FW_LBA_READ_10 command
by Alberto Panizzo
· 6 years ago
e4b34a7
usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command
by Alberto Panizzo
· 6 years ago
cad66e3
usb: rockchip: fix command failed on host side due to missing data
by Alberto Panizzo
· 6 years ago
c194bdf
gadget: f_thor: fix hang-up with ctrl-c
by Seung-Woo Kim
· 6 years ago
481ea2e
mips: au1x00: Remove support for these SoCs
by Tom Rini
· 6 years ago
0bc846a
sunxi: A64: OHCI: prevent turning off shared USB clock
by Andre Przywara
· 6 years ago
ff5d5cc
usb: dwc2: Add brcm,bcm2708-usb compatible
by Emmanuel Vadot
· 6 years ago
9c22aec
usb: sunxi: Use proper reg_mask for clock gate, reset
by Jagan Teki
· 6 years ago
11080bf
usb: ohci: change the NUM_EDs from 8 to 32
by Zeng Tao
· 6 years ago
ebbc23a
usb: sunxi: ohci: make ohci_t the first member in private data
by Vasily Khoruzhick
· 6 years ago
af15946
dwc2 USB controller hangs with lan78xx
by Andrew Thomas
· 6 years ago
a715415
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
b9f3475
usb: sunxi: access ahb_reset0_cfg in CCM using its offset
by Vasily Khoruzhick
· 6 years ago
6639894
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 6 years ago
f8c987f
lib: Add hexdump
by Alexey Brodkin
· 6 years ago
11bb627
usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use
by Vasily Khoruzhick
· 6 years ago
56830ce
usb: sunxi: ohci: get rid of ifdefs
by Vasily Khoruzhick
· 6 years ago
1ed9c11
usb: sunxi: ehci: get rid of ifdefs
by Vasily Khoruzhick
· 6 years ago
9fddf6c
usb: xhci-pci: Fix compiler warning
by Bin Meng
· 6 years ago
948f32c
bug.h: introduce WARN_ONCE
by Ramon Fried
· 6 years ago
809e0e3
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
582d97b
Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 6 years ago
b168591
usb: xhci: zynqmp: Fix header location
by Michal Simek
· 7 years ago
65c9675
usb: fastboot: Convert USB f_fastboot to shared fastboot
by Alex Kiernan
· 6 years ago
d1a119d
fastboot: Rename public fb_ functions to fastboot_
by Alex Kiernan
· 6 years ago
1a28d38
fastboot: Extract common definitions from USB fastboot
by Alex Kiernan
· 6 years ago
8a65bd6
fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
by Alex Kiernan
· 6 years ago
42d8dd4
fastboot: Correct dependencies in FASTBOOT_FLASH
by Alex Kiernan
· 6 years ago
d2df2ab
fastboot: Extract fastboot_okay/fail to fb_common.c
by Alex Kiernan
· 6 years ago
c4ded03
fastboot: Refactor fastboot_okay/fail to take response
by Alex Kiernan
· 6 years ago
6aae847
gadget: f_thor: Fix memory leaks of usb request and its buffer
by Seung-Woo Kim
· 6 years ago
afa314d
rockchip: xhci: remove DTS parsing for PHY (which is unused)
by Philipp Tomsich
· 6 years ago
e404066
usb: xhci: Handle endianness in xhci_set_configuration()
by Bin Meng
· 6 years ago
eaaefb0
usb: xhci: Fix config fail of FS hub behind a HS hub with MTT
by Bin Meng
· 6 years ago
ae751b0
usb: xhci: Initialize dev_state to 0 in the input slot context
by Bin Meng
· 6 years ago
793c819
usb: xhci: Set accurate add context flags when updating hub attributes
by Bin Meng
· 6 years ago
3f48422
usb: xhci-rcar: deregister before deactivating clock
by Matthias Blankertz
· 6 years ago
dd32281
usb: sunxi: Switch to use generic-phy
by Jagan Teki
· 7 years ago
aa29b11
phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
by Jagan Teki
· 7 years ago
Next »