summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new
Commit message (Expand)AuthorAgeFilesLines
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+2
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-5/+5
* arm: Remove unused ST-Ericsson u8500 archStefan Roese2015-09-151-1/+1
* sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede2015-08-311-3/+1
* sunxi: usb-phy: Never power off the usb portsHans de Goede2015-08-081-12/+16
* musb: sunxi: Force EP0 on re-enableMaxime Ripard2015-08-051-0/+3
* sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski2015-08-051-0/+14
* usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski2015-08-051-0/+14
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-057-23/+23
* sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede2015-07-251-1/+1
* sunxi: musb: Improve output during probingHans de Goede2015-07-251-5/+6
* sunxi: musb: Use device-model for musb host modeHans de Goede2015-07-251-0/+57
* sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede2015-07-251-10/+25
* sunxi: musb: Add id pin supportHans de Goede2015-07-251-0/+5
* sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede2015-07-251-10/+9
* linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-221-0/+1
* musb: Add device-model support to the musb-host u-boot glueHans de Goede2015-07-212-1/+73
* musb: Add musb_host_data struct to hold global dataHans de Goede2015-07-212-54/+77
* musb: Rename and wrap public functionsHans de Goede2015-07-211-11/+59
* musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede2015-07-213-1/+75
* musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-217-3/+64
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-2/+2
* sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede2015-06-171-34/+0
* sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede2015-06-171-21/+31
* sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-041-6/+1
* sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-042-2/+2
* sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-042-12/+12
* sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-041-0/+20
* sunxi: Add basic A33 basic supportVishnu Patekar2015-05-041-0/+5
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-181-1/+3
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-04-161-39/+6
|\
| * sunxi: common VBUS detection logic in usbcPaul Kocialkowski2015-04-151-29/+6
| * sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski2015-04-151-29/+19
* | usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-141-1/+1
|/
* sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede2015-03-291-0/+14
* sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski2015-03-211-1/+1
* sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai2015-03-101-14/+38
* usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski2015-02-241-0/+16
* sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede2015-02-211-0/+29
* sunxi: otg: Fix peripheral modeHans de Goede2015-02-161-12/+1
* musb-new: Add interrupt queue supportHans de Goede2015-01-181-0/+65
* musb-new: Add urb and hep parameters to construct_urbHans de Goede2015-01-181-32/+31
* musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede2015-01-184-3/+14
* musb-new: Fix reset sequence when in host modeHans de Goede2015-01-181-11/+20
* musb-new: Fix interrupt transfers not workingHans de Goede2015-01-181-1/+1
* musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede2015-01-181-8/+8
* musb-new: Add sunxi musb controller supportHans de Goede2015-01-182-0/+280
* musb-new: Add register defines for different reg layout on sunxiHans de Goede2015-01-181-0/+92
* usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host modeDaniel Mack2014-10-061-2/+0
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-168-8/+0
OpenPOWER on IntegriCloud