index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb-new
/
musb_uboot.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2023-09-15
board: usb: Replace legacy usb_gadget_handle_interrupts()
Marek Vasut
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-07-12
usb: common: move urb code to common
Rui Miguel Silva
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
2020-08-03
usb: Drop dm.h header file
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2018-12-14
usb: musb-new: Add support for DM_USB
Jean-Jacques Hiblot
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-08-23
usb: musb-new: Fix improper musb host pointer
Jagan Teki
2018-05-28
usb: sunxi: Switch to use generic-phy
Jagan Teki
2018-05-28
phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
Jagan Teki
2017-04-25
musb: properly detect failed initialization of controller
Heinrich Schuchardt
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-04-10
musb: Properly call musb_stop() on probe failure
Hans de Goede
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-08-05
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
2015-07-21
musb: Add device-model support to the musb-host u-boot glue
Hans de Goede
2015-07-21
musb: Add musb_host_data struct to hold global data
Hans de Goede
2015-07-21
musb: Rename and wrap public functions
Hans de Goede
2015-07-21
musb: Update usb-compat to work with struct usb_device without a parent ptr
Hans de Goede
2015-07-21
musb: Allow musb_platform_enable to return an error code
Hans de Goede
2015-07-21
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
2015-05-04
sunxi: usb: Rename the usbc.? files to usb_phy.?
Hans de Goede
2015-05-04
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Hans de Goede
2015-04-18
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-03-29
sunxi: musb: Fix some lo speed devices not working with musb host
Hans de Goede
2015-01-18
musb-new: Add interrupt queue support
Hans de Goede
2015-01-18
musb-new: Add urb and hep parameters to construct_urb
Hans de Goede
2015-01-18
musb-new: Properly remove a transfer from the schedule on timeout
Hans de Goede
2015-01-18
musb-new: Fix reset sequence when in host mode
Hans de Goede
2015-01-18
musb-new: Fix interrupt transfers not working
Hans de Goede
2015-01-18
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
Hans de Goede
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-04-30
usb: musb: fill in usb_gadget_unregister_driver
Rob Herring
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-06-30
usb, musb-new: add wdt trigger
Heiko Schocher
2013-04-08
musb: set MUSB speed based on CONFIG
Bin Liu
2012-11-20
musb-new: port of Linux musb driver
Ilya Yanok