commit | 5b565d0310d193a008ee51b73b2d75b44395fead | [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 | 37129556113a10ab030e0898eb7400d1773db3b6 [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>