summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: gadget: gr_udc: Use of_property_read_u32_index to access arraysAndreas Larsson2014-04-211-8/+4
| * | | usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_mapAndreas Larsson2014-04-211-6/+8
| * | | usb: gadget: gr_udc: improve platform_device variable nameAndreas Larsson2014-04-211-9/+9
| * | | usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-217-62/+62
| |/ /
* | | Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman2014-05-201-10/+0
|\ \ \ | | |/ | |/|
| * | usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot2014-04-301-10/+0
* | | Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman2014-04-277-69/+51
|\| |
| * | usb: gadget: f_rndis: reduce NETTX irq caused by free skb headerMacpaul Lin2014-04-211-1/+1
| * | Revert "usb: gadget: u_ether: move hardware transmit to RX NAPI"Felipe Balbi2014-04-211-66/+35
| * | usb: gadget: fsl driver pullup fixSuresh Gupta2014-04-171-0/+4
| * | usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi2014-04-161-0/+7
| * | usb: gadget: rndis: Include "u_rndis.h"Fabio Estevam2014-04-161-0/+1
| * | usb : gadget : fsl: fix the fault issue on rmmodSuresh Gupta2014-04-161-1/+1
| * | usb: gadget: gadgetfs: Initialize CHIP to NULL before UDC probeLubomir Rintel2014-04-161-0/+1
| * | usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros2014-04-161-1/+1
| |/
* / usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directoryDinh Nguyen2014-04-244-4238/+0
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-121-1/+7
|\
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-1/+0
|\ \
| * | Merge branch 'devel-stable' into for-nextRussell King2014-04-044-29/+40
| |\|
| * | ARM: 7989/1: Delete asm/system.hDavid Howells2014-02-251-1/+0
* | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-0116-266/+697
|\ \ \
| * | | usb: gadget: tcm_usb_gadget: stop format stringsKees Cook2014-03-171-1/+1
| * | | usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga2014-03-171-2/+6
| * | | usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi2014-03-171-1/+1
| * | | usb: gadget: inode: switch over to memdup_user()Felipe Balbi2014-03-171-6/+3
| * | | usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi2014-03-171-1/+1
| * | | usb: gadget: lpc32xx_udc: fix wrong clk_put() sequenceFelipe Balbi2014-03-171-2/+2
| * | | Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-0711-254/+684
| |\ \ \
| | * | | usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu2014-03-071-13/+15
| | * | | usb: gadget: u_ether: move hardware transmit to RX NAPIWeinn Jheng2014-03-071-35/+66
| | * | | usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2014-03-052-83/+61
| | * | | usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2014-03-052-50/+142
| | * | | usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT2014-03-051-3/+3
| | * | | usb: gadget: atmel_usba: fix crash when no endpoint are specifiedAlexandre Belloni2014-03-051-0/+6
| | * | | usb: gadget: s3c-hsotg: add proper suspend/resume supportMarek Szyprowski2014-03-051-4/+49
| | * | | usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga2014-03-051-7/+7
| | * | | usb: gadget: gr_udc: remove some unneeded error handlingDan Carpenter2014-02-201-8/+2
| | * | | usb: gadget: at91: using USBA_NR_DMAS for DMA channelsBo Shen2014-02-192-2/+2
| | * | | usb: gadget: at91: fix the number of endpoint parameterBo Shen2014-02-191-1/+1
| | * | | usb: gadget: f_fs: add aio supportRobert Baldyga2014-02-181-26/+239
| | * | | usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga2014-02-181-0/+42
| | * | | usb: gadget: f_fs: fix setup request handlingRobert Baldyga2014-02-182-2/+1
| | * | | usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2014-02-182-10/+19
| | * | | usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2014-02-182-14/+14
| | * | | usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz2014-02-181-15/+15
| | * | | usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz2014-02-182-4/+4
| | * | | usb: gadget: code cleanupAndrzej Pietrasiewicz2014-02-181-1/+1
| | * | | usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz2014-02-181-4/+5