Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ee8abf783dd36f65440fd782ad16f9768631d998
/
include
/
linux
/
usb.h
07a8cdd
usb: musb: do not use dma for control transfers
by Anand Gadiyar
· 14 years ago
a91be2a
usb.h: fix ioctl kernel-doc info
by Randy Dunlap
· 14 years ago
c6ba1c2
USB:: fix linux/usb.h kernel-doc warnings
by Randy Dunlap
· 14 years ago
c532b29
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
by Andi Kleen
· 14 years ago
e26bcf3
USB: remove unused usb_buffer_alloc and usb_buffer_free macros
by Greg Kroah-Hartman
· 15 years ago
812219a
USB: usb.h: checkpatch cleanups
by Greg Kroah-Hartman
· 15 years ago
22b4b61
USB: remove usb_find_device
by Ming Lei
· 15 years ago
0ba169af
USB: simplify usb_sg_init()
by Alan Stern
· 15 years ago
910f8d0
USB: Change the scatterlist type in struct urb
by Matthew Wilcox
· 15 years ago
1e42901
USB: Turn interface_to_usbdev into an inline function
by Matthew Wilcox
· 15 years ago
fe54b05
USB: Add a usb_pipe_endpoint() convenience function
by Matthew Wilcox
· 15 years ago
85bcb5e
USB: remove URB_NO_SETUP_DMA_MAP
by Alan Stern
· 15 years ago
842f169
USB: remove the usb_host_ss_ep_comp structure
by Alan Stern
· 15 years ago
eab1caf
USB: Support for allocating USB 3.0 streams.
by Sarah Sharp
· 15 years ago
94af122
USB: Add stream ID field to struct urb.
by Sarah Sharp
· 15 years ago
9e18c82
USB: use PM core routines to enable/disable autosuspend
by Alan Stern
· 15 years ago
ff9c895
USB: fix usbmon and DMA mapping for scatter-gather URBs
by Alan Stern
· 15 years ago
073900a
USB: rename usb_buffer_alloc() and usb_buffer_free()
by Daniel Mack
· 15 years ago
f09a15e
USB: Fix usb_fill_int_urb for SuperSpeed devices
by Matthew Wilcox
· 15 years ago
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 15 years ago
efcbd3d
USB: Extend and neaten dbg macros
by Joe Perches
· 15 years ago
9bbdf1e
USB: convert to the runtime PM framework
by Alan Stern
· 15 years ago
088f7fe
USB: implement usb_enable_autosuspend
by Alan Stern
· 15 years ago
6d19c00
USB: implement non-tree resume ordering constraints for PCI host controllers
by Alan Stern
· 15 years ago
04a723e
USB: Fix duplicate sysfs problem after device reset.
by Sarah Sharp
· 15 years ago
91017f9
USB: Refactor code to find alternate interface settings.
by Sarah Sharp
· 15 years ago
8e4ceb3
USB: prepare for changover to Runtime PM framework
by Alan Stern
· 15 years ago
fb34d53
USB: remove the auto_pm flag
by Alan Stern
· 15 years ago
4c1bd3d
USB: make urb scatter-gather support more generic
by David Vrabel
· 15 years ago
ccf5b80
USB: make intf.pm_usage an atomic_t
by Alan Stern
· 15 years ago
4e9e920
USB: usbmon: end ugly tricks with DMA peeking
by Pete Zaitcev
· 15 years ago
411c940
trivial: fix typo "for for" in multiple files
by Anand Gadiyar
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
e376bbb
USB: usb.h: fix kernel-doc notation
by Randy Dunlap
· 15 years ago
e1f5b94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
f0058c6
USB: Change names of SuperSpeed ep companion descriptor structs.
by Sarah Sharp
· 16 years ago
e04748e
USB: Push scatter gather lists down to host controller drivers.
by Sarah Sharp
· 16 years ago
663c30d
USB: Parse and store the SuperSpeed endpoint companion descriptors.
by Sarah Sharp
· 16 years ago
6d65b78
USB: Support for submitting control URBs under xHCI.
by Sarah Sharp
· 16 years ago
c651527
USB: Support for addressing a USB device under xHCI
by Sarah Sharp
· 16 years ago
7206b00
USB: Add route string to struct usb_device.
by Sarah Sharp
· 16 years ago
bf92c19
USB: usb.h: change private: kernel-doc for new format requirement
by Randy Dunlap
· 16 years ago
820d7a2
USB: remove unused usb_host class
by Greg Kroah-Hartman
· 16 years ago
00048b8
USB: add usb debugfs directory
by Greg Kroah-Hartman
· 16 years ago
f7a386c
Driver Core: usb: add nodename support for usb drivers.
by Kay Sievers
· 16 years ago
3444b26
USB: add reset endpoint operations
by David Vrabel
· 16 years ago
8c209e6
USB: make actual_length in struct urb field u32
by Greg Kroah-Hartman
· 16 years ago
16e2e5f
USB: make transfer_buffer_lengths in struct urb field u32
by Greg Kroah-Hartman
· 16 years ago
4d6914b
USB: Move definitions from usb.h to usb/ch9.h
by Julia Lawall
· 16 years ago
11e76ae
USB: add kernel-doc for wusb_dev in struct usb_device
by Inaky Perez-Gonzalez
· 16 years ago
34c65d8
USB: remove info() macro from usb.h
by Greg Kroah-Hartman
· 16 years ago
338b67b
USB: remove warn() macro from usb.h
by Greg Kroah-Hartman
· 16 years ago
856395d
USB: extension of anchor API to unpoison an anchor
by Oliver Neukum
· 16 years ago
49367d8
USB: mark "reject" field of struct urb as atomic_t
by Ming Lei
· 16 years ago
3b23dd6
USB: utilize the bus notifiers
by Alan Stern
· 16 years ago
65bfd29
USB: Enhance usage of pm_message_t
by Alan Stern
· 16 years ago
f150fa1
USB: Allow usbmon as a module even if usbcore is builtin
by Pete Zaitcev
· 16 years ago
dc023dc
USB: Introduce usb_queue_reset() to do resets from atomic contexts
by Inaky Perez-Gonzalez
· 16 years ago
9ac39f2
USB: add asynchronous autosuspend/autoresume support
by Alan Stern
· 16 years ago
352d026
USB: don't register endpoints for interfaces that are going away
by Alan Stern
· 16 years ago
1987625
USB: anchor API changes needed for btusb
by Oliver Neukum
· 16 years ago
6a2839b
USB: extend poisoning to anchors
by Oliver Neukum
· 16 years ago
55b447b
USB: kill URBs permanently
by Oliver Neukum
· 16 years ago
55151d7
USB: Defer Set-Interface for suspended devices
by Alan Stern
· 16 years ago
f4f4d58
USB: add missing kerneldoc line for "needs_binding"
by Alan Stern
· 16 years ago
78d9a48
USB: Force unbinding of drivers lacking reset_resume or other methods
by Alan Stern
· 16 years ago
742120c
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
by Ming Lei
· 16 years ago
625f694
USB: remove interface parameter of usb_reset_composite_device
by Ming Lei
· 16 years ago
9da82bd
USB: implement "soft" unbinding
by Alan Stern
· 17 years ago
1b26da1
USB: handle pci_name() being const
by Greg Kroah-Hartman
· 16 years ago
b1d8dfb
wusb: add link wusb-usb device
by Inaky Perez-Gonzalez
· 17 years ago
3b52f12
wusb: add authenticathed bit to usb_dev
by Inaky Perez-Gonzalez
· 17 years ago
7ef4f06
USB: update comments about usb driver's header
by Oliver Neukum
· 17 years ago
eda7695
USB: add extension of anchor API, usb_unlink_anchored_urbs
by Oliver Neukum
· 17 years ago
f66396b
USB: usb.h: reduce syslog clutter [v3]
by Tilman Schmidt
· 17 years ago
f476fba
USB: convert usb.h struct usb_device to kernel-doc
by Randy Dunlap
· 17 years ago
feccc30
USB: remove CONFIG_USB_PERSIST setting
by Alan Stern
· 17 years ago
d6d914f
USB: fix comment of struct usb_interface
by Lei Ming
· 17 years ago
d0bcabc
docbook: fix usb source files
by Randy Dunlap
· 17 years ago
969ab2e
USB: fix codingstyle issues in include/linux/usb.h
by Greg Kroah-Hartman
· 17 years ago
1512300
USB: Export suspend statistics
by Sarah Sharp
· 17 years ago
5a3201b
USB: Convert from class_device to device for USB core
by Tony Jones
· 17 years ago
f88ed90
usb.h: fix kernel-doc warning
by Randy Dunlap
· 17 years ago
7e61559
USB: keep track of whether interface sysfs files exist
by Alan Stern
· 17 years ago
271f9e6
USB: skip autosuspended devices during system resume
by Alan Stern
· 17 years ago
4d59d8a
USB: Export URB statistics for powertop
by Sarah Sharp
· 17 years ago
6840d25
USB: flush outstanding URBs when suspending
by Alan Stern
· 17 years ago
1431d2a
USB: get rid of urb->lock
by Alan Stern
· 17 years ago
eb23105
USB: add urb->unlinked field
by Alan Stern
· 17 years ago
da04b7a
usb: introduce usb_device authorization bits
by Inaky Perez-Gonzalez
· 17 years ago
d617bc8
USB: cleanup for previous patches
by Alan Stern
· 17 years ago
5e60a16
USB: avoid using urb->pipe in usbcore
by Alan Stern
· 17 years ago
fea3409
USB: add direction bit to urb->transfer_flags
by Alan Stern
· 17 years ago
bdd016b
USB: add ep->enable
by Alan Stern
· 17 years ago
5b653c7
USB: add urb->ep
by Alan Stern
· 17 years ago
3f42378
USB: usb.h kernel-doc additions
by Randy Dunlap
· 17 years ago
165fe97
USB: add IAD support to usbfs and sysfs
by Craig W. Nadler
· 17 years ago
8b3b01c
USB: Add URB_FREE_BUFFER flag and the logic behind it
by Marcel Holtmann
· 17 years ago
b41a60e
USB: add power/persist device attribute
by Alan Stern
· 17 years ago
f07600c
USB: add reset_resume method
by Alan Stern
· 17 years ago
Next »