index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
2024-04-30
usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
Alan Stern
2024-04-23
USB: core: Fix access violation during port device removal
Alan Stern
2024-04-04
usb: Disable USB3 LPM at shutdown
Kai-Heng Feng
2024-03-26
USB: core: Fix deadlock in port "disable" sysfs attribute
Alan Stern
2024-03-26
USB: core: Add hub_get() and hub_put() routines
Alan Stern
2024-03-26
USB: core: Fix deadlock in usb_deauthorize_interface()
Alan Stern
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-19
usb: usb-acpi: Fix oops due to freeing uninitialized pld pointer
Mathias Nyman
2024-03-11
Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-06
usb: Clarify expected behavior of dev_bin_attrs_are_visible()
Elbert Mai
2024-03-05
usb: core: Set connect_type of ports based on DT node
Stephen Boyd
2024-03-05
usb: port: Don't try to peer unused USB ports based on location
Mathias Nyman
2024-03-05
usb: usb-acpi: Set port connect type of not connectable ports correctly
Mathias Nyman
2024-03-05
usb: Export BOS descriptor to sysfs
Elbert Mai
2024-03-02
USB: document some API requirements on disconnection
Michal Pecio
2024-02-19
usb: core: constify the struct device_type usage
Ricardo B. Marliere
2024-02-17
usb: sysfs: use kstrtobool() if possible
Guan-Yu Lin
2024-02-17
usb: core: Kconfig: Improve USB authorization mode help
Niko Mauno
2024-02-05
usb: core: hcd: Convert from tasklet to BH workqueue
Tejun Heo
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
2024-01-27
usb: core: add phy notify connect and disconnect
Stanley Chang
2024-01-27
usb: core: Make default authorization mode configurable
Niko Mauno
2024-01-27
usb: core: Amend initial authorized_default value
Niko Mauno
2024-01-27
usb: usb_autopm_get_interface use modern helper
Oliver Neukum
2024-01-27
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
Oliver Neukum
2024-01-27
usb: core: Prevent null pointer dereference in update_port_device_state
Udipto Goswami
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
2023-12-15
usb: core: Fix crash w/ usb_choose_configuration() if no driver
Douglas Anderson
2023-12-06
usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
Hardik Gajjar
2023-12-06
usb: hub: Replace hardcoded quirk value with BIT() macro
Hardik Gajjar
2023-12-04
usb: core: Allow subclassed USB drivers to override usb_choose_configuration()
Douglas Anderson
2023-12-04
usb: core: Don't force USB generic_subclass drivers to define probe()
Douglas Anderson
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
2023-11-23
usb: new quirk to reduce the SET_ADDRESS request timeout
Hardik Gajjar
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-21
usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
Niklas Neronin
2023-11-06
Revert "usb: phy: add usb phy notify port status API"
Johan Hovold
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-21
usb: core: Remove duplicated check in usb_hub_create_port_device
Heiner Kallweit
2023-10-18
usb: convert to new timestamp accessors
Jeff Layton
2023-10-16
usb: Inform the USB Type-C class about enumerated devices
Heikki Krogerus
2023-10-16
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
2023-10-02
usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk
Niklas Schnelle
2023-10-02
usb: hub: Guard against accesses to uninitialized BOS descriptors
Ricardo CaƱuelo
2023-09-01
Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-22
usb: core: Use module_led_trigger macro to simplify the code
Li Zetao
2023-08-12
USB: core: Fix oversight in SuperSpeed initialization
Alan Stern
2023-08-12
USB: core: Fix unused variable warning in usb_alloc_dev()
Alan Stern
[next]