Re: [PATCH] MFD: Align AB8500 with the abx500.h interface

From: Mark Brown
Date: Sat Aug 21 2010 - 06:12:21 EST


On Sat, Aug 21, 2010 at 11:20:28AM +0200, Linus Walleij wrote:
> From: Mattias Wallin <mattias.wallin@xxxxxxxxxxxxxx>
>
> This patch consolidates the ab8500 mixed signal chip to expose the
> same interface for register access as the ab3100, ab3550 and ab5500
> chips. The ab8500_read() and ab8500_write() are removed and replaced
> with abx500_get_register_interruptible() and
> abx500_set_register_interruptible() respectively.
>
> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
> Cc: Liam Girdwood <lrg@xxxxxxxxxxxxxxx>
> Cc: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Mattias Wallin <mattias.wallin@xxxxxxxxxxxxxx>
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>

Acked-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>

> static struct mfd_cell ab8500_devs[] = {
> +#ifdef CONFIG_DEBUG_FS
> + {
> + .name = "ab8500-debug",
> + },
> +#endif

This one looks like it slipped in from a separate change, though?
--
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/