Re: [PATCH 2/2] mfd: arizona: Add DT/ACPI u32 helper functions

2015-05-27 Thread Charles Keepax
On Wed, May 27, 2015 at 10:24:40AM +0100, Lee Jones wrote: > On Mon, 25 May 2015, Charles Keepax wrote: > > > Add helpers to read u32's and arrays of u32's from device tree or ACPI > > using the new device properties API. > > > > Signed-off-by: Charles Keepax > > --- > > drivers/mfd/arizona-cor

Re: [PATCH 2/2] mfd: arizona: Add DT/ACPI u32 helper functions

2015-05-27 Thread Lee Jones
On Mon, 25 May 2015, Charles Keepax wrote: > Add helpers to read u32's and arrays of u32's from device tree or ACPI > using the new device properties API. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/arizona-core.c | 39 > ++ > include/linux