summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+1Star
* | 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/+1Star
* | 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/+1Star
* | 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/+5Star
* | 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-101-4/+19
* | usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz2013-12-101-54/+40Star
* | 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/+4Star
* | 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-131-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-101-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/+18Star
| * | | | usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga2013-10-151-1/+1
| * | | | usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo modeRobert Baldyga2013-10-151-5/+9
| * | | | usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALTRobert Baldyga2013-10-151-1/+9
| * | | | usb: gadget: s3c-hsotg: fix "halted" property updatingRobert Baldyga2013-10-151-0/+3
| * | | | usb: gadget: s3c-hsotg: add DAINT maskingRobert Baldyga2013-10-151-2/+6
| * | | | usb: gadget: s3c-hsotg: fix endpoint interrupts handlingRobert Baldyga2013-10-151-1/+12
| * | | | usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo ...Robert Baldyga2013-10-151-6/+10
| * | | | usb: gadget: s3c-hsotg: fix "protocol stall" handlingRobert Baldyga2013-10-151-2/+8
| * | | | usb: gadget: storage_common: pass filesem to fsg_store_cdromAndrzej Pietrasiewicz2013-10-153-13/+39
| * | | | usb: gadget: storage_common: use strtobool instead of kstrtouintAndrzej Pietrasiewicz2013-10-151-8/+8
| * | | | usb: gadget: Make VERBOSE_DEBUG enableable via KconfigAndreas Larsson2013-10-112-1/+16
| * | | | usb: gadget: s3c-hsotg: remove unused labelRobert Baldyga2013-10-111-1/+0Star
| * | | | usb: gadget: s3c-hsotg: add multi count supportRobert Baldyga2013-10-111-6/+28
| * | | | usb: gadget: s3c-hsotg: add isochronous transfers supportRobert Baldyga2013-10-111-4/+23
| * | | | usb: gadget: mass_storage: merge usb_f_mass_storage module with u_ms moduleAndrzej Pietrasiewicz2013-10-102-10/+1Star