summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: dummy_hcd: allow to free requests on disabled endpointsSebastian Andrzej Siewior2012-05-041-5/+3
* usb: gadget: make g_printer use compositeSebastian Andrzej Siewior2012-05-041-350/+97
* usb: gadget: remove DUALSPEED from printerSebastian Andrzej Siewior2012-05-041-24/+1
* usb: gadget: imx_udc: convert to new style start/stopSebastian Andrzej Siewior2012-05-041-37/+16
* usb: gadget: fsl_qe_udc: remove not implemented callbacksSebastian Andrzej Siewior2012-05-041-42/+0
* usb: gadget: fsl_qe_udc: convert to new style start/stopSebastian Andrzej Siewior2012-05-041-170/+140
* usb: gadget: atmel_usba_udc: convert to newstyle start/stop interfaceSebastian Andrzej Siewior2012-05-041-40/+12
* usb: gadget: at91_udc: convert to new style start/stop interfaceSebastian Andrzej Siewior2012-05-041-46/+14
* usb: gadget: Update s3c-hsudc to use usb_endpoint_descriptor inside the struc...Ido Shayevitz2012-05-041-6/+3
* usb: gadget: Update pch_udc to use usb_endpoint_descriptor inside the struct ...Ido Shayevitz2012-05-041-9/+7
* usb: gadget: Update s3c2410_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz2012-05-042-9/+6
* usb: gadget: Update r8a66597-udc to use usb_endpoint_descriptor inside the st...Ido Shayevitz2012-05-042-8/+8
* usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-042-15/+12
* usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-042-11/+9
* usb: gadget: Update mv_udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz2012-05-042-11/+9
* usb: gadget: Update m66592-udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-042-6/+6
* usb: gadget: Update langwell_udc to use usb_endpoint_descriptor inside the st...Ido Shayevitz2012-05-042-19/+17
* usb: gadget: Update goku_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-042-11/+10
* usb: gadget: Update fusb300_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz2012-05-042-3/+2
* usb: gadget: Update fsl_udc_core to use usb_endpoint_descriptor inside the st...Ido Shayevitz2012-05-042-14/+12
* usb: gadget: Update fsl_qe_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-042-11/+9
* usb: gadget: Update atmel_usba_udc to use usb_endpoint_descriptor inside the ...Ido Shayevitz2012-05-042-13/+12
* usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-042-11/+7
* usb: gadget: Update amd5536udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-042-8/+6
* usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz2012-05-043-21/+19
* usb: gadget: Update ci13xxx_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz2012-05-042-9/+7
* usb: gadget: use module_pci_driverAxel Lin2012-05-045-72/+5
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-214-14/+13
|\
| * dmaengine: Kconfig: fix Atmel at_hdmac entryNicolas Ferre2012-04-171-3/+2
| * USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre2012-04-171-4/+4
| * USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre2012-04-171-6/+6
| * leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre2012-04-171-1/+1
* | Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-219-80/+85
|\ \
| * | mmc: core: Do not pre-claim host in suspendUlf Hansson2012-04-201-35/+20
| * | mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-201-1/+2
| * | mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard2012-04-201-2/+1
| * | mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten2012-04-201-0/+1
| * | mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake2012-04-201-1/+1
| * | mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-201-1/+3
| * | mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-202-17/+9
| * | mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak2012-04-201-2/+2
| * | mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball2012-04-201-1/+1
| * | mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-202-16/+40
| * | mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-202-4/+5
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-217-10/+69
|\ \ \
| * | | [media] xc5000: support 32MHz & 31.875MHz xtal using the 41.024.5 firmwareMichael Krufky2012-04-192-4/+36
| * | | [media] V4L: mt9m032: fix compilation breakageGuennadi Liakhovetski2012-04-191-1/+1
| * | | [media] V4L: mt9m032: fix two dead-locksGuennadi Liakhovetski2012-04-191-2/+3
| * | | [media] rc-core: set mode for winbond-cirDavid Härdeman2012-04-181-0/+1
| * | | [media] drxk: Does not unlock mutex if sanity check failed in scu_command()Alexey Khoroshilov2012-04-181-2/+4