| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: core: constify the struct device_type usage | Ricardo B. Marliere | 2024-02-19 | 1 | -1/+1 |
* | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng | 2024-01-04 | 1 | -1/+1 |
* | USB: core: Fix unused variable warning in usb_alloc_dev() | Alan Stern | 2023-08-12 | 1 | -2/+0 |
* | USB: Remove remnants of Wireless USB and UWB | Alan Stern | 2023-08-09 | 1 | -11/+0 |
* | usb: Explicitly include correct DT includes | Rob Herring | 2023-07-25 | 1 | -0/+1 |
* | USB: make usb class a const structure | Ivan Orlov | 2023-07-25 | 1 | -0/+6 |
* | USB: core: Add routines for endpoint checks in old drivers | Alan Stern | 2023-04-20 | 1 | -0/+76 |
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 1 | -4/+4 |
|\ |
|
| * | driver core: make struct device_type.devnode() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -2/+2 |
| * | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -2/+2 |
* | | USB: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-01-17 | 1 | -1/+1 |
|/ |
|
* | usb/core: fix repeated words in comments | Jilin Yuan | 2022-07-27 | 1 | -1/+1 |
* | USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf() | Alan Stern | 2022-02-25 | 1 | -0/+8 |
* | usb: Remove usb_for_each_port() | Heikki Krogerus | 2021-12-30 | 1 | -46/+0 |
* | usb: Iterator for ports | Heikki Krogerus | 2021-04-09 | 1 | -0/+46 |
* | Merge 5.12-rc3 into usb-next | Greg Kroah-Hartman | 2021-03-15 | 1 | -0/+32 |
|\ |
|
| * | drm: Use USB controller's DMA mask when importing dmabufs | Thomas Zimmermann | 2021-03-11 | 1 | -0/+32 |
* | | USB: core: no need to save usb_devices_root | Greg Kroah-Hartman | 2021-03-10 | 1 | -5/+3 |
|/ |
|
* | usb: core: Replace in_interrupt() in comments | Ahmed S. Darwish | 2020-10-28 | 1 | -2/+2 |
* | usb: don't inherity DMA properties for USB devices | Christoph Hellwig | 2020-09-17 | 1 | -12/+0 |
* | USB: Fix up terminology | Greg Kroah-Hartman | 2020-07-01 | 1 | -3/+2 |
* | usb: remove commented out dma wrappers | Christoph Hellwig | 2019-09-03 | 1 | -222/+0 |
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 1 | -2/+2 |
|\ |
|
| * | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2019-06-24 | 1 | -2/+2 |
* | | USB: move usb debugfs directory creation to the usb common core | Greg Kroah-Hartman | 2019-06-06 | 1 | -6/+4 |
|/ |
|
* | usb: core: make default autosuspend delay configurable | Mans Rullgard | 2019-03-01 | 1 | -2/+2 |
* | usb: core: add option of only authorizing internal devices | Dmitry Torokhov | 2019-02-22 | 1 | -7/+26 |
* | USB: check usb_get_extra_descriptor for proper size | Mathias Payer | 2018-12-05 | 1 | -3/+3 |
* | USB: handle NULL config in usb_find_alt_setting() | Alan Stern | 2018-09-20 | 1 | -0/+2 |
* | USB: core: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2018-05-31 | 1 | -21/+5 |
* | usb: core: Add "quirks" parameter for usbcore | Kai-Heng Feng | 2018-03-20 | 1 | -0/+1 |
* | Revert "usb: core: Add "quirks" parameter for usbcore" | Greg Kroah-Hartman | 2018-03-12 | 1 | -1/+0 |
* | usb: core: Add "quirks" parameter for usbcore | Kai-Heng Feng | 2018-03-09 | 1 | -0/+1 |
* | USB: of: clean up device-node helper | Johan Hovold | 2017-11-28 | 1 | -2/+1 |
* | USB: core: move existing SPDX tags to top of the file | Greg Kroah-Hartman | 2017-11-03 | 1 | -1/+1 |
* | USB: of: fix root-hub device-tree node handling | Johan Hovold | 2017-06-13 | 1 | -2/+2 |
* | USB: core: fix device node leak | Johan Hovold | 2017-06-13 | 1 | -0/+2 |
* | USB: core: fix up kerneldoc comment | Johan Hovold | 2017-03-24 | 1 | -2/+13 |
* | USB: core: add helpers to retrieve endpoints in reverse order | Johan Hovold | 2017-03-23 | 1 | -36/+76 |
* | USB: core: add helpers to retrieve endpoints | Johan Hovold | 2017-03-23 | 1 | -0/+83 |
* | usb: separate out sysdev pointer from usb_bus | Arnd Bergmann | 2017-03-23 | 1 | -9/+9 |
* | USB: core: add missing license information to some files | Greg Kroah-Hartman | 2016-10-29 | 1 | -0/+3 |
* | usb: core: setup dma_pfn_offset for USB devices and, interfaces | Roger Quadros | 2016-09-13 | 1 | -0/+11 |
* | Merge 4.6-rc7 into usb-next | Greg Kroah-Hartman | 2016-05-09 | 1 | -7/+1 |
|\ |
|
| * | Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping" | Johan Hovold | 2016-05-02 | 1 | -7/+1 |
* | | usb: core: move root hub's device node assignment after it is added to bus | Peter Chen | 2016-04-28 | 1 | -1/+0 |
|/ |
|
* | usb/core: usb_alloc_dev(): fix setting of ->portnum | Nicolai Stange | 2016-03-18 | 1 | -2/+3 |
* | USB: core: let USB device know device node | Peter Chen | 2016-03-05 | 1 | -0/+10 |
* | usb: core: switch bus numbering to using idr | Heiner Kallweit | 2016-02-03 | 1 | -0/+1 |
* | USB: core, wusbcore: use bus_to_hcd | Geliang Tang | 2016-01-24 | 1 | -1/+1 |