aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_uboot.c
AgeCommit message (Expand)Author
2020-08-03usb: Drop dm.h header fileSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki
2017-04-25musb: properly detect failed initialization of controllerHeinrich Schuchardt
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede
2015-07-21musb: Rename and wrap public functionsHans de Goede
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede
2015-01-18musb-new: Add interrupt queue supportHans de Goede
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-04-30usb: musb: fill in usb_gadget_unregister_driverRob Herring
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher
2013-04-08musb: set MUSB speed based on CONFIGBin Liu
2012-11-20musb-new: port of Linux musb driverIlya Yanok