summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu2024-09-041-0/+1
* usb: core: add missing of_node_put() in usb_of_has_devices_or_graphJavier Carrasco2024-07-031-2/+5
* USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli2024-07-031-0/+3
* USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern2024-07-031-3/+15
* kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov2024-06-041-5/+7
* Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-225-18/+17
|\
| * Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-102-4/+9
| |\
| * | usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET2024-05-042-7/+6
| * | USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum2024-05-031-4/+4
| * | Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-231-1/+3
| |\ \
| * \ \ Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman2024-04-014-14/+65
| |\ \ \
| * | | | usb: misc: onboard_hub: rename to onboard_devJavier Carrasco2024-03-273-7/+7
* | | | | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+2
| |/ / /
* | | | usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern2024-04-301-2/+3
* | | | USB: core: Fix access violation during port device removalAlan Stern2024-04-231-2/+6
| |_|/ |/| |
* | | usb: Disable USB3 LPM at shutdownKai-Heng Feng2024-04-041-1/+3
| |/ |/|
* | USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern2024-03-261-4/+34
* | USB: core: Add hub_get() and hub_put() routinesAlan Stern2024-03-262-7/+18
* | USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern2024-03-261-3/+13
|/
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-2114-73/+377
|\
| * usb: usb-acpi: Fix oops due to freeing uninitialized pld pointerMathias Nyman2024-03-191-1/+1
| * usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai2024-03-061-2/+5
| * usb: core: Set connect_type of ports based on DT nodeStephen Boyd2024-03-052-0/+73
| * usb: usb-acpi: Set port connect type of not connectable ports correctlyMathias Nyman2024-03-051-23/+23
| * usb: Export BOS descriptor to sysfsElbert Mai2024-03-051-17/+61
| * USB: document some API requirements on disconnectionMichal Pecio2024-03-021-1/+4
| * usb: core: constify the struct device_type usageRicardo B. Marliere2024-02-195-8/+8
| * usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin2024-02-171-10/+12
| * usb: core: Kconfig: Improve USB authorization mode helpNiko Mauno2024-02-171-6/+16
| * Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-041-14/+32
| |\
| * | usb: core: add phy notify connect and disconnectStanley Chang2024-01-274-4/+162
| * | usb: core: Make default authorization mode configurableNiko Mauno2024-01-272-1/+18
| * | usb: core: Amend initial authorized_default valueNiko Mauno2024-01-271-4/+2
| * | usb: usb_autopm_get_interface use modern helperOliver Neukum2024-01-271-6/+2
* | | Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-111-11/+12
|\ \ \
| * | | usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo2024-02-051-11/+12
* | | | usb: port: Don't try to peer unused USB ports based on locationMathias Nyman2024-03-051-2/+3
| |_|/ |/| |
* | | USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-01-271-11/+19
* | | usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami2024-01-271-3/+13
| |/ |/|
* | USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-043-36/+33
* | usb: core: Fix crash w/ usb_choose_configuration() if no driverDouglas Anderson2023-12-151-1/+10
* | usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar2023-12-061-0/+29
* | usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar2023-12-061-2/+2
* | usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson2023-12-041-0/+7
* | usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson2023-12-041-1/+4
* | Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2023-11-272-24/+2
|\|
| * usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin2023-11-211-1/+2
| * Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-061-23/+0
* | usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar2023-11-232-2/+20