summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: gadget: f_mass_storage: Fix sparse warningJingoo Han2013-12-171-1/+1
* | usb: gadget: f_loopback: Fix sparse warningJingoo Han2013-12-171-2/+2
* | usb: gadget: atmel_usba: Fix sparse warningJingoo Han2013-12-171-1/+1
* | usb: gadget: atmel_usba: Use devm_*() functionsJingoo Han2013-12-171-47/+17
* | usb: gadget: nokia: fix error recovery path for optional functionsAndrzej Pietrasiewicz2013-12-171-3/+3
* | usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-1725-52/+64
* | usb: gadget: f_fs: fix sparse warningFelipe Balbi2013-12-121-1/+1
* | usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz2013-12-123-1/+94
* | usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz2013-12-122-116/+0
* | usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz2013-12-122-56/+96
* | usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz2013-12-125-209/+433
* | usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz2013-12-123-123/+314
* | usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz2013-12-123-13/+35
* | usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz2013-12-121-40/+76
* | usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz2013-12-125-16/+26
* | usb: gadget: f_rndis: remove compatibility layerAndrzej Pietrasiewicz2013-12-122-107/+1
* | usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz2013-12-122-40/+66
* | usb: gadget: f_subset: remove compatibility layerAndrzej Pietrasiewicz2013-12-122-62/+1
* | usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz2013-12-122-22/+48
* | usb: gadget: f_ecm: remove compatibility layerAndrzej Pietrasiewicz2013-12-122-74/+1
* | usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz2013-12-122-14/+80
* | usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz2013-12-121-8/+5
* | usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz2013-12-121-0/+7
* | usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requestsRobert Baldyga2013-12-121-0/+3
* | usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdoneRobert Baldyga2013-12-121-2/+2
* | usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz2013-12-091-4/+19
* | usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz2013-12-091-54/+40
* | usb: gadget: amd5536udc: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-061-1/+1
* | usb: gadget: pch_udc: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-061-1/+1
* | usb: gadget: f_sourcesink: add configfs supportAndrzej Pietrasiewicz2013-11-264-5/+335
* | usb: gadget: f_loopback: add configfs supportAndrzej Pietrasiewicz2013-11-264-2/+158
* | usb: gadget: factor out alloc_ep_reqAndrzej Pietrasiewicz2013-11-268-49/+83
* | usb: gadget: composite: redirect setup requestsAndrzej Pietrasiewicz2013-11-261-1/+15
* | usb: gadget: update some out of date commentsDan Carpenter2013-11-262-2/+2
* | usb: gadget: remove superfluous name castsGeert Uytterhoeven2013-11-262-2/+2
* | usb: gadget: goku: remove unused argumentMichal Nazarewicz2013-11-261-8/+4
* | usb: gadget: epautoconf: switch over to usb_endpoint_type()Felipe Balbi2013-11-261-1/+1
* | usb: gadget: r8a66597-udc: convert to clk_prepare/unprepareLaurent Pinchart2013-11-261-3/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-9/+9
|\
| * target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-1/+3
|\ \
| * | DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-1/+3
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-5/+8
| |\ \ \
| * | | | drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
| | |_|/ | |/| |
* | | | usb/gadget: f_mass_storage: use string literal as format in dev_set_nameAndrzej Pietrasiewicz2013-10-251-1/+1
* | | | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-2415-791/+2037
|\ \ \ \
| * | | | usb: gadget: f_mass_storage: style corrections, cleanup & simplificationAndrzej Pietrasiewicz2013-10-171-19/+18
| * | | | usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga2013-10-151-1/+1