summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB ulpi: pass return valueSascha Hauer2012-12-031-2/+5
* usb: add flow control to u_serialRobert Jarzmik2012-10-291-8/+17
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-046-6/+6
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-0317-66/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-1717-66/+0
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+5
|/
* Merge branch 'for-next/usb'Sascha Hauer2012-09-051-1/+2
|\
| * usb: use ep-specific pwrgood delaySteffen Trumtrar2012-08-311-1/+2
* | trivial: fix spelling in usb codeSteffen Trumtrar2012-08-311-2/+2
|/
* usb: gadget: enable for MXSMarc Kleine-Budde2012-07-251-2/+2
* usb gadget: Enable gadget support only when a driver is availableSascha Hauer2012-07-251-0/+5
* usb gadget at91: Use correct includeSascha Hauer2012-07-251-0/+1
* gpio: add static inlines for gpio_request/gpio_freeSascha Hauer2012-07-251-1/+1
* mfd TWL4030: Fix Kconfig dependenciesSascha Hauer2012-07-251-0/+1
* USB: Fix typo tranceiver -> transceiverSascha Hauer2012-07-251-3/+3
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-021-1/+1
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-1/+1
* | Merge branch 'for-next/sparse'Sascha Hauer2012-07-023-35/+9
|\ \
| * | USB gadget fsl: Put registers into iomem spaceSascha Hauer2012-06-301-1/+1
| * | USB ohci: Fix sparse warningsSascha Hauer2012-06-302-34/+8
| |/
* | USB ehci: rework cache handlingSascha Hauer2012-06-302-59/+24
* | USB storage: use dma_alloc where appropriateSascha Hauer2012-06-301-4/+7
* | USB ehci: put fields of struct qTD directly into struct QHSascha Hauer2012-06-302-12/+16
* | USB ehci: Use dma coherent buffers for qh/qtdSascha Hauer2012-06-301-5/+2
* | USB core: Allocate tmpbuf using dma_allocSascha Hauer2012-06-301-11/+18
* | USB core: device descriptor using dma_allocSascha Hauer2012-06-301-25/+28
* | USB core: allocate setup_packet using dma_allocSascha Hauer2012-06-301-7/+11
* | USB gadget: Fix dma memory allocationsSascha Hauer2012-06-302-4/+6
* | USB gadget fsl: request cacheline aligned bufferSascha Hauer2012-06-301-2/+3
|/
* 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
|\