summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/sunxi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* musb-new: sunxi: Use CLK and RESET supportJagan Teki2019-01-181-40/+39
* usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev2018-12-141-2/+6
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* usb: musb-new: sunxi: Add proper musb exit supportJagan Teki2018-08-231-21/+28
* musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki2018-08-231-12/+28
* usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki2018-08-231-13/+11
* usb: musb-new: Fix improper musb host pointerJagan Teki2018-08-231-3/+5
* usb: sunxi: Switch to use generic-phyJagan Teki2018-05-281-9/+47
* phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki2018-05-281-0/+16
* musb: sunxi: Use BIT instead of numerical shiftJagan Teki2018-05-281-14/+14
* musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki2018-05-281-0/+17
* musb: sunxi: Add fifo configJagan Teki2018-05-281-5/+65
* musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki2018-05-281-13/+10
* musb: sunxi: Add proper macros instead of numericalsJagan Teki2018-05-281-4/+8
* usb: sunxi: Simplify ccm reg base codeJagan Teki2018-05-281-11/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* musb: sunxi: Use base address from device treeChen-Yu Tsai2018-01-101-3/+6
* musb: sunxi: switch to the device modelMaxime Ripard2017-10-031-29/+27
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-0/+1
* sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede2016-09-181-9/+11
* sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai2016-09-171-16/+12
* sunxi: musb: Properly turn of musb controller before bootingHans de Goede2016-06-101-0/+7
* musb: sunxi: Do not allocate musb struct multiple timesHans de Goede2016-04-101-4/+7
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-5/+1
* sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-221-0/+12
* 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
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-051-3/+3
* 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
* musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-211-2/+3
* 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-041-1/+1
* sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-041-10/+10
* sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-041-0/+20
* 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
* 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
* 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