lkml.org 
[lkml]   [2016]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] regmap: mmio: Convert to regmap_bus and fix accessor usage
Date
On Wednesday 27 January 2016 15:34:09 Mark Brown wrote:
> ---
> drivers/base/regmap/regmap-mmio.c | 261 ++++++++++++++++++++------------------
> 1 file changed, 140 insertions(+), 121 deletions(-)

Overall looks good to me, but one bug:

> +
> +#ifdef __64BIT
> +static void regmap_mmio_write64le(struct regmap_mmio_context *ctx,
> + unsigned int reg,
> + unsigned int val)
> +{
> + writeq(val, ctx->regs + reg);
> +}
> +#endif

s/__64BIT/CONFIG_64BIT/

here and in one other line.

Arnd

\
 
 \ /
  Last update: 2016-01-27 17:01    [W:0.032 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site