thunderbolt: Use scale field when allocating USB3 bandwidth
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 27 Dec 2022 09:55:26 +0000 (11:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:47:51 +0000 (12:47 +0200)
commitd50a527b481574c3f8f8c16f71826f3d33b08a4f
tree455d2493a0f5286ad1e20c4ff66e680477960d2b
parent7ab026561cb067a5f2a0f6f284bc7b1fc6eb2795
thunderbolt: Use scale field when allocating USB3 bandwidth

commit c82510b1d87bdebfe916048857d2ef46f1778aa5 upstream.

When tunneling aggregated USB3 (20 Gb/s) the bandwidth values that are
programmed to the ADP_USB3_CS_2 go higher than 4096 and that does not
fit anymore to the 12-bit field. Fix this by scaling the value using
the scale field accordingly.

Fixes: 3b1d8d577ca8 ("thunderbolt: Implement USB3 bandwidth negotiation routines")
Cc: stable@vger.kernel.org
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/usb4.c