summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb ehci: Use zalloc to allocate ehci structureSascha Hauer2012-05-231-1/+1
* usb storage: fix driver nameSascha Hauer2012-05-231-1/+1
* ohci-hcd: use dma_flush/inv_range to allow using the driver with enabled MMUJan Luebbe2012-05-141-0/+4
* complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* usb: fix driver nameJean-Christophe PLAGNIOL-VILLARD2012-04-232-1/+1
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* USB ehci: speed up initializationSascha Hauer2012-04-122-2/+2
* USB ehci: make cache handling simplerSascha Hauer2012-04-121-66/+30
* Merge branch 'next'Sascha Hauer2012-04-055-45/+82
|\
| * Select POLLER option for fsl_udcAlexander Shiyan2012-04-021-0/+1
| * Cosmetic change name ISP1504 -> ISP150xAlexander Shiyan2012-04-021-1/+1
| * Completely migrate option ISP1504 to ULPIAlexander Shiyan2012-04-024-18/+12
| * Rename function ulpi_init to ulpi_detectAlexander Shiyan2012-04-021-2/+2
| * Move set_vbus_power code to ULPI driverAlexander Shiyan2012-04-022-20/+25
| * Add ULPI detection function.Alexander Shiyan2012-04-022-10/+47
| * Rename definitions for ULPI registersAlexander Shiyan2012-04-022-9/+9
* | USB gadget pxa: Fix compiler warningSascha Hauer2012-04-051-1/+1
* | pxa27x_udc: Fix compilation warning.Marek Belisko2012-03-231-2/+2
|/
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* USB storage: fix disconnectSascha Hauer2012-02-152-17/+7
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-271-9/+10
|\
| * usb/gadget: fix poller NPE in early pollingRobert Jarzmik2012-01-231-9/+10
* | USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcorJason Kridner2012-01-181-2/+2
|/
* u_serial: add setbrg to be able to use loadb & coEric Bénard2012-01-051-0/+5
* Kconfig: add missing dependencies.Alexander Aring2012-01-051-0/+1
* serial gadget: enable/disable on requestEric Bénard2012-01-044-19/+60
* dfu: fill bwPollTimeout and better handle detachEric Bénard2012-01-041-1/+8
* fsl_udc: update and fixEric Bénard2012-01-041-9/+36
* at91_udc: update vbus param only if updatedJean-Christophe PLAGNIOL-VILLARD2012-01-022-2/+16
* twl-core: abstract twl4030 and add twlcore driverAlexander Aring2011-12-211-3/+3
* usb/gadget: add special treatment for PXA cpusRobert Jarzmik2011-12-211-1/+8
* at91: add udc usb device controller supportJean-Christophe PLAGNIOL-VILLARD2011-12-144-0/+1700
* storage/usb.c: fix test_unit_readyMichael Grzeschik2011-12-071-2/+2
* usb/gadget: make serial gadget resistant to cable unplugRobert Jarzmik2011-12-051-6/+18
* usb/gadget: add USB serial connect and disconnectRobert Jarzmik2011-12-051-1/+4
* usb/gadget: use generic usb_gadget_poll() in u_serialRobert Jarzmik2011-12-051-3/+2
* usb/gadget: add pxa27x_udc driverRobert Jarzmik2011-12-054-0/+1925
* Merge branch 'master' into nextSascha Hauer2011-11-293-3/+7
|\
| * at91: add config option for ohci driverHubert Feurstein2011-11-102-1/+5
| * usb: ehci-hcd.c: fix 'value computed is not used' warningAntony Pavlov2011-10-261-2/+2
* | Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-283-57/+76
* | 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