aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25usb: gadget: f_mass_storage: call try_to_freeze only when its safeGeorge Cherian1-11/+12
2013-11-25usb: gadget: tcm_usb_gadget: mark bot_cleanup_old_alt staticFelipe Balbi1-1/+1
2013-11-25usb: gadget: ffs: fix sparse warningFelipe Balbi1-1/+1
2013-11-25usb: gadget: zero: module parameters can be staticFengguang Wu1-3/+3
2013-11-25usb: gadget: storage: fix sparse warningFelipe Balbi1-1/+1
2013-11-25usb: gadget: mass storage: fix return of delayed statusPratyush Anand2-5/+1
2013-11-25usb: gadget: f_mass_storage: fix mass storage dependencyAndrzej Pietrasiewicz1-0/+1
2013-11-25usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik1-0/+1
2013-11-25usb: gadget: fix pxa25x compilation problemsLinus Walleij1-0/+1
2013-11-25usb: gadget: s3c-hsotg: fix disconnect handlingRobert Baldyga1-1/+2
2013-11-25usb: gadget: s3c-hsotg: fix spinlock lockingRobert Baldyga1-0/+4
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-9/+9
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+3
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring3-5/+8
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-1/+3
2013-10-25usb/gadget: f_mass_storage: use string literal as format in dev_set_nameAndrzej Pietrasiewicz1-1/+1
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman15-791/+2037
2013-10-17usb: gadget: f_mass_storage: style corrections, cleanup & simplificationAndrzej Pietrasiewicz1-19/+18
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-9/+9
2013-10-15usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga1-1/+1
2013-10-15usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo modeRobert Baldyga1-5/+9
2013-10-15usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALTRobert Baldyga1-1/+9
2013-10-15usb: gadget: s3c-hsotg: fix "halted" property updatingRobert Baldyga1-0/+3
2013-10-15usb: gadget: s3c-hsotg: add DAINT maskingRobert Baldyga1-2/+6
2013-10-15usb: gadget: s3c-hsotg: fix endpoint interrupts handlingRobert Baldyga1-1/+12
2013-10-15usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo modeRobert Baldyga1-6/+10
2013-10-15usb: gadget: s3c-hsotg: fix "protocol stall" handlingRobert Baldyga1-2/+8
2013-10-15usb: gadget: storage_common: pass filesem to fsg_store_cdromAndrzej Pietrasiewicz3-13/+39
2013-10-15usb: gadget: storage_common: use strtobool instead of kstrtouintAndrzej Pietrasiewicz1-8/+8
2013-10-11usb: Remove unnecessary semicolonsJoe Perches6-10/+10
2013-10-11usb: gadget: Make VERBOSE_DEBUG enableable via KconfigAndreas Larsson2-1/+16
2013-10-11usb: gadget: s3c-hsotg: remove unused labelRobert Baldyga1-1/+0
2013-10-11usb: gadget: s3c-hsotg: add multi count supportRobert Baldyga1-6/+28
2013-10-11usb: gadget: s3c-hsotg: add isochronous transfers supportRobert Baldyga1-4/+23
2013-10-10usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms moduleAndrzej Pietrasiewicz2-10/+1
2013-10-10usb: gadget: f_mass_storage: remove compatibility layerAndrzej Pietrasiewicz2-152/+19
2013-10-10usb: gadget: multi: convert to new interface of f_mass_storageAndrzej Pietrasiewicz2-30/+83
2013-10-10usb: gadget: multi: convert to new interface of f_rndisAndrzej Pietrasiewicz2-24/+52
2013-10-10usb: gadget: multi: convert to new interface of f_ecmAndrzej Pietrasiewicz2-8/+61
2013-10-10usb: gadget: acm_ms: convert to new interface of f_mass_storageAndrzej Pietrasiewicz2-39/+75
2013-10-10usb: gadget: f_mass_storage: add configfs supportAndrzej Pietrasiewicz3-0/+388
2013-10-10usb: gadget: storage_common: add methods to show/store 'cdrom' and 'removable'Andrzej Pietrasiewicz2-0/+47
2013-10-10usb: gadget: storage_common: make attribute operations more genericAndrzej Pietrasiewicz3-41/+38
2013-10-10usb: gadget: mass_storage: convert to new interface of f_mass_storageAndrzej Pietrasiewicz4-27/+91
2013-10-10usb: gadget: f_mass_storage: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz7-22/+179
2013-10-10usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_common_initAndrzej Pietrasiewicz2-11/+23
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in fsg_common_initAndrzej Pietrasiewicz2-10/+22
2013-10-10usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_common_initAndrzej Pietrasiewicz2-91/+153