Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bc22af74f271ef76b2e6f72f3941f91f0da3f5f8
/
drivers
/
usb
/
gadget
38740a5
usb: gadget: f_fs: Fix use-after-free
by Lars-Peter Clausen
· 9 years ago
138b863
usb: gadget: composite: Clear reserved fields of SSP Dev Cap
by John Youn
· 9 years ago
ffb927d
Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
79171e9
usb: gadget: udc-core: remove manual dma configuration
by Grygorii Strashko
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
4fc50ba
usb: gadget: f_midi: unlock on error
by Dan Carpenter
· 9 years ago
03d27ad
usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
by Felipe F. Tonello
· 9 years ago
08f8cab
usb: gadget: composite: Access SSP Dev Cap fields properly
by John Youn
· 9 years ago
38e5898
usb: gadget: udc: atmel: don't disable enpdoints we don't own
by Felipe Balbi
· 9 years ago
9acdf4d
usb: gadget: f_midi: added spinlock on transmit function
by Felipe F. Tonello
· 9 years ago
5266e5b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
46e595a
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
49dc2b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
1a46712
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
364e8dd
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 9 years ago
48d10bd
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
63e3027
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
7b78f48
PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition
by Heikki Krogerus
· 9 years ago
cff834c
usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs
by Nicholas Bellinger
· 9 years ago
71e7ae8
usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation
by Nicholas Bellinger
· 9 years ago
fb444abe
target: Convert demo-mode only drivers to target_alloc_session
by Christoph Hellwig
· 9 years ago
1ae1602
configfs: switch ->default groups to a linked list
by Christoph Hellwig
· 9 years ago
0561f77
usb: gadget: f_acm: Fix configfs attr name
by Krzysztof Opasiak
· 9 years ago
59e0527
usb: udc: lpc32xx: remove USB PLL and USB OTG clock management
by Vladimir Zapolskiy
· 9 years ago
c9083dd
usb: udc: lpc32xx: remove direct access to clock controller registers
by Vladimir Zapolskiy
· 9 years ago
68726e7
usb: udc: lpc32xx: switch to clock prepare/unprepare model
by Vladimir Zapolskiy
· 9 years ago
dd9fee6
usb: gadget: renesas_usb3: Use ARCH_RENESAS
by Simon Horman
· 9 years ago
cff5638
usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()
by Alexey Khoroshilov
· 9 years ago
c5348b6
usb: gadget: composite: handle otg status selector request from OTG host
by Li Jun
· 9 years ago
175f712
usb: gadget: provide interface for legacy gadgets to get UDC name
by Marek Szyprowski
· 9 years ago
4111d49
usb: gadget: f_midi: stash substream in gmidi_in_port structure
by Michal Nazarewicz
· 9 years ago
413489c
usb: gadget: f_midi: missing unlock on error path
by Dan Carpenter
· 9 years ago
bf0028f
usb: gadget: f_midi: use flexible array member for gmidi_in_port elements
by Michal Nazarewicz
· 9 years ago
06cd928
usb: gadget: f_midi: fix in_last_port looping logic
by Michal Nazarewicz
· 9 years ago
9a71eb5
usb: gadget: f_midi: move some of f_midi_transmit to separate func
by Michal Nazarewicz
· 9 years ago
f297e86
usb: gadget: f_midi: remove useless midi reference from port struct
by Felipe F. Tonello
· 9 years ago
ef15088
usb: f_fs: avoid race condition with ffs_epfile_io_complete
by Du, Changbin
· 9 years ago
ae76e13
usb: f_fs: refactor ffs_epfile_io
by Michal Nazarewicz
· 9 years ago
b3591f6
usb: f_fs: replace unnecessary goto with a return
by Michal Nazarewicz
· 9 years ago
3163c79
usb: f_fs: fix ffs_epfile_io returning success on req alloc failure
by Michal Nazarewicz
· 9 years ago
3de4e20
usb: f_fs: fix memory leak when ep changes during transfer
by Michal Nazarewicz
· 9 years ago
a9458a3
usb: gadget: pxa25x_udc: document endianess better
by Arnd Bergmann
· 9 years ago
d0fc35bc
usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol
by Arnd Bergmann
· 9 years ago
65bc0fb
usb: gadget: pxa25x_udc: use readl/writel for mmio
by Arnd Bergmann
· 9 years ago
a77af20
usb: gadget: pxa25x_udc cleanup
by Arnd Bergmann
· 9 years ago
c5418a0
usb: gadget: pxa25x_udc: move register definitions from arch
by Arnd Bergmann
· 9 years ago
59a3ced
usb: gadget: f_mass_storage: Enable SuperSpeedPlus
by John Youn
· 9 years ago
cd69cbe
usb: gadget: composite: Update debug message for SuperSpeedPlus
by John Youn
· 9 years ago
4eb8e32
usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus
by John Youn
· 9 years ago
eae5820
usb: gadget: composite: Write SuperSpeedPlus config descriptors
by John Youn
· 9 years ago
f3bdbe3
usb: gadget: composite: Add function to get descriptors
by John Youn
· 9 years ago
a4afd01
usb: gadget: composite: Count configs for SuperSpeedPlus
by John Youn
· 9 years ago
554eead
usb: gadget: Update config for SuperSpeedPlus
by John Youn
· 9 years ago
f5c6122
usb: gadget: Update function for SuperSpeedPlus
by John Youn
· 9 years ago
eaef50c
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus
by John Youn
· 9 years ago
f228a8d
usb: gadget: composite: Return SSP Dev Cap descriptor
by John Youn
· 9 years ago
1a85329
usb: gadget: composite: Return bcdUSB 0x0310
by John Youn
· 9 years ago
71e41bb
Merge 4.5-rc6 into usb-next
by Greg Kroah-Hartman
· 9 years ago
ca1c118
usb: gadget: net2280: fix endpoint max packet for super speed connections
by Simon Appleby
· 9 years ago
7b0a271
usb: gadget: gadgetfs: unregister gadget only if it got successfully registered
by Marek Szyprowski
· 9 years ago
31b994a
usb: gadget: remove driver from pending list on probe error
by Marek Szyprowski
· 9 years ago
4747639
usb: gadget: atmel: access the PMC using regmap
by Alexandre Belloni
· 9 years ago
96c7de4
usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage
by Andrzej Hajda
· 9 years ago
288e6ea
gpio: Include linux/gpio.h instead of asm/gpio.h
by Bjorn Helgaas
· 9 years ago
fc4fa6e
treewide: Fix typo in printk
by Masanari Iida
· 9 years ago
c470ba3
usb: add HAS_IOMEM dependency to USB_PXA27X
by Vegard Nossum
· 9 years ago
1b4ea40
usb: add HAS_IOMEM dependency to USB_PXA25X
by Vegard Nossum
· 9 years ago
be6708e
usb: Add HAS_IOMEM dependency to USB_M66592
by Vegard Nossum
· 9 years ago
7562b75
usb: add HAS_IOMEM dependency to USB_NET2272
by Vegard Nossum
· 9 years ago
1c17a35
usb: gadget: rndis: fix itnull.cocci warnings
by Julia Lawall
· 9 years ago
f6281af
usb: gadget: rndis: use list_for_each_entry_safe
by Geliang Tang
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
71e4634
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
f689b74
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
237f38c
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
c315259
Merge branch 'patchwork' into v4l_for_linus
by Mauro Carvalho Chehab
· 9 years ago
10c17c6
usb/gadget: Remove set-but-not-used variables
by Bart Van Assche
· 9 years ago
87cf558
Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 9 years ago
746bfe6
usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller
by Yoshihiro Shimoda
· 9 years ago
7aa1aa6
QE: Move QE from arch/powerpc to drivers/soc
by Zhao Qiang
· 9 years ago
ea4a8cb
usb: gadget: bcm63xx_udc: use list_for_each_entry_safe
by Geliang Tang
· 9 years ago
a5beaaf
usb: gadget: Add the console support for usb-to-serial port
by Baolin Wang
· 9 years ago
4bb8548
usb: gadget: f_tcm: add configfs support
by Andrzej Pietrasiewicz
· 9 years ago
9beab5d
usb: gadget: f_tcm: use usb_gstrings_attach
by Andrzej Pietrasiewicz
· 9 years ago
c3f890b
usb: gadget: f_tcm: remove redundant singleton
by Andrzej Pietrasiewicz
· 9 years ago
e5587ea
usb: gadget: f_tcm: remove compatibility layer
by Andrzej Pietrasiewicz
· 9 years ago
0024071
usb: gadget: tcm: convert to use new function registration interface
by Andrzej Pietrasiewicz
· 9 years ago
dc8c46a
usb: gadget: f_tcm: convert to new function interface with backward compatibility
by Andrzej Pietrasiewicz
· 9 years ago
08a1cb0
usb: gadget: tcm: factor out f_tcm
by Andrzej Pietrasiewicz
· 9 years ago
e2ffb77
usb: gadget: tcm: simplify attribute store function
by Andrzej Pietrasiewicz
· 9 years ago
c8afb61
usb: gadget: tcm: use strtobool for a boolean value
by Andrzej Pietrasiewicz
· 9 years ago
8c29350
usb: gadget: tcm: follow naming conventions
by Andrzej Pietrasiewicz
· 9 years ago
c3978ed
usb: gadget: tcm: split string definitions into function and device
by Andrzej Pietrasiewicz
· 9 years ago
894a255
tcm_usb_gadget: Fix enabled attribute failure
by Nicholas Bellinger
· 9 years ago
4fef4e4
tcm_usb_gadget: Fix nexus leak
by Nicholas Bellinger
· 9 years ago
a0841d4
tcm_usb_gadget: Don't strip off nexus WWPN prefix
by Nicholas Bellinger
· 9 years ago
d6dd645
[media] media: videobuf2: Move timestamp to vb2_buffer
by Junghak Sung
· 9 years ago
df9ecb0
[media] vb2: drop v4l2_format argument from queue_setup
by Hans Verkuil
· 9 years ago
b7bd98b
usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write
by David Eccher
· 9 years ago
ab738ff
usb: gadget: ether: Allow changing the MTU
by Mike Looijmans
· 9 years ago
Next »