summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB Mass Storage driver: Fix compile time warningJuergen Beisert2011-11-281-1/+1
* commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+1
* Merge branch 'next'Sascha Hauer2011-10-0918-30/+3512
|\
| * Merge branch 'usb-massstorage' into nextSascha Hauer2011-09-2810-2/+1107
| |\
| | * USB mass storage device driver initial implementationRosen Kolev2011-09-238-0/+1070
| | * Extended USB device matching.Rosen Kolev2011-09-231-0/+34
| | * Modified timeout in the ehci-hcd USB host driver.Rosen Kolev2011-09-231-2/+3
| * | introduce io.hSascha Hauer2011-09-226-6/+6
| |/
| * at91: add ohci supportJean-Christophe PLAGNIOL-VILLARD2011-09-202-0/+99
| * initial ohci supportSascha Hauer2011-09-204-0/+2288
| * usb: honour timeout fieldsSascha Hauer2011-09-202-15/+7
| * usb/core: make print dev like linux lsusbJean-Christophe PLAGNIOL-VILLARD2011-09-201-5/+6
| * ehci-hcd.c: handle EHCI_HAS_TT in ehci_reset() during startupAntony Pavlov2011-09-191-4/+1
* | usb.c: warning on USB_MAXINTERFACES overflowAntony Pavlov2011-09-131-0/+10
|/
* ARM: pass size to dma_free_coherentSascha Hauer2011-08-011-1/+1
* fsl_udc: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* resource: introduce add_usb_ehci_device to register echi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-291-10/+12
* usb: make locally used functions staticSascha Hauer2011-05-181-17/+10
* usb ehci: fix wrong argument order for memsetSascha Hauer2011-05-181-3/+3
* commands: seperate usb command from usb coreSascha Hauer2011-04-111-20/+1
* USB ehci: Set to host mode on tt capable controllersSascha Hauer2011-01-201-0/+7
* Merge branch 'scb9328' into nextSascha Hauer2011-01-081-1/+1
|\
| * omap: echi: fix compile errorSanjeev Premi2011-01-071-1/+1
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-073-11/+2
|/
* fsl_udc: fix warningEric Bénard2010-10-211-1/+2
* epautoconf: fix compile errorEric Bénard2010-10-141-0/+1
* move include files for mfd drivers to include/mfdSascha Hauer2010-10-112-2/+2
* ehci: add omap supportMichael Grzeschik2010-08-063-0/+265
* usb: add twl4030 phy supportMichael Grzeschik2010-08-063-0/+204
* ehci: add remove functionMichael Grzeschik2010-08-061-0/+8
* ehci: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS to 16Sascha Hauer2010-08-061-1/+1
* ehci: Make has_tt configurable via platform dataSascha Hauer2010-08-061-5/+8
* drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2010-08-0213-13/+19
* ehci: remove unused codeSascha Hauer2010-06-242-9/+0
* ehci: Force a ehci_halt before trying to resetSascha Hauer2010-06-241-0/+21
* ehci: use is_timeout for timeout instead of udelay counterSascha Hauer2010-06-241-5/+7
* usb: Check return value of host controller initSascha Hauer2010-06-241-1/+4
* ehci: Handle hub port reset properlySascha Hauer2010-06-241-0/+18
* ehci: Make has_tt configurable via platform dataSascha Hauer2010-06-241-6/+12
* fsl_udc: make it work with MMU onSascha Hauer2010-05-031-5/+6
* pass arguments to dma_* as unsigned long as the kernel doesSascha Hauer2010-03-302-3/+4
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-012-2/+2
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-153-8/+8
* commands: remove maxargsSascha Hauer2009-10-192-2/+0
* usb ehci: Fix braindamaged pointer-deref-cast-magicSascha Hauer2009-10-121-1/+1
* Add USB device supportSascha Hauer2009-09-2516-0/+6479
* usb: remove unnecessary codeSascha Hauer2009-09-091-12/+10
* usb ehci driver: Add MMU supportSascha Hauer2009-09-091-11/+10
* usb ehci driver: Get rid of echi_alloc/freeSascha Hauer2009-09-091-59/+12
* usb: when unregistering usb devices, remove them from device listSascha Hauer2009-09-081-2/+3