summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: musb: am335x: add support for dual instanceB, Ravi2012-09-111-32/+49
| * | usb: musb: kill global and static for multi instanceAjay Kumar Gupta2012-09-113-20/+14
| * | usb: musb: add musb_ida for multi instance supportB, Ravi2012-09-1110-69/+210
| * | usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I2012-09-111-0/+54
| * | usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2012-09-112-7/+54
| * | usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov2012-08-311-3/+3
| * | usb: musb: fix spelling of families in KconfigPeter Meerwald2012-08-201-1/+1
| * | usb: musb: omap2430.c delete unused variable.Matthias Brugger2012-08-201-3/+1
| * | usb: musb: omap2430: don't loop indefinitely in interrupt.NeilBrown2012-08-141-1/+5
| * | usb: musb: Make dma_controller_create __devinitShubhrajyoti D2012-08-095-5/+5
| * | usb: musb: Prevent the masking of the return valueShubhrajyoti D2012-08-091-1/+1
| * | usb: musb: Remove redundant if statementRoger Quadros2012-08-091-19/+15
| * | usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi2012-08-092-34/+18
| * | usb: musb: drop useless board_mode usageFelipe Balbi2012-08-0911-334/+159
| * | usb: musb: use DMA mode 1 whenever possibleRoger Quadros2012-08-071-26/+4
| * | usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2012-08-072-5/+96
| * | usb: musb: Fix bad call to kfree() in musb_freeBrian Downing2012-08-071-1/+1
| * | usb: musb: fix sparse warningsFelipe Balbi2012-08-073-4/+4
| * | usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I2012-08-031-2/+1
| * | usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta2012-08-031-62/+92
| * | usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta2012-08-031-0/+6
| * | usb: musb: gadget: don't program dma for zero byte txAjay Kumar Gupta2012-08-031-1/+1
| * | usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta2012-08-031-1/+11
| * | usb: musb: gadget: use variables according to their names in rxstate()Sergei Shtylyov2012-08-031-12/+13
* | | Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-114-155/+170
|\ \ \
| * | | usb: dwc3: set up burst size only superspeed modeChanho Park2012-08-311-2/+8
| * | | usb: dwc3: core: memory ordering fix in closeOliver Neukum2012-08-311-0/+1
| * | | usb: dwc3: gadget: warn about endpoint already enabled before changing ep nameFelipe Balbi2012-08-151-6/+6
| * | | usb: dwc3: core: use devm_iremap_nocache() versionFelipe Balbi2012-08-101-1/+1
| * | | usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delayPratyush Anand2012-08-091-21/+22
| * | | usb: dwc3: gadget: correct missed isoc when endpoint is busyPratyush Anand2012-08-071-1/+2
| * | | usb: dwc3: gadget: Fix sparse warningsMoiz Sonasath2012-08-071-11/+3
| * | | usb: dwc3: ep0: make sure to reinitilize ep1 on STALLFelipe Balbi2012-08-031-1/+6
| * | | usb: dwc3: ep0: fix status phase delayed status directionFelipe Balbi2012-08-031-1/+4
| * | | usb: dwc3: ep0: drop XferNotReady(DATA) supportFelipe Balbi2012-08-031-40/+27
| * | | usb: dwc3: ep0: move DATA phase away from on-demandFelipe Balbi2012-08-031-0/+62
| * | | usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting itFelipe Balbi2012-08-031-9/+3
| * | | usb: dwc3: ep0: drop dead codeFelipe Balbi2012-08-032-51/+0
| * | | usb: dwc3: ep0: split the special cases on ep0_queueFelipe Balbi2012-08-031-1/+11
| * | | usb: dwc3: ep0: drop unnecessary variableFelipe Balbi2012-08-031-2/+1
| * | | usb: dwc3: gadget: set Ignore Sequence Number bit from ConnectDone EventFelipe Balbi2012-08-031-8/+13
| |/ /
* | | Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-09-1125-143/+1946
|\ \ \
| * | | usb: otg: mxs-phy: Fix mx23 operationMike Thompson2012-09-101-3/+35
| * | | usb: dwc3: add basic PHY supportFelipe Balbi2012-09-102-0/+20
| * | | usb: dwc3: exynos: add nop transceiver supportFelipe Balbi2012-09-101-0/+66
| * | | usb: dwc3: omap: add nop transceiver supportFelipe Balbi2012-09-101-0/+66
| * | | usb: dwc3: pci: add nop transceiver supportFelipe Balbi2012-09-101-0/+67
| * | | usb: otg: move the dereference below the NULL testWei Yongjun2012-09-101-10/+24
| * | | usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I2012-09-061-6/+20
| * | | usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I2012-09-061-13/+26
OpenPOWER on IntegriCloud