summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/sunxi.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-10musb: sunxi: Use base address from device treeChen-Yu Tsai1-3/+6
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard1-29/+27
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2016-09-18sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede1-9/+11
2016-09-17sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai1-16/+12
2016-06-10sunxi: musb: Properly turn of musb controller before bootingHans de Goede1-0/+7
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede1-4/+7
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-5/+1
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka1-0/+12
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede1-12/+16
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard1-0/+3
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski1-3/+3
2015-07-25sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede1-1/+1
2015-07-25sunxi: musb: Improve output during probingHans de Goede1-5/+6
2015-07-25sunxi: musb: Use device-model for musb host modeHans de Goede1-0/+57
2015-07-25sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede1-10/+25
2015-07-25sunxi: musb: Add id pin supportHans de Goede1-0/+5
2015-07-25sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede1-10/+9
2015-07-22musb: Allow musb_platform_enable to return an error codeHans de Goede1-2/+3
2015-06-17sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede1-34/+0
2015-06-17sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede1-21/+31
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede1-6/+1
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-10/+10
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede1-0/+20
2015-04-15sunxi: common VBUS detection logic in usbcPaul Kocialkowski1-29/+6
2015-04-15sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski1-29/+19
2015-03-21sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski1-1/+1
2015-03-10sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai1-14/+38
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede1-0/+29
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede1-12/+1
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede1-0/+279