commit | cb57086caf310417b28d142211a62abd775fe8b5 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jul 21 10:46:02 2020 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 05 09:30:46 2020 +0200 |
tree | cbde7d8fbd41a36b3042a4fb9329b90ef12e4136 | |
parent | 322ebe98f2672c8f3d25e14dd13b732c4a0269fa [diff] |
usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) While trying to use the U-Boot xHCI driver on the MIPS Octeon platform, which is big endian, I noticed that the driver is missing a few endian conversion calls. This patch adds these missing endian conversion calls. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de>