summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-094-25/+20
|\
| * usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko2016-04-061-6/+0
| * usb: gadget: f_midi: unlock on errorDan Carpenter2016-04-041-1/+3
| * usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello2016-03-301-1/+3
| * usb: gadget: composite: Access SSP Dev Cap fields properlyJohn Youn2016-03-291-3/+5
| * usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi2016-03-291-14/+0
| * usb: gadget: f_midi: added spinlock on transmit functionFelipe F. Tonello2016-03-291-0/+9
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-4/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-222-106/+89
|\
| * usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-40/+11
| * usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-102-39/+60
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-32/+23
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-202-10/+12
|\ \
| * | usb: gadget: atmel: access the PMC using regmapAlexandre Belloni2016-02-172-10/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-2/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2016-02-151-2/+1
* | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-2/+0
|\ \ \
| * | | gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-2/+0
| | |/ | |/|
* | | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-174-148/+97
|\ \ \
| * | | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-064-148/+97
| |/ /
* | | Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-1730-529/+761
|\ \ \
| * | | usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak2016-03-041-2/+2
| * | | usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy2016-03-041-59/+5
| * | | usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy2016-03-041-29/+0
| * | | usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy2016-03-041-15/+15
| * | | usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman2016-03-041-1/+1
| * | | usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov2016-03-041-0/+5
| * | | usb: gadget: composite: handle otg status selector request from OTG hostLi Jun2016-03-041-8/+17
| * | | usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-042-25/+33
| * | | usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz2016-03-041-5/+7
| * | | usb: gadget: f_midi: missing unlock on error pathDan Carpenter2016-03-041-6/+6
| * | | usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz2016-03-041-37/+18
| * | | usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz2016-03-041-19/+7
| * | | usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz2016-03-041-61/+76
| * | | usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello2016-03-041-2/+0
| * | | usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin2016-03-041-3/+9
| * | | usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz2016-03-041-69/+58
| * | | usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz2016-03-041-16/+8
| * | | usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz2016-03-041-1/+3
| * | | usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz2016-03-041-1/+1
| * | | usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann2016-03-041-7/+7
| * | | usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann2016-03-041-1/+0
| * | | usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann2016-03-042-22/+40
| * | | usb: gadget: pxa25x_udc cleanupArnd Bergmann2016-03-042-203/+275
| * | | usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann2016-03-041-6/+155
| * | | usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn2016-03-041-1/+1
| * | | usb: gadget: composite: Update debug message for SuperSpeedPlusJohn Youn2016-03-041-1/+2
| * | | usb: gadget: composite: Configure the usb_ep for SuperSpeedPlusJohn Youn2016-03-041-1/+8
| * | | usb: gadget: composite: Write SuperSpeedPlus config descriptorsJohn Youn2016-03-041-1/+5
| * | | usb: gadget: composite: Add function to get descriptorsJohn Youn2016-03-041-21/+32