summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-10/+8
|\
| * gadgetfs: clean upAl Viro2012-07-292-10/+8
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-1/+1
|\ \
| * | netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-311-1/+1
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-9/+5
|\ \ \ | |/ / |/| |
| * | pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-8/+4
| * | omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+2
| * | goku_udc: remove IRQF_SAMPLE_RANDOM which was commented outTheodore Ts'o2012-07-191-1/+1
| |/
* | gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-302-13/+3
* | gadget/m66592: remove conditional compilation of clk codeViresh Kumar2012-07-302-13/+1
* | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-2627-742/+3340
|\ \
| * \ Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-056-51/+57
| |\ \
| | * | usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-026-39/+45
| | * | usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-256-6/+6
| | * | usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-256-12/+12
| * | | Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-07-0523-691/+3283
| |\ \ \ | | |_|/ | |/| |
| | * | usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva2012-07-021-0/+1
| | * | usb: gadget: fsl_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva2012-07-021-0/+1
| | * | usb: gadget: s3c-hsotg: Propagate devicetree to gadget driversAlexandre Pereira da Silva2012-07-021-0/+1
| | * | usb: gadget: lpc32xx_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva2012-07-021-0/+1
| | * | usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz2012-07-022-6/+21
| | * | usb: gadget: Fix g_ether interface link statusKevin Cernekee2012-06-251-6/+6
| | * | usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driverLukasz Majewski2012-06-221-3/+30
| | * | usb: gadget: mass_storage: fail fsg_store_file() early if colud not open fileMichal Nazarewicz2012-06-221-23/+29
| | * | usb: gadget: storage_common: remove FSG_BUFFHD_STATIC_BUFFER supportMichal Nazarewicz2012-06-221-10/+0
| | * | usb: gadget: acm_ms: need to set max_speedSteve Bennett2012-06-221-0/+1
| | * | usb: gadget: lpc32xx_udc: move clock init to clock frameworkAlexandre Pereira da Silva2012-06-221-60/+24
| | * | usb: gadget: fsl_mxc_udc: do not depend on grouped clocksFabio Estevam2012-06-221-43/+31
| | * | usb: gadget: mv: Add USB 3.0 device driver for Marvell PXA2128 chip.Yu Xu2012-06-224-0/+2428
| | * | usb: hsotg: samsung: smp Provide *_lock functions abstraction layer for SMP SoCsLukasz Majewski2012-06-151-49/+48
| | * | usb: hsotg: samsung: Protect the udc_stop routine with spinlockLukasz Majewski2012-06-151-0/+5
| | * | usb: hsotg: samsung: Replace endpoint specific locks with a global lockLukasz Majewski2012-06-151-26/+28
| | * | usb: gadget: hidg: register OUT INT endpoint for SET_REPORTDaniel Mack2012-06-151-43/+165
| | * | usb: gadget: mass_storage: add documentationMichal Nazarewicz2012-06-151-62/+7
| | * | usb: gadget: mass_storage: remove unused optionsMichal Nazarewicz2012-06-151-40/+10
| | * | usb: imx_udc.c: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-06-121-3/+3
| | * | usb: fsl_mxc_udc.c : Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-06-121-6/+6
| | * | usb: gadget: composite: fix ep->maxburst initializationFelipe Balbi2012-06-121-2/+5
| | * | usb: gadget: uvc: Add super-speed support to UVC webcam gadgetBhupesh Sharma2012-06-044-35/+247
| | * | usb: gadget: uvc: Use macro for interrupt endpoint status size instead of usi...Bhupesh Sharma2012-06-041-2/+4
| | * | usb: gadget: uvc: Fix string descriptor STALL issue when multiple uvc functio...Bhupesh Sharma2012-06-041-16/+22
| | * | usb: gadget: pch_udc: Fix likely misuse of | for &Joe Perches2012-06-041-1/+1
| | * | usb: gadget: ffs: add HID descriptor support.Koen Beel2012-06-041-0/+7
| | * | usb: gadget: f_mass_storage: change default value of the removable parameterMichal Nazarewicz2012-06-041-4/+2
| | * | usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c fileSachin Kamat2012-06-041-40/+11
| | * | usb: gadget: omap_udc: use generic map/unmap routinesFelipe Balbi2012-06-031-39/+7
| | * | usb: gadget: omap_udc: kfree(NULL) is safeFelipe Balbi2012-06-031-2/+1
| | * | usb: gadget: omap_udc: remove possiblity of NULL pointer de-referenceFelipe Balbi2012-06-031-4/+6
| | * | usb: gadget: omap_udc: let it work as a moduleFelipe Balbi2012-06-031-16/+7
| | * | usb: gadget: omap_udc: remove useless printFelipe Balbi2012-06-031-10/+3
OpenPOWER on IntegriCloud