aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen1-3/+2
2016-04-18usb: gadget: composite: Clear reserved fields of SSP Dev CapJohn Youn1-0/+2
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-25/+20
2016-04-06usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko1-6/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-4/+4
2016-04-04usb: gadget: f_midi: unlock on errorDan Carpenter1-1/+3
2016-03-30usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello1-1/+3
2016-03-29usb: gadget: composite: Access SSP Dev Cap fields properlyJohn Youn1-3/+5
2016-03-29usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi1-14/+0
2016-03-29usb: gadget: f_midi: added spinlock on transmit functionFelipe F. Tonello1-0/+9
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-106/+89
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-10/+12
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+0
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds4-148/+97
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds30-529/+761
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-10/+10
2016-03-15PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definitionHeikki Krogerus4-10/+10
2016-03-10usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-40/+11
2016-03-10usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2-39/+60
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig1-32/+23
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig4-148/+97
2016-03-04usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak1-2/+2
2016-03-04usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy1-59/+5
2016-03-04usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy1-29/+0
2016-03-04usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy1-15/+15
2016-03-04usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman1-1/+1
2016-03-04usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov1-0/+5
2016-03-04usb: gadget: composite: handle otg status selector request from OTG hostLi Jun1-8/+17
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2-25/+33
2016-03-04usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz1-5/+7
2016-03-04usb: gadget: f_midi: missing unlock on error pathDan Carpenter1-6/+6
2016-03-04usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz1-37/+18
2016-03-04usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz1-19/+7
2016-03-04usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz1-61/+76
2016-03-04usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello1-2/+0
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin1-3/+9
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz1-69/+58
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz1-16/+8
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz1-1/+3
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz1-1/+1
2016-03-04usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann1-7/+7
2016-03-04usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann1-1/+0
2016-03-04usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann2-22/+40
2016-03-04usb: gadget: pxa25x_udc cleanupArnd Bergmann2-203/+275
2016-03-04usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann1-6/+155
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn1-1/+1
2016-03-04usb: gadget: composite: Update debug message for SuperSpeedPlusJohn Youn1-1/+2
2016-03-04usb: gadget: composite: Configure the usb_ep for SuperSpeedPlusJohn Youn1-1/+8
2016-03-04usb: gadget: composite: Write SuperSpeedPlus config descriptorsJohn Youn1-1/+5