aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-05-14usb: gadget: configfs: fix typoPeter Chen1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-2/+2
2014-05-12usb: udc-core: set gadget state as not attached after unloading modulePeter Chen1-0/+2
2014-05-12usb: gadget: set gadget state as configuredPeter Chen2-0/+2
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro1-2/+2
2014-04-30usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot1-10/+0
2014-04-27Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman7-69/+51
2014-04-24usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directoryDinh Nguyen4-4238/+0
2014-04-21usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-21usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlockAndreas Larsson1-2/+2
2014-04-21usb: gadget: gr_udc: Return error code when trying to set ep.maxpacket > ep.maxpacket_limitAndreas Larsson1-0/+4
2014-04-21usb: gadget: gr_udc: Add ep.maxpacket_limit to debugfs informationAndreas Larsson1-0/+1
2014-04-21usb: gadget: gr_udc: Use of_property_read_u32_index to access arraysAndreas Larsson1-8/+4
2014-04-21usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_mapAndreas Larsson1-6/+8
2014-04-21usb: gadget: gr_udc: improve platform_device variable nameAndreas Larsson1-9/+9
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi7-62/+62
2014-04-21usb: gadget: f_rndis: reduce NETTX irq caused by free skb headerMacpaul Lin1-1/+1
2014-04-21Revert "usb: gadget: u_ether: move hardware transmit to RX NAPI"Felipe Balbi1-66/+35
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-17usb: gadget: fsl driver pullup fixSuresh Gupta1-0/+4
2014-04-16usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi1-0/+7
2014-04-16usb: gadget: rndis: Include "u_rndis.h"Fabio Estevam1-0/+1
2014-04-16usb : gadget : fsl: fix the fault issue on rmmodSuresh Gupta1-1/+1
2014-04-16usb: gadget: gadgetfs: Initialize CHIP to NULL before UDC probeLubomir Rintel1-0/+1
2014-04-16usb: gadget: zero: Fix SuperSpeed enumeration for alternate setting 1Roger Quadros1-1/+1
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+7
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+6
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+0
2014-04-04Merge branch 'devel-stable' into for-nextRussell King4-29/+40
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds16-266/+697
2014-04-01Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2014-03-17usb: gadget: tcm_usb_gadget: stop format stringsKees Cook1-1/+1
2014-03-17usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga1-2/+6
2014-03-17usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi1-1/+1
2014-03-17usb: gadget: inode: switch over to memdup_user()Felipe Balbi1-6/+3
2014-03-17usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi1-1/+1
2014-03-17usb: gadget: lpc32xx_udc: fix wrong clk_put() sequenceFelipe Balbi1-2/+2
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai4-29/+40
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman11-254/+684
2014-03-07usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu1-13/+15
2014-03-07usb: gadget: u_ether: move hardware transmit to RX NAPIWeinn Jheng1-35/+66
2014-03-05usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2-83/+61
2014-03-05usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2-50/+142
2014-03-05usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT1-3/+3
2014-03-05usb: gadget: atmel_usba: fix crash when no endpoint are specifiedAlexandre Belloni1-0/+6
2014-03-05usb: gadget: s3c-hsotg: add proper suspend/resume supportMarek Szyprowski1-4/+49
2014-03-05usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga1-7/+7
2014-02-28tty: Fix low_latency BUGPeter Hurley1-2/+2
2014-02-25ARM: 7989/1: Delete asm/system.hDavid Howells1-1/+0