summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2012-09-10usb: gadget: remove __devexit in f_uac2Sebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior1-4/+6
2012-09-05usb: gadget: bcm63xx UDC driverKevin Cernekee4-0/+2479
2012-09-03usb: gadget: s3c-hsotg: Use devm_clk_get functionSachin Kamat1-3/+1
2012-09-03usb: gadget: s3c-hsudc: Replace 0 with NULL for pointersSachin Kamat1-4/+4
2012-09-03usb: gadget: s3c-hsudc: Add missing braces around sizeofSachin Kamat1-1/+1
2012-09-03usb: gadget: s3c-hsudc: Use devm_* functionsSachin Kamat1-32/+9
2012-08-31usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun1-1/+0
2012-08-31usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz4-51/+5
2012-08-31usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat1-1/+1
2012-08-31usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat1-2/+4
2012-08-31usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat1-64/+60
2012-08-31usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat1-5/+7
2012-08-31usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat1-1/+1
2012-08-31usb: gadget: dummy-hcd: remember to update driver pointerAlan Stern1-0/+2
2012-08-31usb: gadget: lpc32xx_udc: Support multiple controllersRoland Stigge1-26/+29
2012-08-31usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptorRoland Stigge1-16/+7
2012-08-31usb: gadget: lpc32xx_udc: Port to new start/stop interfaceRoland Stigge1-35/+14
2012-08-23usb: gadget: use %pm to print mac addressesAndy Shevchenko3-12/+3
2012-08-23usb: gadget: udc-core: Race between disconnect/unbind and setupKevin Cernekee1-1/+1
2012-08-23usb: gadget: use native print_hex_dump_bytes()Andy Shevchenko1-20/+2
2012-08-23usb: gadget: s3c-hsotg: fix core reset timeout failureDu, Changbin1-2/+2
2012-08-23usb composite: fix locking in usb_function_activateMichael Grzeschik1-2/+3
2012-08-23usb: gadget: mv_udc: fix boot up hangNeil Zhang1-0/+4
2012-08-23usb: gadget: mv_udc: fix hang when shutdownYunfan Zhang1-0/+2
2012-08-23usb: gadget: mv_udc: add iso supportChao Xie1-8/+13
2012-08-23usb: gadget: mv_udc: enable stream modeNeil Zhang1-1/+1
2012-08-23usb: gadget: mv_udc: avoid sleeping on spinlockNeil Zhang1-11/+41
2012-08-23usb: gadget: mv_udc: remove unused codeNeil Zhang1-2/+0
2012-08-23usb: gadget: mv_udc: reduce the delay intervalNeil Zhang1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+8
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+5
2012-08-01netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-07-31gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2-13/+3
2012-07-31gadget/m66592: remove conditional compilation of clk codeViresh Kumar2-13/+1
2012-07-29gadgetfs: clean upAl Viro2-10/+8
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-742/+3340
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-07-24Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+3
2012-07-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-30/+24
2012-07-19pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-8/+4
2012-07-19omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+2
2012-07-19goku_udc: remove IRQF_SAMPLE_RANDOM which was commented outTheodore Ts'o1-1/+1
2012-07-18target: Allow for target_submit_cmd() returning errorsRoland Dreier1-14/+22
2012-07-17usb: Use eth_random_addrJoe Perches1-1/+1
2012-07-17target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-14/+0
2012-07-17target: remove transport_generic_process_writeChristoph Hellwig1-2/+2
2012-07-06Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman6-51/+57