Commit fd59585
committed
Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB/Thunderbolt driver fixes from Greg KH:
"Here are a lot of small USB and Thunderbolt driver fixes for 6.0-rc4
for reported problems. Included in here are:
- new usb-serial driver ids
- dwc3 driver bugfixes for reported problems with 6.0-rc1
- new device quirks, and reverts of some quirks that were incorrect
- gadget driver bugfixes for reported problems
- USB host controller bugfixes (xhci and others)
- other small USB fixes, details in the shortlog
- small thunderbolt driver fixes
All of these have been in linux-next with no reported issues"
* tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (51 commits)
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UAS
USB: serial: ch341: fix disabled rx timer on older devices
USB: serial: ch341: fix lost character on LCR updates
USB: serial: cp210x: add Decagon UCA device id
Revert "usb: add quirks for Lenovo OneLink+ Dock"
usb: cdns3: fix issue with rearming ISO OUT endpoint
usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer
usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
media: mceusb: Use new usb_control_msg_*() routines
USB: core: Prevent nested device-reset calls
USB: gadget: Fix obscure lockdep violation for udc_mutex
usb: dwc2: fix wrong order of phy_power_on and phy_init
usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
usb: typec: Remove retimers properly
usb: dwc3: disable USB core PHY management
usb: add quirks for Lenovo OneLink+ Dock
USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode
USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id
USB: serial: option: add Quectel EM060K modem
...38 files changed
Lines changed: 303 additions & 167 deletions
File tree
- Documentation/devicetree/bindings/usb
- drivers
- media/rc
- thunderbolt
- usb
- cdns3
- class
- core
- dwc2
- dwc3
- gadget
- function
- udc
- host
- misc
- musb
- serial
- storage
- typec
- altmodes
- mux
- tcpm
- ucsi
- include/linux
- usb
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | | - | |
| 1419 | + | |
1426 | 1420 | | |
1427 | 1421 | | |
1428 | 1422 | | |
1429 | 1423 | | |
1430 | 1424 | | |
1431 | | - | |
1432 | | - | |
1433 | | - | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
1434 | 1429 | | |
1435 | 1430 | | |
1436 | 1431 | | |
1437 | 1432 | | |
1438 | 1433 | | |
1439 | | - | |
1440 | | - | |
1441 | | - | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
1442 | 1437 | | |
1443 | 1438 | | |
1444 | 1439 | | |
1445 | 1440 | | |
1446 | | - | |
1447 | | - | |
1448 | | - | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
1449 | 1444 | | |
1450 | 1445 | | |
1451 | 1446 | | |
1452 | | - | |
1453 | | - | |
1454 | | - | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
1455 | 1450 | | |
1456 | 1451 | | |
1457 | 1452 | | |
1458 | 1453 | | |
1459 | 1454 | | |
1460 | 1455 | | |
1461 | 1456 | | |
1462 | | - | |
1463 | | - | |
1464 | 1457 | | |
1465 | 1458 | | |
1466 | 1459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3786 | 3786 | | |
3787 | 3787 | | |
3788 | 3788 | | |
3789 | | - | |
3790 | 3789 | | |
3791 | 3790 | | |
3792 | 3791 | | |
| 3792 | + | |
| 3793 | + | |
| 3794 | + | |
3793 | 3795 | | |
3794 | 3796 | | |
3795 | 3797 | | |
3796 | 3798 | | |
| 3799 | + | |
| 3800 | + | |
3797 | 3801 | | |
3798 | 3802 | | |
3799 | 3803 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | | - | |
| 1533 | + | |
| 1534 | + | |
1534 | 1535 | | |
1535 | 1536 | | |
1536 | 1537 | | |
| |||
1690 | 1691 | | |
1691 | 1692 | | |
1692 | 1693 | | |
| 1694 | + | |
1693 | 1695 | | |
1694 | 1696 | | |
1695 | 1697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1810 | 1810 | | |
1811 | 1811 | | |
1812 | 1812 | | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
1813 | 1816 | | |
1814 | 1817 | | |
1815 | 1818 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6038 | 6038 | | |
6039 | 6039 | | |
6040 | 6040 | | |
| 6041 | + | |
| 6042 | + | |
| 6043 | + | |
| 6044 | + | |
| 6045 | + | |
6041 | 6046 | | |
6042 | 6047 | | |
6043 | 6048 | | |
| |||
6071 | 6076 | | |
6072 | 6077 | | |
6073 | 6078 | | |
| 6079 | + | |
| 6080 | + | |
| 6081 | + | |
| 6082 | + | |
6074 | 6083 | | |
6075 | 6084 | | |
6076 | 6085 | | |
| |||
6135 | 6144 | | |
6136 | 6145 | | |
6137 | 6146 | | |
| 6147 | + | |
6138 | 6148 | | |
6139 | 6149 | | |
6140 | 6150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
836 | 841 | | |
837 | 842 | | |
838 | 843 | | |
839 | 844 | | |
840 | 845 | | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
| |||
1821 | 1822 | | |
1822 | 1823 | | |
1823 | 1824 | | |
1824 | | - | |
1825 | 1825 | | |
1826 | 1826 | | |
1827 | 1827 | | |
| |||
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
1882 | | - | |
1883 | | - | |
1884 | | - | |
1885 | | - | |
1886 | | - | |
1887 | 1882 | | |
1888 | 1883 | | |
1889 | 1884 | | |
1890 | 1885 | | |
1891 | 1886 | | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
1892 | 1892 | | |
1893 | 1893 | | |
1894 | 1894 | | |
| |||
1983 | 1983 | | |
1984 | 1984 | | |
1985 | 1985 | | |
1986 | | - | |
| 1986 | + | |
1987 | 1987 | | |
1988 | 1988 | | |
1989 | 1989 | | |
| |||
2044 | 2044 | | |
2045 | 2045 | | |
2046 | 2046 | | |
2047 | | - | |
| 2047 | + | |
2048 | 2048 | | |
2049 | 2049 | | |
2050 | 2050 | | |
| |||
0 commit comments