Files
android_kernel_xiaomi_sm8450/arch/arm/include/debug
Florian Fainelli c149635215 ARM: brcmstb: Add appropriate ARM_BE8() macros for swapping
Building a big-endian kernel for ARCH_BRCMSTB revealed that we would not
be correctly polling for the right bit in the busyuart macro, turns out
there are a few transformations needed to work with big-endian kernels.
First we need to swap the value we read from SUN_TOP_CTRL to properly
compare it against our local tables. Then, just like 8250.S we need to
swap the value before storing it, and conversely swap it after a load.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-09-25 11:56:04 -07:00
..
2016-06-10 17:08:56 +02:00
2015-05-20 23:09:51 +02:00
2016-02-02 13:31:19 +08:00
2013-06-25 13:27:02 -07:00