summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/sunxi.c
Commit message (Expand)AuthorAgeLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-5/+1
* sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-22-0/+12
* sunxi: usb-phy: Never power off the usb portsHans de Goede2015-08-08-12/+16
* musb: sunxi: Force EP0 on re-enableMaxime Ripard2015-08-05-0/+3
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-05-3/+3
* sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede2015-07-25-1/+1
* sunxi: musb: Improve output during probingHans de Goede2015-07-25-5/+6
* sunxi: musb: Use device-model for musb host modeHans de Goede2015-07-25-0/+57
* sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede2015-07-25-10/+25
* sunxi: musb: Add id pin supportHans de Goede2015-07-25-0/+5
* sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede2015-07-25-10/+9
* musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-21-2/+3
* sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede2015-06-17-34/+0
* sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede2015-06-17-21/+31
* sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-04-6/+1
* sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-04-1/+1
* sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-04-10/+10
* sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-04-0/+20
* sunxi: common VBUS detection logic in usbcPaul Kocialkowski2015-04-15-29/+6
* sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski2015-04-15-29/+19
* sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski2015-03-21-1/+1
* sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai2015-03-10-14/+38
* sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede2015-02-21-0/+29
* sunxi: otg: Fix peripheral modeHans de Goede2015-02-16-12/+1
* musb-new: Add sunxi musb controller supportHans de Goede2015-01-18-0/+279