summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new
AgeCommit message (Expand)AuthorFilesLines
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
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 interrupt queue supportHans de Goede1-0/+65
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede1-32/+31
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede4-3/+14
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-11/+20
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede1-1/+1
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede1-8/+8
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede2-0/+280
2015-01-18musb-new: Add register defines for different reg layout on sunxiHans de Goede1-0/+92
2014-10-06usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host modeDaniel Mack1-2/+0
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada8-8/+0
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-58/+0
2014-05-08musb-new, dfu: first send request answer then call completionsHeiko Schocher1-4/+4
2014-04-30usb: musb: fill in usb_gadget_unregister_driverRob Herring1-1/+4
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+3
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada1-29/+6
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-15Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-08-22linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh1-16/+0
2013-08-15musb: Disable extra printsLokesh Vutla1-12/+8
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher1-0/+2
2013-04-13Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+0
2013-04-08musb: set MUSB speed based on CONFIGBin Liu2-1/+3
2013-04-08musb: am335x: disable bulk split-combine featureBin Liu1-0/+5
2013-04-02Consolidate bool typeYork Sun1-2/+0
2012-11-20musb-new: omap2plus backend driverIlya Yanok4-0/+692
2012-11-20musb-new: am35x backend driverIlya Yanok3-0/+711
2012-11-20musb-new: dsps backend driverIlya Yanok2-0/+772
2012-11-20musb-new: port of Linux musb driverIlya Yanok15-0/+10688