Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
095b712872985e7f0fbe23236c2ea43f435e76ac
/
drivers
/
usb
add21ca
usb gadget ether: Fix warning in is_eth_addr_valid()
by Tom Rini
· 12 years ago
9f2cfe4
Merge remote-tracking branch 'u-boot-ti/master'
by Albert ARIBAUD
· 12 years ago
025e375
USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY
by Pankaj Bharadiya
· 12 years ago
d407e1f
powerpc/usb: fix bug of CPU hang when missing USB PHY clock
by Shengzhou Liu
· 12 years ago
e917a7c
dm: Move s3c24xx USB driver to a proper place
by Marek Vasut
· 12 years ago
620491f
Remove lh7a40x cpu and serial driver
by Albert ARIBAUD
· 12 years ago
f2f0038
mx51: Fix USB PHY clocks
by Benoît Thébaudeau
· 12 years ago
a3d757d
pxa25x: Add support for USB ethernet gadget
by Lukasz Dalek
· 12 years ago
284c4cf
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
by Lukasz Dalek
· 12 years ago
fa21533
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
by Lukasz Dalek
· 12 years ago
6ca42dd
usbether: Fixed bug when using with PXA25X chips
by Lukasz Dalek
· 12 years ago
c86753b
usb: ulpi: add indicator configuration function
by Lucas Stach
· 12 years ago
f5b3408
usb: ehci: don't print debug output
by Lucas Stach
· 12 years ago
c1275eb
tegra20: port to new ehci interface
by Lucas Stach
· 12 years ago
e6d3345
usb: add support for multiple usb controllers
by Lucas Stach
· 12 years ago
3494a4c
usb: ehci: rework to take advantage of new lowlevel interface
by Lucas Stach
· 12 years ago
a323128
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
06e4693
net: asix: add AX88772B support
by Lucas Stach
· 12 years ago
95c359b
net: asix: add read_mac function
by Lucas Stach
· 12 years ago
fc9a758
net: asix: add write_hwaddr function
by Lucas Stach
· 12 years ago
a0d5d03
net: asix: split out basic reset function
by Lucas Stach
· 12 years ago
36267c4
net: introduce transparent driver private in ueth_data
by Lucas Stach
· 12 years ago
835e11e
usb: do explicit unaligned accesses
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
62c1c7c
USB: Fix strict aliasing in ohci-hcd
by Troy Kisky
· 12 years ago
4e23df1
ehci: Optimize qTD allocations
by Benoît Thébaudeau
· 12 years ago
b39f8b5
ehci-hcd: Boost transfer speed
by Benoît Thébaudeau
· 12 years ago
458fb1e
ehci: cosmetic: Define used constants
by Benoît Thébaudeau
· 12 years ago
58c4dfb
ehci: Fail for multi-transaction interrupt transfers
by Benoît Thébaudeau
· 12 years ago
b7a15bf
dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget
by Lukasz Majewski
· 12 years ago
c574de5
dfu:usb: Support for g_dnl composite download gadget.
by Lukasz Majewski
· 12 years ago
e68f48a
ehci: cosmetic: Define the number of qt_buffers
by Benoît Thébaudeau
· 12 years ago
834a39c
mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
by Otavio Salvador
· 12 years ago
282e2af
da8xx/hawkboard: Add support for ohci host controller
by Sughosh Ganu
· 12 years ago
22f4ff9
mxs: prefix register structs with 'mxs' prefix
by Otavio Salvador
· 12 years ago
5309b00
mxs: prefix register acessor macros with 'mxs' prefix
by Otavio Salvador
· 12 years ago
2714e17
i.mx: iomux-v3.h: move to imx-common include directory
by Troy Kisky
· 12 years ago
defa90f
Merge branch 'next' of git://git.denx.de/u-boot
by Wolfgang Denk
· 12 years ago
43b56c2
smsc95xx: align buffers to cache line size
by Ilya Yanok
· 12 years ago
84570d6
ehci-hcd: change debug() to printf() in case of errors
by Ilya Yanok
· 12 years ago
fb11371
ehci-hcd: fix external buffer cache handling
by Ilya Yanok
· 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
84309bb
ehci-hcd: program asynclistaddr before every transfer
by Ilya Yanok
· 12 years ago
33f956d
ehci-omap: Do not call dcache_off from omap_ehci_hcd_init
by Tom Rini
· 12 years ago
115436e
CACHE: net: asix: Fix asix driver to work with data cache on
by Marek Vasut
· 12 years ago
8203083
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 12 years ago
5a057e3
tegra: usb: Fix device enumeration problem of USB1
by Jim Lin
· 12 years ago
21965ac
EXYNOS: Add power Enable/Disable for USB-EHCI
by Rajeshwari Shinde
· 13 years ago
8444807
USB: EXYNOS: Set USB 2.0 HOST Link mode
by Rajeshwari Shinde
· 13 years ago
dad39d4
USB: EXYNOS: Incorporate EHCI review comments
by Rajeshwari Shinde
· 13 years ago
ed42bf7
ehci-atmel: fix compiler warning
by Andreas Bießmann
· 12 years ago
c0eede0
Atmel : usb : add EHCI driver for Atmel SoC
by Bo Shen
· 12 years ago
e4e0488
net: Fix remaining API interface breakage
by Joe Hershberger
· 13 years ago
28ca379
drivers/usb/eth/asix.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
df93c8e
drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
2920add
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 13 years ago
9b4ae50
USB: S5P: Add ehci support
by Rajeshwari Shinde
· 13 years ago
8fb78fd
usb:udc:samsung Add functions for storing private gadget data in UDC driver
by Lukasz Majewski
· 13 years ago
1dc6a67
usb:gadget:composite USB composite gadget support
by Lukasz Majewski
· 13 years ago
0dfeb00
usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
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
285c8b3
USB: Document the QH and qTD antics in EHCI-HCD
by Marek Vasut
· 13 years ago
ff24dc3
USB: Drop cache flush bloat in EHCI-HCD
by Marek Vasut
· 13 years ago
4f66831
USB: Drop ehci_alloc/ehci_free in ehci-hcd
by Marek Vasut
· 13 years ago
c79d225
imx: usb: There is no such register
by Timo Ketola
· 13 years ago
63e29f6
i.MX25: usb: Set PORTSCx register
by Timo Ketola
· 13 years ago
5d113ca
USB: ehci-mx6: Fix broken IO access
by Wolfgang Grandegger
· 13 years ago
1f19e3f
lin_gadget: use common linux/compat.h
by Mike Frysinger
· 13 years ago
2addcfd
ehci-omap: fix for enabling the correct usb port
by Jeroen Hofstee
· 13 years ago
97753b1
Prepare v2012.04-rc2; minor Coding Style cleanup
by Wolfgang Denk
· 13 years ago
dbe365f
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 13 years ago
08d6ec2
tegra: usb: Add support for Tegra USB peripheral
by Simon Glass
· 13 years ago
5978cdb
usb: Add support for txfifo threshold
by Simon Glass
· 13 years ago
bdb1770
Enable high speed support for USB device framework and usbtty
by Vipin KUMAR
· 13 years ago
654838c
USB: ehci-mx6: Add proper IO accessors
by Fabio Estevam
· 13 years ago
fb98d4a
Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8
by Robert Delien
· 13 years ago
1859b70
usb/ehci: Add USB support for the MX6Q
by Wolfgang Grandegger
· 13 years ago
13a9cf5
USB: Armada100: EHCI Driver for Armada100 SOCs
by Ajay Bhargav
· 13 years ago
253d375
USB: Armada100: Add UTMI PHY interface driver
by Ajay Bhargav
· 13 years ago
22c8a87
usb:udc:samsung:fix Remove the req_config flag
by Łukasz Majewski
· 13 years ago
466e3ac
USB:gadget:designware Fix memory nonalignment issue
by Shiraz Hashim
· 13 years ago
c1b4f8e
USB:gadget:designware Make locally used functions static
by Amit Virdi
· 13 years ago
f710a11
USB:gadget:designware Support high speed
by Vipin KUMAR
· 13 years ago
b8af2078
USB:gadget:designware Device controller bugfixes
by Vipin KUMAR
· 13 years ago
33cf5bd
USB:gadget:designware USB device controller (UDC) implementation
by Vipin KUMAR
· 13 years ago
60ce19a
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 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
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
e124c7b
usb_ether: fix typo
by Peter Meerwald
· 13 years ago
edc16a0
ehci-omap: Clean up added ehci-omap.c
by Govindraj.R
· 13 years ago
7ad7578
ehci-omap: driver for EHCI host on OMAP3
by Ilya Yanok
· 13 years ago
c5e5707
usb: ulpi: Add omap-ulpi-view port support
by Govindraj.R
· 13 years ago
6645d9e
usb: ulpi: Extend the existing ulpi framework.
by Govindraj.R
· 13 years ago
994bca2
orion5x: add USB host ehci-marvell support
by Albert ARIBAUD
· 13 years ago
c3c7645
Remove kirkwood-specifics from marvell EHCI driver
by Albert ARIBAUD
· 13 years ago
a31f2f5
Rename ehci-kirkwood as ehci-marvell
by Albert ARIBAUD
· 13 years ago
e63ce4f
usb: s3c_udc_otg: fix GCC 4.6 build warnings
by Anatolij Gustschin
· 13 years ago
b60c557
Coding Style cleanup
by Wolfgang Denk
· 13 years ago
Next »