Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9ab05493b40827660cdee24b88828ee81b77e0a1
/
drivers
/
usb
/
musb
df446f5
usb: udc: add udc.h include file
by Troy Kisky
· 11 years ago
8f9c49d
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
9852926
usb: Prevent using reserved registers on DM36x usb
by Andrew Murray
· 11 years ago
ca6dfde
usb: Fix error handling in musb_hcd.c
by Andrew Murray
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
d6272f2
usb: musb: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
37bce59
ARM: OMAP4+: Cleanup header files
by Lokesh Vutla
· 12 years ago
a1cf10f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
025e375
USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY
by Pankaj Bharadiya
· 12 years ago
a323128
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
d296daa
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 12 years ago
36eccd2
MUSB driver: Timeout is never detected as the while loop does not end
by Matej Frančeškin
· 12 years ago
282e2af
da8xx/hawkboard: Add support for ohci host controller
by Sughosh Ganu
· 12 years ago
2cabcf7
ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
by Tom Rini
· 12 years ago
6889628
usb: musb: fix printf warning
by Mike Frysinger
· 13 years ago
185da95
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· 13 years ago
2c5ebfb
drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
b2aed5d
drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
86c98ec
arm, usb, davinci: make USBPHY_CTL register configurable
by Heiko Schocher
· 13 years ago
662fb50
usb, davinci: add enable_vbus() weak function
by Heiko Schocher
· 13 years ago
377ffe2
DaVinci: rename gpio_defs.h to gpio.h
by Laurence Withers
· 13 years ago
94cfe2a
musb: process control messages after roothub accepted it
by Cliff Cai
· 14 years ago
47a6ea3
usb: musb: blackfin: check anomaly workarounds at runtime too
by Mike Frysinger
· 14 years ago
283ecc1
usb: musb: blackfin: make clkin configurable
by Mike Frysinger
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
671bc3d
usb: musb: constify a bit
by Mike Frysinger
· 14 years ago
fe439d2
usb: musb: only write CLRDATATOG when appropriate
by Bryan Wu
· 14 years ago
0e59a83
usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts
by Mike Frysinger
· 14 years ago
953ee31
usb: musb: set target address for non-multipoint devices
by Bryan Wu
· 14 years ago
2dc21e3
usb: musb: setup TXCOUNT for Blackfin musb
by Bryan Wu
· 14 years ago
7d6f865
musb: am35x: Workaround for fifo read issue
by Ajay Kumar Gupta
· 14 years ago
4e1d485
musb: MSC host support for AM35x
by Ajay Kumar Gupta
· 14 years ago
31367d1
ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4
by Steve Sakoman
· 14 years ago
1060a2c
musb: fix compilation warning
by Ajay Kumar Gupta
· 14 years ago
aeeac6b
musb: Program extvbus for OMAP3EVM Rev >= E
by Ajay Kumar Gupta
· 14 years ago
66fc785
musb: Add Phy programming for using external Vbus
by Ajay Kumar Gupta
· 14 years ago
7e71dc7
musb: Use name based initialization for musb_config
by Ajay Kumar Gupta
· 14 years ago
a2cfb24
Prepare v2010.03-rc1
by Wolfgang Denk
· 15 years ago
e53a0f6
musb: Add host support for DM365 EVM
by Prathap Srinivas
· 15 years ago
da55f68
usb: musb: fix Blackfin DMA register padding
by Cliff Cai
· 15 years ago
62825a5
PCIe, USB: Replace 'end point' references with 'endpoint'
by Peter Tyser
· 15 years ago
73073cc
usb: musb: add virtual root hub control support
by Bryan Wu
· 15 years ago
3a761ff
omap3: fix compile warning
by Sanjeev Premi
· 15 years ago
e956f34
usb: musb: add support for Blackfin MUSB
by Bryan Wu
· 15 years ago
65b99d3
usb: musb: change rxcsr register from write to read/modify/write
by Bryan Wu
· 15 years ago
784f138
usb: musb: make multipoint optional
by Bryan Wu
· 15 years ago
88ef9a4
usb: musb: make fifo support configurable
by Bryan Wu
· 15 years ago
958f932
usb: musb: make sure the register layout is packed
by Mike Frysinger
· 15 years ago
0882f3e
DA8xx: Add MUSB host support
by Ajay Kumar Gupta
· 15 years ago
8526c6f
OMAP3 USB Initialize twl4030 only if required
by Tom Rix
· 15 years ago
09c82bc
OMAP3 Add usb device support
by Tom Rix
· 15 years ago
83b9e1d
USB Consolidate descriptor definitions
by Tom Rix
· 15 years ago
2a7a031
stdio/device: rework function naming convention
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
3169ce8
usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
by Bryan Wu
· 15 years ago
1f0e041
usb: musb: drop old musb read/write prototypes
by Mike Frysinger
· 15 years ago
21d2cd2
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
8f6bcf4
drivers/usb: regorganisation
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago