index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb-new
Commit message (
Expand
)
Author
Age
Files
Lines
*
sunxi: musb: Drop no longer accurate comment in Kconfig help text
Hans de Goede
2015-08-31
1
-3
/
+1
*
sunxi: usb-phy: Never power off the usb ports
Hans de Goede
2015-08-08
1
-12
/
+16
*
musb: sunxi: Force EP0 on re-enable
Maxime Ripard
2015-08-05
1
-0
/
+3
*
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
Paul Kocialkowski
2015-08-05
1
-0
/
+14
*
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
Paul Kocialkowski
2015-08-05
1
-0
/
+14
*
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
2015-08-05
7
-23
/
+23
*
sunxi: musb: Stop treating not having a vbus-det gpio as an error
Hans de Goede
2015-07-25
1
-1
/
+1
*
sunxi: musb: Improve output during probing
Hans de Goede
2015-07-25
1
-5
/
+6
*
sunxi: musb: Use device-model for musb host mode
Hans de Goede
2015-07-25
1
-0
/
+57
*
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
Hans de Goede
2015-07-25
1
-10
/
+25
*
sunxi: musb: Add id pin support
Hans de Goede
2015-07-25
1
-0
/
+5
*
sunxi: musb: Move vbus check to sunxi_musb_enable
Hans de Goede
2015-07-25
1
-10
/
+9
*
linux_compat: remove cpu_relax() define
Masahiro Yamada
2015-07-22
1
-0
/
+1
*
musb: Add device-model support to the musb-host u-boot glue
Hans de Goede
2015-07-21
2
-1
/
+73
*
musb: Add musb_host_data struct to hold global data
Hans de Goede
2015-07-21
2
-54
/
+77
*
musb: Rename and wrap public functions
Hans de Goede
2015-07-21
1
-11
/
+59
*
musb: Update usb-compat to work with struct usb_device without a parent ptr
Hans de Goede
2015-07-21
3
-1
/
+75
*
musb: Allow musb_platform_enable to return an error code
Hans de Goede
2015-07-21
7
-3
/
+64
*
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
2015-07-21
1
-2
/
+2
*
sunxi: musb: Remove unused sunxi_musb_exit method
Hans de Goede
2015-06-17
1
-34
/
+0
*
sunxi: musb: Do not fully reset the controler from sunxi_musb_disable
Hans de Goede
2015-06-17
1
-21
/
+31
*
sunxi: usb: Do not call phy_probe from hcd code
Hans de Goede
2015-05-04
1
-6
/
+1
*
sunxi: usb: Rename the usbc.? files to usb_phy.?
Hans de Goede
2015-05-04
2
-2
/
+2
*
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Hans de Goede
2015-05-04
2
-12
/
+12
*
sunxi: usb: Move setup of host controller clocks to the host controller drivers
Hans de Goede
2015-05-04
1
-0
/
+20
*
sunxi: Add basic A33 basic support
Vishnu Patekar
2015-05-04
1
-0
/
+5
*
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-18
1
-1
/
+3
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2015-04-16
1
-39
/
+6
|
\
|
*
sunxi: common VBUS detection logic in usbc
Paul Kocialkowski
2015-04-15
1
-29
/
+6
|
*
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
Paul Kocialkowski
2015-04-15
1
-29
/
+19
*
|
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
1
-1
/
+1
|
/
*
sunxi: musb: Fix some lo speed devices not working with musb host
Hans de Goede
2015-03-29
1
-0
/
+14
*
sunxi: musb: Return early on VBUS GPIO error instead of on a positive value
Paul Kocialkowski
2015-03-21
1
-1
/
+1
*
sunxi: musb: Support checking VBUS using AXP221 PMIC
Chen-Yu Tsai
2015-03-10
1
-14
/
+38
*
usb: musb-new: omap2430: Reset the MUSB controller early
Paul Kocialkowski
2015-02-24
1
-0
/
+16
*
sunxi: musb: Check Vbus-det before enabling otg port power
Hans de Goede
2015-02-21
1
-0
/
+29
*
sunxi: otg: Fix peripheral mode
Hans de Goede
2015-02-16
1
-12
/
+1
*
musb-new: Add interrupt queue support
Hans de Goede
2015-01-18
1
-0
/
+65
*
musb-new: Add urb and hep parameters to construct_urb
Hans de Goede
2015-01-18
1
-32
/
+31
*
musb-new: Properly remove a transfer from the schedule on timeout
Hans de Goede
2015-01-18
4
-3
/
+14
*
musb-new: Fix reset sequence when in host mode
Hans de Goede
2015-01-18
1
-11
/
+20
*
musb-new: Fix interrupt transfers not working
Hans de Goede
2015-01-18
1
-1
/
+1
*
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
Hans de Goede
2015-01-18
1
-8
/
+8
*
musb-new: Add sunxi musb controller support
Hans de Goede
2015-01-18
2
-0
/
+280
*
musb-new: Add register defines for different reg layout on sunxi
Hans de Goede
2015-01-18
1
-0
/
+92
*
usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode
Daniel Mack
2014-10-06
1
-2
/
+0
*
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-09-16
8
-8
/
+0
*
lib, linux: move linux specific defines to linux/compat.h
Heiko Schocher
2014-08-25
1
-58
/
+0
*
musb-new, dfu: first send request answer then call completions
Heiko Schocher
2014-05-08
1
-4
/
+4
*
usb: musb: fill in usb_gadget_unregister_driver
Rob Herring
2014-04-30
1
-1
/
+4
[next]