[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1453911380.2351.11.camel@sipsolutions.net>
Date: Wed, 27 Jan 2016 17:16:20 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Mark Brown <broonie@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Simon Arlott <simon@...e.lp0.eu>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regmap: mmio: Convert to regmap_bus and fix accessor
usage
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 <johannes@...solutions.net>
Thanks!
johannes
Powered by blists - more mailing lists