commit | c1125bad6cda95b45ec151e6d2227fb2b7b03a43 | [log] [tgz] |
---|---|---|
author | Aaron Williams <awilliams@marvell.com> | Tue Apr 06 12:10:16 2021 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 06 16:38:57 2021 +0200 |
tree | 6961552f02808e5307526079063d68d604931794 | |
parent | 472fd5a35af3308f97de0376a6c25f5368035557 [diff] |
usb: hub: Fix usb_get_port_status() for big-endian platforms Add missing endianness conversions to usb_get_port_status(). This (amongst others) is necessary to enable the use of USB 3 hubs on big-endian platforms like MIPS Octeon. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Cc: Chandrakala Chavva <cchavva@marvell.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de>