summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng1-1/+3
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern1-4/+34
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern2-7/+18
2024-03-26USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-73/+377
2024-03-19usb: usb-acpi: Fix oops due to freeing uninitialized pld pointerMathias Nyman1-1/+1
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+12
2024-03-06usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai1-2/+5
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd2-0/+73
2024-03-05usb: port: Don't try to peer unused USB ports based on locationMathias Nyman1-2/+3
2024-03-05usb: usb-acpi: Set port connect type of not connectable ports correctlyMathias Nyman1-23/+23
2024-03-05usb: Export BOS descriptor to sysfsElbert Mai1-17/+61
2024-03-02USB: document some API requirements on disconnectionMichal Pecio1-1/+4
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere5-8/+8
2024-02-17usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin1-10/+12
2024-02-17usb: core: Kconfig: Improve USB authorization mode helpNiko Mauno1-6/+16
2024-02-06usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-11/+12
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman1-14/+32
2024-01-28usb: core: add phy notify connect and disconnectStanley Chang4-4/+162
2024-01-28usb: core: Make default authorization mode configurableNiko Mauno2-1/+18
2024-01-28usb: core: Amend initial authorized_default valueNiko Mauno1-4/+2
2024-01-28usb: usb_autopm_get_interface use modern helperOliver Neukum1-6/+2
2024-01-28USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum1-11/+19
2024-01-28usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami1-3/+13
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng3-36/+33
2023-12-15usb: core: Fix crash w/ usb_choose_configuration() if no driverDouglas Anderson1-1/+10
2023-12-06usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar1-0/+29
2023-12-06usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar1-2/+2
2023-12-04usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson1-0/+7
2023-12-04usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson1-1/+4
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2-24/+2
2023-11-23usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar2-2/+20
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-1/+1
2023-11-21usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin1-1/+2
2023-11-06Revert "usb: phy: add usb phy notify port status API"Johan Hovold1-23/+0
2023-11-04Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-6/+26
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-9/+17
2023-10-21usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit1-2/+1
2023-10-18usb: convert to new timestamp accessorsJeff Layton1-9/+17
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus3-2/+24
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2-4/+23
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle1-2/+1
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo2-4/+23
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-419/+307
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+8
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao1-12/+1
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern1-12/+24
2023-08-12USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern1-2/+0
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern7-185/+55
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern1-44/+70