index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-04-09
4
-25
/
+20
|
\
|
*
usb: gadget: udc-core: remove manual dma configuration
Grygorii Strashko
2016-04-06
1
-6
/
+0
|
*
usb: gadget: f_midi: unlock on error
Dan Carpenter
2016-04-04
1
-1
/
+3
|
*
usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
Felipe F. Tonello
2016-03-30
1
-1
/
+3
|
*
usb: gadget: composite: Access SSP Dev Cap fields properly
John Youn
2016-03-29
1
-3
/
+5
|
*
usb: gadget: udc: atmel: don't disable enpdoints we don't own
Felipe Balbi
2016-03-29
1
-14
/
+0
|
*
usb: gadget: f_midi: added spinlock on transmit function
Felipe F. Tonello
2016-03-29
1
-0
/
+9
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
2
-4
/
+4
|
/
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2016-03-22
2
-106
/
+89
|
\
|
*
usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs
Nicholas Bellinger
2016-03-10
1
-40
/
+11
|
*
usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation
Nicholas Bellinger
2016-03-10
2
-39
/
+60
|
*
target: Convert demo-mode only drivers to target_alloc_session
Christoph Hellwig
2016-03-10
1
-32
/
+23
*
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-20
2
-10
/
+12
|
\
\
|
*
|
usb: gadget: atmel: access the PMC using regmap
Alexandre Belloni
2016-02-17
2
-10
/
+12
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-03-17
1
-2
/
+1
|
\
\
|
*
|
treewide: Fix typo in printk
Masanari Iida
2016-02-15
1
-2
/
+1
*
|
|
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-03-17
1
-2
/
+0
|
\
\
\
|
*
|
|
gpio: Include linux/gpio.h instead of asm/gpio.h
Bjorn Helgaas
2016-02-16
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2016-03-17
4
-148
/
+97
|
\
\
\
|
*
|
|
configfs: switch ->default groups to a linked list
Christoph Hellwig
2016-03-06
4
-148
/
+97
|
|
/
/
*
|
|
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-03-17
30
-529
/
+761
|
\
\
\
|
*
|
|
usb: gadget: f_acm: Fix configfs attr name
Krzysztof Opasiak
2016-03-04
1
-2
/
+2
|
*
|
|
usb: udc: lpc32xx: remove USB PLL and USB OTG clock management
Vladimir Zapolskiy
2016-03-04
1
-59
/
+5
|
*
|
|
usb: udc: lpc32xx: remove direct access to clock controller registers
Vladimir Zapolskiy
2016-03-04
1
-29
/
+0
|
*
|
|
usb: udc: lpc32xx: switch to clock prepare/unprepare model
Vladimir Zapolskiy
2016-03-04
1
-15
/
+15
|
*
|
|
usb: gadget: renesas_usb3: Use ARCH_RENESAS
Simon Horman
2016-03-04
1
-1
/
+1
|
*
|
|
usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()
Alexey Khoroshilov
2016-03-04
1
-0
/
+5
|
*
|
|
usb: gadget: composite: handle otg status selector request from OTG host
Li Jun
2016-03-04
1
-8
/
+17
|
*
|
|
usb: gadget: provide interface for legacy gadgets to get UDC name
Marek Szyprowski
2016-03-04
2
-25
/
+33
|
*
|
|
usb: gadget: f_midi: stash substream in gmidi_in_port structure
Michal Nazarewicz
2016-03-04
1
-5
/
+7
|
*
|
|
usb: gadget: f_midi: missing unlock on error path
Dan Carpenter
2016-03-04
1
-6
/
+6
|
*
|
|
usb: gadget: f_midi: use flexible array member for gmidi_in_port elements
Michal Nazarewicz
2016-03-04
1
-37
/
+18
|
*
|
|
usb: gadget: f_midi: fix in_last_port looping logic
Michal Nazarewicz
2016-03-04
1
-19
/
+7
|
*
|
|
usb: gadget: f_midi: move some of f_midi_transmit to separate func
Michal Nazarewicz
2016-03-04
1
-61
/
+76
|
*
|
|
usb: gadget: f_midi: remove useless midi reference from port struct
Felipe F. Tonello
2016-03-04
1
-2
/
+0
|
*
|
|
usb: f_fs: avoid race condition with ffs_epfile_io_complete
Du, Changbin
2016-03-04
1
-3
/
+9
|
*
|
|
usb: f_fs: refactor ffs_epfile_io
Michal Nazarewicz
2016-03-04
1
-69
/
+58
|
*
|
|
usb: f_fs: replace unnecessary goto with a return
Michal Nazarewicz
2016-03-04
1
-16
/
+8
|
*
|
|
usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
Michal Nazarewicz
2016-03-04
1
-1
/
+3
|
*
|
|
usb: f_fs: fix memory leak when ep changes during transfer
Michal Nazarewicz
2016-03-04
1
-1
/
+1
|
*
|
|
usb: gadget: pxa25x_udc: document endianess better
Arnd Bergmann
2016-03-04
1
-7
/
+7
|
*
|
|
usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol
Arnd Bergmann
2016-03-04
1
-1
/
+0
|
*
|
|
usb: gadget: pxa25x_udc: use readl/writel for mmio
Arnd Bergmann
2016-03-04
2
-22
/
+40
|
*
|
|
usb: gadget: pxa25x_udc cleanup
Arnd Bergmann
2016-03-04
2
-203
/
+275
|
*
|
|
usb: gadget: pxa25x_udc: move register definitions from arch
Arnd Bergmann
2016-03-04
1
-6
/
+155
|
*
|
|
usb: gadget: f_mass_storage: Enable SuperSpeedPlus
John Youn
2016-03-04
1
-1
/
+1
|
*
|
|
usb: gadget: composite: Update debug message for SuperSpeedPlus
John Youn
2016-03-04
1
-1
/
+2
|
*
|
|
usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus
John Youn
2016-03-04
1
-1
/
+8
|
*
|
|
usb: gadget: composite: Write SuperSpeedPlus config descriptors
John Youn
2016-03-04
1
-1
/
+5
|
*
|
|
usb: gadget: composite: Add function to get descriptors
John Youn
2016-03-04
1
-21
/
+32
[next]