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)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 13 Mar 2023 09:54:41 +0000 (11:54 +0200)
commitc82510b1d87bdebfe916048857d2ef46f1778aa5
tree1afb5f743d70ce8af6d1f98cbd096076817a1d65
parentf0a57dd33b3eadf540912cd130db727ea824d174
thunderbolt: Use scale field when allocating USB3 bandwidth

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>
drivers/thunderbolt/usb4.c