summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman2012-09-131-2/+0
* USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman2012-09-131-18/+28
* USB: serial: add zte_ev.c driverGreg Kroah-Hartman2012-09-133-0/+316
* USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao2012-09-121-8/+13
* USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao2012-09-121-0/+2
* USB: chipidea: add vbus detect for udcRichard Zhao2012-09-122-1/+39
* USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao2012-09-121-2/+1
* USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao2012-09-121-0/+2
* USB: chipidea: imx: add pinctrl supportRichard Zhao2012-09-121-0/+7
* USB: chipidea: add imx usbmisc supportRichard Zhao2012-09-124-1/+255
* Merge branch 'chipidea-stable' into usb-nextGreg Kroah-Hartman2012-09-121-18/+41
|\
| * usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c...Michael Grzeschik2012-09-121-4/+1
| * usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde2012-09-121-8/+15
| * usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde2012-09-121-1/+1
| * usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik2012-09-121-4/+17
| * usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik2012-09-121-1/+7
* | usb: move children deallocation after quiescing the hubAlexander Shishkin2012-09-121-3/+3
* | usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto2012-09-111-11/+4
* | Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-1122-654/+866
|\ \
| * | usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta2012-09-111-2/+1
| * | usb: musb: dsps: add dt supportAjay Kumar Gupta2012-09-111-9/+51
| * | 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