Re: [PATCH 1/5] staging:iio:hmc5843: Added regmap support

2014-07-07 Thread Peter Meerwald
> >> > This patch changes hmc5843.c to use regmap. This provides > >transparent caching > >> > to the code as well as abstraction necessary to add support for > >SPI-based > >> > hmc5983. > >> > > >> > Signed-off-by: Josef Gajdusek > >> Hi Josef, > >> > >> A few little bits and pieces inline. >

Re: [PATCH 1/5] staging:iio:hmc5843: Added regmap support

2014-07-07 Thread Josef Gajdusek
On Mon, Jul 07, 2014 at 06:00:29PM +0100, Jonathan Cameron wrote: > On 02/07/14 14:50, Josef Gajdusek wrote: > > This patch changes hmc5843.c to use regmap. This provides transparent > > caching > > to the code as well as abstraction necessary to add support for SPI-based > > hmc5983. > > > > Sign

Re: [PATCH 1/5] staging:iio:hmc5843: Added regmap support

2014-07-07 Thread Jonathan Cameron
On 02/07/14 14:50, Josef Gajdusek wrote: This patch changes hmc5843.c to use regmap. This provides transparent caching to the code as well as abstraction necessary to add support for SPI-based hmc5983. Signed-off-by: Josef Gajdusek Hi Josef, A few little bits and pieces inline. Peter, could y

[PATCH 1/5] staging:iio:hmc5843: Added regmap support

2014-07-02 Thread Josef Gajdusek
This patch changes hmc5843.c to use regmap. This provides transparent caching to the code as well as abstraction necessary to add support for SPI-based hmc5983. Signed-off-by: Josef Gajdusek --- drivers/staging/iio/magnetometer/Kconfig | 1 + drivers/staging/iio/magnetometer/hmc5843.c | 145