Age | Commit message (Expand) | Author | Files | Lines |
2022-06-12 | usb: Avoid extra usb SET_SEL requests when enabling link power management | Mathias Nyman | 1 | -0/+2 |
2022-04-23 | usb: rework usb_maxpacket() using usb_pipe_endpoint() | Vincent Mailhol | 1 | -7/+1 |
2022-04-23 | usb: remove third argument of usb_maxpacket() | Vincent Mailhol | 1 | -2/+1 |
2022-04-23 | usb: deprecate the third argument of usb_maxpacket() | Vincent Mailhol | 1 | -11/+5 |
2021-12-30 | usb: Remove usb_for_each_port() | Heikki Krogerus | 1 | -9/+0 |
2021-05-27 | driver core: Move the "removable" attribute from USB to core | Rajat Jain | 1 | -7/+0 |
2021-05-21 | usb: fix spelling mistakes in header files | Zhen Lei | 1 | -1/+1 |
2021-04-09 | usb: Iterator for ports | Heikki Krogerus | 1 | -0/+9 |
2021-03-23 | usb: core: Track SuperSpeed Plus GenXxY | Thinh Nguyen | 1 | -0/+2 |
2021-03-23 | USB: core: rename usb_driver_claim_interface() data parameter | Johan Hovold | 1 | -1/+1 |
2021-03-15 | Merge 5.12-rc3 into usb-next | Greg Kroah-Hartman | 1 | -0/+2 |
2021-03-11 | drm: Use USB controller's DMA mask when importing dmabufs | Thomas Zimmermann | 1 | -0/+2 |
2021-03-10 | USB: remove usb_bus_type from usb.h | Greg Kroah-Hartman | 1 | -2/+0 |
2020-09-25 | USB: correct API of usb_control_msg_send/recv | Oliver Neukum | 1 | -2/+4 |
2020-09-16 | USB: add usb_control_msg_send() and usb_control_msg_recv() | Greg Kroah-Hartman | 1 | -0/+6 |
2020-09-16 | USB: move snd_usb_pipe_sanity_check into the USB core | Greg Kroah-Hartman | 1 | -0/+1 |
2020-07-15 | usb: linux/usb.h: drop duplicated word in comment | Randy Dunlap | 1 | -1/+1 |
2020-07-03 | USB: Fix up terminology in include files | Greg Kroah-Hartman | 1 | -1/+1 |
2020-07-01 | usb: fix kernel-doc warnings and formatting in <linux/usb.h> | Randy Dunlap | 1 | -3/+7 |
2020-02-23 | USB: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2020-02-12 | USB: Fallback to generic driver when specific driver fails | Bastien Nocera | 1 | -0/+1 |
2020-02-12 | USB: Select better matching USB drivers when available | Bastien Nocera | 1 | -0/+2 |
2020-02-12 | USB: Make it possible to "subclass" usb_device_driver | Bastien Nocera | 1 | -0/+4 |
2019-08-21 | usb: add a HCD_DMA flag instead of guestimating DMA capabilities | Christoph Hellwig | 1 | -1/+0 |
2019-08-19 | Merge 5.3-rc5 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
2019-08-15 | usb: add a hcd_uses_dma helper | Christoph Hellwig | 1 | -1/+1 |
2019-08-07 | USB: add support for dev_groups to struct usb_device_driver | Greg Kroah-Hartman | 1 | -0/+3 |
2019-08-07 | USB: add support for dev_groups to struct usb_driver | Greg Kroah-Hartman | 1 | -0/+3 |
2019-06-05 | usb: Add devaddr in struct usb_device | Jim Lin | 1 | -0/+2 |
2019-05-08 | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2019-04-19 | USB: core: Fix bug caused by duplicate interface PM usage counter | Alan Stern | 1 | -2/+0 |
2019-03-19 | USB: usb.h: tweak struct urb to remove wasted space | Greg Kroah-Hartman | 1 | -1/+1 |
2018-12-05 | USB: check usb_get_extra_descriptor for proper size | Mathias Payer | 1 | -2/+2 |
2018-05-31 | usb: hub: Per-port setting to reduce TRSTRCY to 10 ms | Nicolas Boichat | 1 | -0/+3 |
2018-05-31 | usb: hub: Per-port setting to use old enumeration scheme | Nicolas Boichat | 1 | -0/+7 |
2018-04-22 | USB: Add support to store lane count used by USB 3.2 | Mathias Nyman | 1 | -0/+4 |
2017-12-15 | usb: core: add support for USB_REQ_SET_ISOCH_DELAY | Felipe Balbi | 1 | -0/+6 |
2017-12-12 | USB: remove the URB_NO_FSBR flag | Alan Stern | 1 | -1/+0 |
2017-11-15 | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2017-11-14 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+15 |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -0/+1 |
2017-11-07 | usb: core: add a new usb_get_ptm_status() helper | Felipe Balbi | 1 | -0/+6 |
2017-11-07 | usb: core: add a 'type' parameter to usb_get_status() | Felipe Balbi | 1 | -2/+3 |
2017-11-07 | usb: core: introduce a new usb_get_std_status() helper | Felipe Balbi | 1 | -0/+7 |
2017-11-07 | usb: core: rename usb_get_status() 'type' argument to 'recip' | Felipe Balbi | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-11 | usb: core: Add a helper function to check the validity of EP type in URB | Takashi Iwai | 1 | -0/+2 |
2017-04-18 | usb: fix some references for /proc/bus/usb | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-03-23 | USB: core: add helpers to retrieve endpoints in reverse order | Johan Hovold | 1 | -0/+35 |
2017-03-23 | USB: core: add helpers to retrieve endpoints | Johan Hovold | 1 | -0/+35 |