On Wed, 2016-01-27 at 15:34 +0000, Mark Brown wrote:
>
> +static unsigned int regmap_mmio_read32le(struct regmap_mmio_context
> *ctx,
> + unsigned int reg)
> +{
> + return readw(ctx->regs + reg);
> +}With this fixed to readl(), it boots on my big-endian ARM system and PCIe is working as before Simon's commit. Tested-by: Johannes Berg <[email protected]> Thanks! johannes

