summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: document some API requirements on disconnectionMichal Pecio2024-03-022-3/+8
* usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K2024-03-021-0/+2
* xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman2024-03-022-2/+13
* xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio2024-03-021-0/+9
* xhci: fix matching completion events with TDsMichal Pecio2024-03-021-4/+3
* usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin2024-03-021-22/+15
* usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin2024-03-021-13/+1
* xhci: save slot ID in struct 'xhci_port'Niklas Neronin2024-03-025-75/+26
* xhci: replace real & fake port with pointer to root hub portNiklas Neronin2024-03-026-45/+35
* xhci: rework how real & fake ports are foundNiklas Neronin2024-03-021-19/+15
* usb: typec: constify struct class usageRicardo B. Marliere2024-03-024-6/+6
* USB: typec: no opencoding FIELD_GETOliver Neukum2024-03-021-4/+5
* Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-03-0222-441/+1113
|\
| * thunderbolt: Constify the struct device_type usageRicardo B. Marliere2024-02-267-12/+12
| * thunderbolt: Add trace events support for the control channelGil Fine2024-02-265-5/+209
| * thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg2024-02-263-1/+66
| * thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine2024-02-161-41/+43
| * thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine2024-02-161-10/+6
| * thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg2024-02-163-29/+184
| * thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg2024-02-163-20/+18
| * thunderbolt: Re-order bandwidth group functionsMika Westerberg2024-02-161-229/+225
| * thunderbolt: Fail the failed bandwidth request properlyMika Westerberg2024-02-161-5/+18
| * thunderbolt: Log an error if DPTX request is not clearedMika Westerberg2024-02-161-1/+3
| * thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg2024-02-161-6/+16
| * thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg2024-02-161-3/+12
| * thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg2024-02-161-32/+25
| * thunderbolt: Correct typo in host_reset parameterMika Westerberg2024-02-131-1/+1
| * thunderbolt: Skip discovery also in USB4 v2 hostMika Westerberg2024-02-132-17/+14
| * thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg2024-02-131-2/+6
| * thunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-235-13/+13
| * thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1Mohammad Rahimi2024-01-221-1/+1
| * thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_showMohammad Rahimi2024-01-221-4/+4
| * thunderbolt: Reset topology created by the boot firmwareSanath S2024-01-225-18/+38
| * thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routersSanath S2024-01-222-14/+111
| * thunderbolt: Introduce tb_path_deactivate_hop()Sanath S2024-01-222-0/+14
| * thunderbolt: Introduce tb_port_reset()Sanath S2024-01-225-0/+97
* | Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman2024-02-26397-1976/+3556
|\ \
| * | Linux 6.8-rc6v6.8-rc6Linus Torvalds2024-02-261-1/+1
| * | Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-02-267-22/+25
| |\ \
| | * | bcachefs: fix bch2_save_backtrace()Kent Overstreet2024-02-251-1/+1
| | * | bcachefs: Fix check_snapshot() memcpyKent Overstreet2024-02-251-1/+1
| | * | bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet2024-02-251-3/+5
| | * | bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster2024-02-251-0/+2
| | * | bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-02-251-1/+3
| | * | bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet2024-02-251-13/+8
| | * | bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet2024-02-251-3/+5
| * | | Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linuxLinus Torvalds2024-02-252-6/+10
| |\ \ \
| | * | | docs: translations: use attribute to store current languageVegard Nossum2024-02-211-6/+4
| | * | | docs: Instruct LaTeX to cope with deeper nestingJonathan Corbet2024-02-201-0/+6
| * | | | Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-2512-26/+75
| |\ \ \ \