Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cf8387c7beadfaaeb50161b500a6ec6d394e7e89
/
include
/
linux
/
usb
80d353c
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
by Lukasz Majewski
· 6 years ago
49ba05c
usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt()
by Jean-Jacques Hiblot
· 6 years ago
585e199
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
f0a6d79
usb: musb-new: Fix improper musb host pointer
by Jagan Teki
· 6 years ago
58d8fbe
usb: common: add support to get maximum speed from dt
by Mugunthan V N
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
9a43a6c
armv8: ls1088ardb: Enable USB command RDB qspi-boot
by Ran Wang
· 7 years ago
87033f0
usb: xhci: Honor endpoint's interval
by Bin Meng
· 7 years ago
f6ff74e
arm: usb: dra7xx: xHCI registers based on USB port index
by Uri Mashiach
· 8 years ago
6e1288c
ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig
by Masahiro Yamada
· 8 years ago
c4f047c
armv7: ls1021a: Drop macro CONFIG_LS102XA
by York Sun
· 8 years ago
342cf06
armv8: ls1043a: Drop macro CONFIG_LS1043A
by York Sun
· 8 years ago
4ce6fbf
armv8: ls2080a: Drop macro CONFIG_LS2080A
by York Sun
· 8 years ago
210ebce
Blackfin: Remove
by Tom Rini
· 8 years ago
811484e
fsl/usb: enable usb feature for ls1046ardb
by jerry.huang@nxp.com
· 8 years ago
781b645
usb: xhci: Remove assumption of DWC instance based on DRA7 SoC type
by Nishanth Menon
· 8 years ago
a1f422e
drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller
by Sriram Dash
· 8 years ago
16f1d2b
drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests
by Sriram Dash
· 8 years ago
71c10a4
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
b3d7164
armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A
by York Sun
· 8 years ago
eb0e049
usb: xhci-rockchip: add rockchip dwc3 controller driver
by MengDongyang
· 8 years ago
386f2e4
include: usb: Rename USB controller base address mapping
by Rajesh Bhagat
· 8 years ago
d169ebe
armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC
by Prabhakar Kushwaha
· 8 years ago
1a54713
drivers: usb: common: add common code for usb drivers to use
by Mugunthan V N
· 9 years ago
cbe8e1c
armv8: LS2080A: Consolidate LS2080A and LS2085A
by York Sun
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
8737968
usb: xhci: zynqmp: Removing unused function usb_phy_reset
by Marek Vasut
· 9 years ago
0ea9b3d
armv8/ls1043ardb: add USB support
by Gong Qianyu
· 9 years ago
77f7ded
armv8: ls2085a: Add support of LS2085A SoC
by Prabhakar Kushwaha
· 9 years ago
122bcfd
armv8: LS2080A: Rename LS2085A to reflect LS2080A
by Prabhakar Kushwaha
· 9 years ago
be4ebd1
usb: sandbox: Add a USB emulation driver
by Simon Glass
· 9 years ago
774e1d4
usb: gadget: at91_udc: add at91_udc into U-Boot
by Heiko Schocher
· 9 years ago
e28e0f2
include: usb: Map USB controller base addresses for LS2085A
by Nikhil Badola
· 9 years ago
a740dfb
include: usb: Move USB controller base address mapping
by Nikhil Badola
· 9 years ago
807babb
drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller
by Nikhil Badola
· 9 years ago
f4de407
usb: fsl: Add XHCI driver support
by Ramneek Mehresh
· 10 years ago
3dad08d
usb: dwc3: Add DWC3 controller driver support
by Ramneek Mehresh
· 10 years ago
78a1b62
dm: usb: Add a generic descriptor struct
by Simon Glass
· 10 years ago
0a99969
dm: usb: Move struct usb_string to a common place
by Simon Glass
· 10 years ago
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· 10 years ago
e9808cf
usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
by Kishon Vijay Abraham I
· 10 years ago
e7e1709
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
by Kishon Vijay Abraham I
· 10 years ago
35ffd28
usb: dwc3: gadget: make dwc3 gadget build in uboot
by Kishon Vijay Abraham I
· 10 years ago
c2b77b6
usb: dwc3: fix dwc3 header files
by Kishon Vijay Abraham I
· 10 years ago
021a582
include: usb: modify gadget.h to include udc support
by Kishon Vijay Abraham I
· 10 years ago
a51c615
arm: omap: add support for am57xx devices
by Felipe Balbi
· 10 years ago
ed6144f
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
8848570
musb: fix warning in include/linux/usb/musb.h
by Igor Grinberg
· 10 years ago
66c5b9f
keystone: usb: add support of usb xhci
by WingMan Kwok
· 10 years ago
4f7a9a3
lib, linux: move linux specific defines to linux/compat.h
by Heiko Schocher
· 10 years ago
6044db3
usb: am437x: Add support for am437x xhci USB host
by Dan Murphy
· 11 years ago
69521c1
usb: dra7xx: Add support for dra7xx xhci USB host
by Dan Murphy
· 11 years ago
2625091
usb: omap: Move the usb phy code to the usb/phy directory
by Dan Murphy
· 11 years ago
1aca619
usb: omap: Move the xhci-omap header file to common location
by Dan Murphy
· 11 years ago
a48bdb7
USB: XHCI: Add xHCI host controller support for Exynos5
by Vivek Gautam
· 11 years ago
7221cc2
usb:gadget:Remove redundant #includes for USB composite gadget and its functions
by Lukasz Majewski
· 11 years ago
70a67fd
USB: gadget: add atmel usba udc driver
by Bo Shen
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
19bb245
usb: fix unaligned access in device_qual()
by Heiko Schocher
· 11 years ago
81ee762
usb: Use get_unaligned() in usb_endpoint_maxp() for wMaxPacketSize
by Vivek Gautam
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
06bb920
musb-new: port of Linux musb driver
by Ilya Yanok
· 12 years ago
e2d1476
linux/usb/ch9.h: update with the version from Linux tree
by Ilya Yanok
· 12 years ago
79ecce0
usb:gadget:composite: Support for composite at gadget.h
by Lukasz Majewski
· 13 years ago
1dc6a67
usb:gadget:composite USB composite gadget support
by Lukasz Majewski
· 13 years ago
373cc99
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
by Lukasz Majewski
· 13 years ago
216c447
USB: Add USB RNDIS gadget protocol
by Vitaly Kuzmichev
· 14 years ago
1136f69
Coding Style cleanup
by Wolfgang Denk
· 14 years ago
49ed805
USB-CDC: Fix coding style issues
by Vitaly Kuzmichev
· 14 years ago
df06344
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· 15 years ago