Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f34dfcba77f39d8de3a01f840ea0451df8ac0ee4
/
drivers
/
usb
/
musb-new
f34dfcb
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
by Paul Kocialkowski
· 9 years ago
78c2e64
sunxi: musb: Stop treating not having a vbus-det gpio as an error
by Hans de Goede
· 9 years ago
31e4f6f
sunxi: musb: Improve output during probing
by Hans de Goede
· 9 years ago
0b3845a
sunxi: musb: Use device-model for musb host mode
by Hans de Goede
· 9 years ago
ea059bf
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
by Hans de Goede
· 9 years ago
c77fbfb
sunxi: musb: Add id pin support
by Hans de Goede
· 9 years ago
c93ecd0
sunxi: musb: Move vbus check to sunxi_musb_enable
by Hans de Goede
· 9 years ago
34d20f8
linux_compat: remove cpu_relax() define
by Masahiro Yamada
· 9 years ago
fc64961
musb: Add device-model support to the musb-host u-boot glue
by Hans de Goede
· 9 years ago
5962748
musb: Add musb_host_data struct to hold global data
by Hans de Goede
· 9 years ago
52666e2
musb: Rename and wrap public functions
by Hans de Goede
· 9 years ago
4d8b8df
musb: Update usb-compat to work with struct usb_device without a parent ptr
by Hans de Goede
· 9 years ago
81c4998
musb: Allow musb_platform_enable to return an error code
by Hans de Goede
· 9 years ago
b869574
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
74934df
sunxi: musb: Remove unused sunxi_musb_exit method
by Hans de Goede
· 9 years ago
836e334
sunxi: musb: Do not fully reset the controler from sunxi_musb_disable
by Hans de Goede
· 9 years ago
1168e09
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
26a9005
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
8697909
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
7e5aabd
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
3702f14
sunxi: Add basic A33 basic support
by Vishnu Patekar
· 10 years ago
9b82eeb
dm: usb: Add a uclass for USB controllers
by Simon Glass
· 10 years ago
273ac5b
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
7e9b7de
sunxi: common VBUS detection logic in usbc
by Paul Kocialkowski
· 10 years ago
d273edb
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
by Paul Kocialkowski
· 10 years ago
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· 10 years ago
ab721ad
sunxi: musb: Fix some lo speed devices not working with musb host
by Hans de Goede
· 10 years ago
ebaf0a3
sunxi: musb: Return early on VBUS GPIO error instead of on a positive value
by Paul Kocialkowski
· 10 years ago
6834153
sunxi: musb: Support checking VBUS using AXP221 PMIC
by Chen-Yu Tsai
· 10 years ago
68dbdef
usb: musb-new: omap2430: Reset the MUSB controller early
by Paul Kocialkowski
· 10 years ago
eaa0d70
sunxi: musb: Check Vbus-det before enabling otg port power
by Hans de Goede
· 10 years ago
f2b45c8
sunxi: otg: Fix peripheral mode
by Hans de Goede
· 10 years ago
83b1897
musb-new: Add interrupt queue support
by Hans de Goede
· 10 years ago
39b0845
musb-new: Add urb and hep parameters to construct_urb
by Hans de Goede
· 10 years ago
0e4da95
musb-new: Properly remove a transfer from the schedule on timeout
by Hans de Goede
· 10 years ago
498ab95
musb-new: Fix reset sequence when in host mode
by Hans de Goede
· 10 years ago
24fd777
musb-new: Fix interrupt transfers not working
by Hans de Goede
· 10 years ago
8de4ded
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
by Hans de Goede
· 10 years ago
9c4f11d
musb-new: Add sunxi musb controller support
by Hans de Goede
· 10 years ago
21d7705
musb-new: Add register defines for different reg layout on sunxi
by Hans de Goede
· 10 years ago
ed4262c
usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode
by Daniel Mack
· 10 years ago
2be4b3e
kbuild: force to define __UBOOT__ in all the C sources
by Masahiro Yamada
· 10 years ago
4f7a9a3
lib, linux: move linux specific defines to linux/compat.h
by Heiko Schocher
· 10 years ago
0c9fe56
musb-new, dfu: first send request answer then call completions
by Heiko Schocher
· 11 years ago
15175e7
usb: musb: fill in usb_gadget_unregister_driver
by Rob Herring
· 11 years ago
0d68fb1
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
3e02168
drivers: usb: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
8f9c49d
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
18ab2f0
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 11 years ago
ba6babf
linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h
by Wu, Josh
· 11 years ago
f9be934
musb: Disable extra prints
by Lokesh Vutla
· 11 years ago
c3ffe50
usb, musb-new: add wdt trigger
by Heiko Schocher
· 11 years ago
f457a12
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
28f2f35
musb: set MUSB speed based on CONFIG
by Bin Liu
· 12 years ago
7a363d4
musb: am335x: disable bulk split-combine feature
by Bin Liu
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
a3292f2
musb-new: omap2plus backend driver
by Ilya Yanok
· 12 years ago
cc0fcbf
musb-new: am35x backend driver
by Ilya Yanok
· 12 years ago
d5ade29
musb-new: dsps backend driver
by Ilya Yanok
· 12 years ago
06bb920
musb-new: port of Linux musb driver
by Ilya Yanok
· 12 years ago