aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_uboot.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-5/+7
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot1-2/+2
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki1-6/+6
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki1-3/+0
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki1-11/+8
2017-04-25musb: properly detect failed initialization of controllerHeinrich Schuchardt1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede1-1/+3
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski1-6/+6
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede1-1/+69
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede1-54/+53
2015-07-21musb: Rename and wrap public functionsHans de Goede1-11/+59
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede1-1/+1
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede1-1/+5
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-2/+2
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede1-1/+1
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede1-2/+2
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass1-1/+3
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+14
2015-01-18musb-new: Add interrupt queue supportHans de Goede1-0/+65
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede1-32/+31
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede1-0/+3
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-11/+20
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede1-1/+1
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede1-8/+8
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-04-30usb: musb: fill in usb_gadget_unregister_driverRob Herring1-1/+4
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher1-0/+2
2013-04-08musb: set MUSB speed based on CONFIGBin Liu1-1/+1
2012-11-20musb-new: port of Linux musb driverIlya Yanok1-0/+237