Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a80fe5d6e3190f65be8cc7efa487f187eb3dbffa
/
include
/
linux
/
usb.h
d81a5d1
USB: add USB_VENDOR_AND_INTERFACE_INFO() macro
by Gustavo Padovan
· 12 years ago
0d5ff30
USB: remove 8 bytes of padding from usb_host_interface on 64 bit builds
by Richard Kennedy
· 12 years ago
024f117
USB: Add a sysfs file to show LTM capabilities.
by Sarah Sharp
· 12 years ago
f74631e
USB: Enable Latency Tolerance Messaging (LTM).
by Sarah Sharp
· 12 years ago
c5c4bdf
USB: Remove unused LPM variable.
by Sarah Sharp
· 12 years ago
19181bc
usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl
by Hans de Goede
· 12 years ago
81df2d5
USB: allow match on bInterfaceNumber
by Bjørn Mork
· 13 years ago
e9261fb
USB: Fix core compile with CONFIG_USB_SUSPEND=n
by Sarah Sharp
· 13 years ago
8306095
USB: Disable USB 3.0 LPM in critical sections.
by Sarah Sharp
· 13 years ago
1ea7e0e
USB: Add support to enable/disable USB3 link states.
by Sarah Sharp
· 13 years ago
8afa408
USB: Allow drivers to disable hub-initiated LPM.
by Sarah Sharp
· 13 years ago
51e0a01
USB: Calculate USB 3.0 exit latencies for LPM.
by Sarah Sharp
· 13 years ago
ef206f3
USB: add read support to usb-serial/../new_id
by Bjørn Mork
· 13 years ago
fa28618
Revert "usb: move struct usb_device->children to struct usb_hub_port->child"
by Greg Kroah-Hartman
· 13 years ago
bebc56d
usb: move struct usb_device->children to struct usb_hub_port->child
by Lan Tianyu
· 13 years ago
8815bb0
usbhid: prevent deadlock during timeout
by Oliver Neukum
· 13 years ago
007bab9
USB: remove CONFIG_USB_DEVICE_CLASS
by Greg Kroah-Hartman
· 13 years ago
fb28d58
USB: remove CONFIG_USB_DEVICEFS
by Greg Kroah-Hartman
· 13 years ago
af4e1ee
USB: remove err() macro
by Greg Kroah-Hartman
· 13 years ago
67c8838
USB: add EOPNOTSUPP to usb_translate_errors
by Johan Hovold
· 13 years ago
8816230
USB: dynamically allocate usb_device children pointers instead of using a fix array
by Huajun Li
· 13 years ago
7483948
Merge tag 'usb-3.3-rc3' into usb-next
by Greg Kroah-Hartman
· 13 years ago
0846e7e
usb: Add support for indicating whether a port is removable
by Matthew Garrett
· 13 years ago
4d92261
kernel-doc: fix new warning in usb.h
by Randy Dunlap
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
bc677d5
usb: fix number of mapped SG DMA entries
by Clemens Ladisch
· 13 years ago
f3a6a4b
USB: Add helper macro for usb_driver boilerplate
by Greg Kroah-Hartman
· 13 years ago
2c4d6bf
USB: move usb_translate_errors to linux/usb.h
by Johan Hovold
· 13 years ago
eb5589a
include: convert various register fcns to macros to avoid include chaining
by Paul Gortmaker
· 14 years ago
65580b43
xHCI: set USB2 hardware LPM
by Andiry Xu
· 13 years ago
1ff4df5
usbcore: check device's LPM capability
by Andiry Xu
· 13 years ago
3148bf0
usbcore: get BOS descriptor set
by Andiry Xu
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
6498d9d
USB: documentation update for the pre_reset method
by Alan Stern
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
2694a48
USB: HCD: Add driver hooks for (un)?map_urb_for_dma
by Robert Morell
· 14 years ago
36facad
Merge branch 'usb-next' into musb-merge
by Greg Kroah-Hartman
· 14 years ago
07a8cdd
usb: musb: do not use dma for control transfers
by Anand Gadiyar
· 14 years ago
fcc4a01
USB: use the runtime-PM autosuspend implementation
by Alan Stern
· 14 years ago
6ddf27c
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
by Ming Lei
· 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
Next »