aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new
AgeCommit message (Expand)AuthorFilesLines
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko1-0/+1
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede1-1/+3
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede1-4/+7
2016-04-10drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal4-1/+297
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal1-7/+0
2016-03-31musb: sunxi: Add support for A83TChen-Yu Tsai1-1/+1
2016-03-15usb: musb-new: omap2430: OMAP4 MUSB USB controller supportPaul Kocialkowski3-0/+25
2016-01-19Add more SPDX-License-Identifier tagsTom Rini16-326/+16
2015-12-31usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns2-56/+7
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka1-0/+12
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+2
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-5/+5
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese1-1/+1
2015-08-31sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede1-3/+1
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-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski1-0/+14
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski1-0/+14
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski7-23/+23
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-22linux_compat: remove cpu_relax() defineMasahiro Yamada1-0/+1
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede2-1/+73
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede2-54/+77
2015-07-21musb: Rename and wrap public functionsHans de Goede1-11/+59
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede3-1/+75
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede7-3/+64
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-2/+2
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 Goede2-2/+2
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2-12/+12
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede1-0/+20
2015-05-04sunxi: Add basic A33 basic supportVishnu Patekar1-0/+5
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass1-1/+3
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-39/+6
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-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+14
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-24usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski1-0/+16