summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
Commit message (Expand)AuthorAgeFilesLines
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-12/+0
* Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-271-2/+6
|\
| * USB: core: Add routines for endpoint checks in old driversAlan Stern2023-04-201-0/+5
| * xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2023-03-291-2/+1
* | USB: core: Fix docs warning caused by wireless_status featureBastien Nocera2023-04-061-2/+4
* | USB: core: Add API to change the wireless_statusBastien Nocera2023-04-031-0/+5
* | USB: core: Add wireless_status sysfs attributeBastien Nocera2023-04-031-0/+9
|/
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-231-8/+10
|\
| * USB: fix misleading usb_set_intfdata() kernel docJohan Hovold2023-01-171-8/+7
| * usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman2023-01-171-0/+3
* | USB: Improve usb_fill_* documentationRicardo Ribalda2023-01-171-4/+23
|/
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-4/+15
|\
| * usb.h: take advantage of container_of_const()Greg Kroah-Hartman2022-12-061-40/+2
| * USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2022-10-201-1/+1
| * USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman2022-10-201-3/+52
* | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-0/+12
|\ \
| * | usb: add usb_set_intfdata() documentationVincent Mailhol2022-11-291-0/+12
| |/
* / USB: core: export usb_cache_string()Vincent Mailhol2022-12-121-0/+1
|/
* USB: core: Prevent nested device-reset callsAlan Stern2022-08-301-0/+2
* usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman2022-06-121-0/+2
* usb: rework usb_maxpacket() using usb_pipe_endpoint()Vincent Mailhol2022-04-231-7/+1
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+1
* usb: deprecate the third argument of usb_maxpacket()Vincent Mailhol2022-04-231-11/+5
* usb: Remove usb_for_each_port()Heikki Krogerus2021-12-301-9/+0
* driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-271-7/+0
* usb: fix spelling mistakes in header filesZhen Lei2021-05-211-1/+1
* usb: Iterator for portsHeikki Krogerus2021-04-091-0/+9
* usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-231-0/+2
* USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold2021-03-231-1/+1
* Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-151-0/+2
|\
| * drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+2
* | USB: remove usb_bus_type from usb.hGreg Kroah-Hartman2021-03-101-2/+0
|/
* USB: correct API of usb_control_msg_send/recvOliver Neukum2020-09-251-2/+4
* USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-0/+6
* USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-161-0/+1
* usb: linux/usb.h: drop duplicated word in commentRandy Dunlap2020-07-151-1/+1
* USB: Fix up terminology in include filesGreg Kroah-Hartman2020-07-021-1/+1
* usb: fix kernel-doc warnings and formatting in <linux/usb.h>Randy Dunlap2020-07-011-3/+7
* USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-2/+2
* USB: Fallback to generic driver when specific driver failsBastien Nocera2020-02-121-0/+1
* USB: Select better matching USB drivers when availableBastien Nocera2020-02-121-0/+2
* USB: Make it possible to "subclass" usb_device_driverBastien Nocera2020-02-121-0/+4
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+0
* Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-191-1/+1
|\
| * usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-1/+1
* | USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman2019-08-071-0/+3
* | USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman2019-08-071-0/+3
|/
* usb: Add devaddr in struct usb_deviceJim Lin2019-06-051-0/+2
* Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-1/+1
|\
| * USB: usb.h: tweak struct urb to remove wasted spaceGreg Kroah-Hartman2019-03-191-1/+1