aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-17/+7
2023-12-23usb: linux/usb.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2023-12-04usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson1-0/+6
2023-10-05USB: dma: remove unused function prototypeRandy Li1-16/+0
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-12/+0
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+6
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+5
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera1-2/+4
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera1-0/+5
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera1-0/+9
2023-03-29xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-2/+1
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-8/+10
2023-01-17USB: fix misleading usb_set_intfdata() kernel docJohan Hovold1-8/+7
2023-01-17USB: Improve usb_fill_* documentationRicardo Ribalda1-4/+23
2023-01-17usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+15
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+12
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol1-0/+1
2022-12-06usb.h: take advantage of container_of_const()Greg Kroah-Hartman1-40/+2
2022-11-29usb: add usb_set_intfdata() documentationVincent Mailhol1-0/+12
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-20USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman1-3/+52
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+2
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman1-0/+2
2022-04-23usb: rework usb_maxpacket() using usb_pipe_endpoint()Vincent Mailhol1-7/+1
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+1
2022-04-23usb: deprecate the third argument of usb_maxpacket()Vincent Mailhol1-11/+5
2021-12-30usb: Remove usb_for_each_port()Heikki Krogerus1-9/+0
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-7/+0
2021-05-21usb: fix spelling mistakes in header filesZhen Lei1-1/+1
2021-04-09usb: Iterator for portsHeikki Krogerus1-0/+9
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen1-0/+2
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold1-1/+1
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+2
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+2
2021-03-10USB: remove usb_bus_type from usb.hGreg Kroah-Hartman1-2/+0
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-2/+4
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-0/+6
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman1-0/+1
2020-07-15usb: linux/usb.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-02USB: Fix up terminology in include filesGreg Kroah-Hartman1-1/+1
2020-07-01usb: fix kernel-doc warnings and formatting in <linux/usb.h>Randy Dunlap1-3/+7
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera1-0/+1
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera1-0/+2
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-0/+4
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+0
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman1-0/+3
2019-08-07USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman1-0/+3
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin1-0/+2
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-2/+0
2019-03-19USB: usb.h: tweak struct urb to remove wasted spaceGreg Kroah-Hartman1-1/+1
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-2/+2
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat1-0/+3
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat1-0/+7
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman1-0/+4
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi1-0/+6
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern1-1/+0
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+15
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+1
2017-11-07usb: core: add a new usb_get_ptm_status() helperFelipe Balbi1-0/+6
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi1-2/+3
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi1-0/+7
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai1-0/+2
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab1-1/+1
2017-03-23USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold1-0/+35
2017-03-23USB: core: add helpers to retrieve endpointsJohan Hovold1-0/+35
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann1-0/+1
2016-10-24usb: fix a typo in usb_class_driver documentationAmitesh Singh1-1/+1
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-1/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge1-2/+1
2016-04-26USB: correct intervals for SS+Oliver Neukum1-2/+2
2016-04-26USB: LTM also for USB 3.1Oliver Neukum1-1/+1
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman1-0/+1
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman1-0/+2
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum1-3/+4
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit1-1/+0
2015-12-01usb: core: lpm: remove usb3_lpm_enabled in usb_deviceLu Baolu1-2/+0
2015-12-01usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu1-0/+4
2015-10-04usb: store the new usb 3.1 SuperSpeedPlus device capability descriptorMathias Nyman1-0/+1
2015-09-29USB: Added forgotten parameter description for authorized attribute in usb.hStefan Koch1-0/+2
2015-09-22usb: interface authorization: Declare authorized attributeStefan Koch1-0/+1
2015-04-07usb: define a generic USB_RESUME_TIMEOUT macroFelipe Balbi1-0/+26
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern1-5/+0
2015-01-25usb: Fix typo in `struct usb_host_interface' commentChris Rorvick1-1/+1
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-1/+1
2014-09-25usb: Add LED triggers for USB activityMichal Sojka1-0/+12
2014-05-27USB: separate usb_address0 mutexes for each busTodd E Brandt1-0/+2
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+4
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-3/+3
2014-03-08staging: usbip: claim ports used by shared devicesValentina Manea1-0/+7
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede1-0/+2
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede1-0/+2
2014-02-17Merge 3.14-rc3 into staging-nextGreg Kroah-Hartman1-2/+0
2014-02-07Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp1-2/+0
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-0/+4
2014-01-10usb: core: allow a reference device for new_idWolfram Sang1-0/+1
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight1-0/+2
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-1/+3
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede1-0/+3
2013-10-11usb-anchor: Ensure poisened gets initialized to 0Hans de Goede1-0/+1
2013-09-17usb-core: Make usb_free_streams return an errorHans de Goede1-1/+1
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei1-1/+7
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-4/+8
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-11/+0
2013-07-25usb: clamp bInterval to allowed rangeFelipe Balbi1-2/+8
2013-07-24USB: check sg buffer size in usb_submit_urbMing Lei1-1/+3
2013-07-16USB: move the definition of USB_MAXCHILDRENAlan Stern1-11/+0
2013-06-05usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman1-0/+18
2013-06-05usb: xhci: add USB2 Link power management BESL supportMathias Nyman1-0/+2
2013-05-20usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner1-0/+1
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-1/+1
2013-03-25USB: adds comment on suspend callbackMing Lei1-1/+6
2013-03-15USB: fix trivial usb_device kernel-doc errorsNishanth Menon1-3/+1
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern1-0/+2
2012-10-31USB: add USB_DEVICE_INTERFACE_CLASS macroBjørn Mork1-0/+16
2012-10-24USB: speed up usb_bus_resume()Alan Stern1-0/+2
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern1-2/+3
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern1-11/+16
2012-10-17USB: usb.h: remove dbg() macroGreg Kroah-Hartman1-11/+0
2012-09-10usb/acpi: Use ACPI methods to power off ports.Lan Tianyu1-0/+10
2012-09-10usb/acpi: Store info on device removability.Lan Tianyu1-0/+7
2012-09-10usb: move children to struct usb_portLan Tianyu1-2/+13
2012-07-16USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan1-0/+21
2012-07-16USB: remove 8 bytes of padding from usb_host_interface on 64 bit buildsRichard Kennedy1-2/+3
2012-07-11USB: Add a sysfs file to show LTM capabilities.Sarah Sharp1-0/+8
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp1-0/+3
2012-07-11USB: Remove unused LPM variable.Sarah Sharp1-1/+0
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+5
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-0/+16
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp1-6/+6
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-0/+2
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp1-2/+19
2012-05-18USB: Allow drivers to disable hub-initiated LPM.Sarah Sharp1-0/+4
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-0/+37
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-0/+2
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+2
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu1-2/+2
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum1-0/+3
2012-04-29USB: remove CONFIG_USB_DEVICE_CLASSGreg Kroah-Hartman1-3/+0
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman1-7/+0
2012-04-25USB: remove err() macroGreg Kroah-Hartman1-3/+0
2012-04-18USB: add EOPNOTSUPP to usb_translate_errorsJohan Hovold1-0/+1
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li1-1/+1
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-0/+1
2012-02-09usb: Add support for indicating whether a port is removableMatthew Garrett1-0/+8
2012-01-23kernel-doc: fix new warning in usb.hRandy Dunlap1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+14
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-0/+1
2011-11-17USB: Add helper macro for usb_driver boilerplateGreg Kroah-Hartman1-0/+12
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold1-0/+13
2011-10-31include: convert various register fcns to macros to avoid include chainingPaul Gortmaker1-4/+5
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+4
2011-09-26usbcore: check device's LPM capabilityAndiry Xu1-0/+2
2011-09-26usbcore: get BOS descriptor setAndiry Xu1-0/+12
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-04-29USB: documentation update for the pre_reset methodAlan Stern1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-0/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-5/+2
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+4
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern1-2/+0
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-3/+2
2010-11-08usb.h: fix ioctl kernel-doc infoRandy Dunlap1-1/+1
2010-08-10USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap1-0/+3
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+1
2010-05-20USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman1-12/+0
2010-05-20USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman1-16/+16
2010-05-20USB: remove usb_find_deviceMing Lei1-1/+0
2010-05-20USB: simplify usb_sg_init()Alan Stern1-2/+0
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-05-20USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox1-2/+5
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-0/+8
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-17/+11
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-16/+3
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+10
2010-05-20USB: Add stream ID field to struct urb.Sarah Sharp1-0/+1
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern1-4/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-0/+9
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack1-3/+15
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-5/+13
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-3/+3
2010-03-02USB: Extend and neaten dbg macrosJoe Perches1-5/+9
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-28/+3
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-0/+8
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern1-0/+1
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-0/+1
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp1-0/+4
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-16/+10
2009-12-11USB: remove the auto_pm flagAlan Stern1-2/+0
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+1
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern1-3/+3