Re: [PATCH v3 03/10] mtd: nand: add NAND driver for Broadcom STB NAND controller

From: Arnd Bergmann
Date: Fri May 08 2015 - 04:19:21 EST


On Thursday 07 May 2015 19:01:13 Brian Norris wrote:
>
> Would this satisfy you?
>
> From: Brian Norris <computersforpeace@xxxxxxxxx>
> Date: Tue, 5 May 2015 17:46:42 -0700
> Subject: [PATCH] mtd: brcmstb_nand: fixup endianness assumptions
>
> All users of this controller (MIPS or ARM) have previously used native
> I/O (__raw{read,write}l()) to access registers. This is normal for the
> MIPS case, where BMIPS chips often have a boot-strap that configures not
> only the CPU, but also all the busing, to use a given endianness.
> However, newer ARM cores support switching to big endian mode at
> runtime, which would leave us with different bus and CPU endianness. For
> these cases, we should use the endian-switching accessors, so we
> continue to access the NAND core in little endian mode.
>
> Suggested by Arnd.
>
> Signed-off-by: Brian Norris <computersforpeace@xxxxxxxxx>
> ---
>

Yes, looks good, thanks!

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/