summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior2012-09-1018-18/+18
* usb: gadget: remove __devexit in f_uac2Sebastian Andrzej Siewior2012-09-101-1/+1
* usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-4/+6
* usb: gadget: bcm63xx UDC driverKevin Cernekee2012-09-054-0/+2479
* usb: gadget: s3c-hsotg: Use devm_clk_get functionSachin Kamat2012-09-031-3/+1
* usb: gadget: s3c-hsudc: Replace 0 with NULL for pointersSachin Kamat2012-09-031-4/+4
* usb: gadget: s3c-hsudc: Add missing braces around sizeofSachin Kamat2012-09-031-1/+1
* usb: gadget: s3c-hsudc: Use devm_* functionsSachin Kamat2012-09-031-32/+9
* usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun2012-08-311-1/+0
* usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall2012-08-311-1/+1
* usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-314-51/+5
* usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat2012-08-311-1/+1
* usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat2012-08-311-2/+4
* usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat2012-08-311-64/+60
* usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat2012-08-311-5/+7
* usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat2012-08-311-1/+1
* usb: gadget: dummy-hcd: remember to update driver pointerAlan Stern2012-08-311-0/+2
* usb: gadget: lpc32xx_udc: Support multiple controllersRoland Stigge2012-08-311-26/+29
* usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptorRoland Stigge2012-08-311-16/+7
* usb: gadget: lpc32xx_udc: Port to new start/stop interfaceRoland Stigge2012-08-311-35/+14
* usb: gadget: use %pm to print mac addressesAndy Shevchenko2012-08-233-12/+3
* usb: gadget: udc-core: Race between disconnect/unbind and setupKevin Cernekee2012-08-231-1/+1
* usb: gadget: use native print_hex_dump_bytes()Andy Shevchenko2012-08-231-20/+2
* usb: gadget: s3c-hsotg: fix core reset timeout failureDu, Changbin2012-08-231-2/+2
* usb composite: fix locking in usb_function_activateMichael Grzeschik2012-08-231-2/+3
* usb: gadget: mv_udc: fix boot up hangNeil Zhang2012-08-231-0/+4
* usb: gadget: mv_udc: fix hang when shutdownYunfan Zhang2012-08-231-0/+2
* usb: gadget: mv_udc: add iso supportChao Xie2012-08-231-8/+13
* usb: gadget: mv_udc: enable stream modeNeil Zhang2012-08-231-1/+1
* usb: gadget: mv_udc: avoid sleeping on spinlockNeil Zhang2012-08-231-11/+41
* usb: gadget: mv_udc: remove unused codeNeil Zhang2012-08-231-2/+0
* usb: gadget: mv_udc: reduce the delay intervalNeil Zhang2012-08-231-1/+1
* 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
OpenPOWER on IntegriCloud