Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7d12e780e003f93433d49ce78cfedf4b4c52adc5
/
drivers
/
usb
/
gadget
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
cab0089
Still more typo fixes
by Matt LaPlante
· 18 years ago
96b644b
[PATCH] namespaces: utsname: use init_utsname when appropriate
by Serge E. Hallyn
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
6e9a473
[PATCH] completions: lockdep annotate on stack completions
by Peter Zijlstra
· 18 years ago
6174d0f
USB: g_file_storage: Set sense info Valid bit only when needed
by Alan Stern
· 18 years ago
2de9eae
USB: g_file_storage: fix "ignoring return value" warnings
by Alan Stern
· 18 years ago
efd54a3
USB: dummy-hcd: fix "warn-unused-result" messages
by Alan Stern
· 18 years ago
ebdea46
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
7272991
[ARM] 3865/1: AT91RM9200 header updates
by Andrew Victor
· 18 years ago
901b3d7
USB: net2280: update dma buffer allocation
by David Brownell
· 18 years ago
80f8af0
USB: usb serial gadget smp related bug
by Eugeny S. Mints
· 18 years ago
997694d
gadgetfs patch for ep0out
by Skip Hansen
· 18 years ago
729ed6d
USB: ethernet gadget avoids zlps for musb_hdrc
by David Brownell
· 18 years ago
1720058
usbcore: trim down usb_bus structure
by Alan Stern
· 18 years ago
e113f29
USB: fix typo in drivers/usb/gadget/Kconfig
by Jules Villard
· 18 years ago
5535902
USB: fix signedness issue in drivers/usb/gadget/ether.c
by Eric Sesterhenn
· 18 years ago
a94da89
USB gadget: gadgetfs dont try to lock before free
by Milan Svoboda
· 18 years ago
e22fc27
USB: add poll to gadgetfs's endpoint zero
by Milan Svoboda
· 18 years ago
066202d
USB: Make file operations structs in drivers/usb const.
by Luiz Fernando N. Capitulino
· 18 years ago
f2ebf92c
USB: gmidi: New USB MIDI Gadget class driver.
by Ben Williamson
· 18 years ago
ba307f5
USB: gadgetfs: protect ep_release with lock
by Milan Svoboda
· 18 years ago
8a7471a
USB: fix ep_config to return correct value
by Milan Svoboda
· 18 years ago
07cb7f2
USB: correct locking in gadgetfs_disconnect
by Milan Svoboda
· 18 years ago
bfb2c96
USB: Allow compile in g_ether, fix typo
by Tony Lindgren
· 18 years ago
b2bbb20
USB: pxa2xx_udc understands GPIO based VBUS sensing
by David Brownell
· 18 years ago
3a16f7b
USB: move <linux/usb_otg.h> to <linux/usb/otg.h>
by David Brownell
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
789851c
usb gadget: g_ether spinlock recursion fix
by David Brownell
· 18 years ago
b4dbda1
USB: dummy-hcd: disable interrupts during req->complete
by Alan Stern
· 18 years ago
be0c801
USB: fix the USB_GADGET_DUMMY_HCD dependencies
by Adrian Bunk
· 18 years ago
8b2e766
USB: AT91 UDC updates, mostly power management
by David Brownell
· 18 years ago
a353678
[PATCH] USB: gadget section fixups
by David Brownell
· 18 years ago
0f1482f
[ARM] Fix lh7a40x_udc.c
by Russell King
· 18 years ago
a8c4c20
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
d54b5ca
[PATCH] irq-flags: usb: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
bf7e851
[PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again
by Milan Svoboda
· 18 years ago
7ff879d
ARM: OMAP: Fix DMA channel irq handling for omap24xx
by Tony Lindgren
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
b31dc66
[PATCH] Kill PF_SYNCWRITE flag
by Jens Axboe
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
a8c28f2
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
by David Brownell
· 18 years ago
7e27f18
[PATCH] USB: whitespace removal from usb/gadget/ether
by David Brownell
· 18 years ago
043ea18
[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform
by Milan Svoboda
· 18 years ago
44df45a
[PATCH] usb gadget: fix compile errors
by Milan Svoboda
· 18 years ago
7c0642c
[PATCH] usb gadget: allow drivers support speeds higher than full speed
by Milan Svoboda
· 18 years ago
ca094f1
[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
by Franck Bui-Huu
· 18 years ago
943e1b4
[PATCH] USB: gadget-serial: fix a deadlock when closing the serial device
by Franck Bui-Huu
· 18 years ago
4186c29
[PATCH] USB: trivial DEBUG message correction in gadget ether driver
by Matt Reimer
· 18 years ago
0ae4ea8
[PATCH] gadgetfs: fix memory leaks
by Alan Stern
· 18 years ago
83196b5
[PATCH] gadgetfs: fix AIO interface bugs
by Alan Stern
· 18 years ago
2d61bde
[PATCH] USB: net2280: add a shutdown routine
by Alan Stern
· 19 years ago
c6387a4
[SPARC]: Kill __irq_itoa().
by David S. Miller
· 18 years ago
9fb81ce
[PATCH] USB: net2280: set driver data before it is used
by Alan Stern
· 19 years ago
658ad5e
[PATCH] USB: net2280: check for shared IRQs
by Alan Stern
· 19 years ago
317e83b
[PATCH] USB: net2280: send 0-length packets for ep0
by Alan Stern
· 19 years ago
a29fccd
[PATCH] USB: net2280: Handle STALLs for 0-length control-IN requests
by Alan Stern
· 19 years ago
c82ffb0
[PATCH] fix leak in activate_ep_files()
by Al Viro
· 19 years ago
9fc4831
[PATCH] USB: linux/usb/net2280.h common definitions
by Pete Zaitcev
· 19 years ago
e1394b4
[PATCH] USB: g_ether, highspeed conformance fix
by David Brownell
· 19 years ago
68ba61b
[PATCH] USB: at91 usb driver supend/resume fixes
by David Brownell
· 19 years ago
35fcca4
[PATCH] USB: gadget zero poisons OUT buffers
by David Brownell
· 19 years ago
9841633
[PATCH] USB: gadgetfs highspeed bugfix
by David Brownell
· 19 years ago
68dcc68
[PATCH] USB: net2280 short rx status fix
by David Brownell
· 19 years ago
4279541
[PATCH] USB: fix gadget_is_musbhdrc()
by David Brownell
· 19 years ago
aafe5bd
[PATCH] USB: g_file_storage: use module_param_array_named macro
by Alan Stern
· 19 years ago
14cd5f8
[PATCH] USB: g_file_storage: add comment about buffer allocation
by Alan Stern
· 19 years ago
70ffe6e
[PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers
by Alan Stern
· 19 years ago
950ee4c
[PATCH] USB: net2282 and net2280 software compatibility
by Guennadi Liakhovetski
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
7039f42
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
by Eric Sesterhenn
· 19 years ago
1afc64a
[PATCH] USB: ethernet gadget driver section fixups
by Aras Vaichas
· 19 years ago
329af28
[PATCH] USB: gadget driver section fixups
by David Brownell
· 19 years ago
0eb8c7c
[PATCH] USB: Zero driver: Removed duplicated code
by Franck Bui-Huu
· 19 years ago
1c05ad4
[PATCH] recognize three more usb peripheral controllers
by David Brownell
· 19 years ago
7802ac5
[PATCH] USB: minor gadget/rndis tweak
by David Brownell
· 19 years ago
bae4bd8
[PATCH] USB: add support for AT91 gadget
by David Brownell
· 19 years ago
8763716
[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)
by Shaun Tancheff
· 19 years ago
d5ec334
[PATCH] USB: lh7a40x gadget driver: Fixed a dead lock
by Franck Bui-Huu
· 19 years ago
69396dc
[PATCH] USB: gadget zero and dma-coherent buffers
by David Brownell
· 19 years ago
9790636
[PATCH] USB: gadgetfs: set "zero" flag for short control-IN response
by Alan Stern
· 19 years ago
682d4c8
[PATCH] USB: net2280 warning fix
by David Brownell
· 19 years ago
d78967f
[PATCH] Remove usb gadget generic driver methods
by Russell King
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
52950ed
[PATCH] USB: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
3cf0a22
[PATCH] USB Gadget: dummy_hcd: updates to hcd->state
by Alan Stern
· 19 years ago
a21d4fe
[PATCH] USB Gadget: file_storage: remove "volatile" declarations
by Alan Stern
· 19 years ago
3aea4a7
[PATCH] USB: Cleanups for usb gadget mass-storage
by Pavel Machek
· 19 years ago
949bf64
[PATCH] USB: One potential problem in gadget/serial.c
by Fengwei Yin
· 19 years ago
8364d6b
[PATCH] USB: dummy_hcd: rename variables
by Alan Stern
· 19 years ago
87c4252
[PATCH] USB: file-storage gadget: Add reference count for children
by Alan Stern
· 19 years ago
cca2362
[PATCH] USB: fix build breakage in dummy_hcd.c
by Greg Kroah-Hartman
· 19 years ago
5643f00
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
by Linus Torvalds
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
Next »