Re: [PATCH v2 1/2] hwmon: ina2xx: convert driver to using regmap

2015-10-28 Thread Marc Titinger
On 28/10/2015 03:47, Guenter Roeck wrote: On Tue, Oct 27, 2015 at 10:51:07AM +0100, Marc Titinger wrote: Any sysfs "show" read access from the client app will result in reading all registers (8 with ina226). Depending on the host this can limit the best achievable read rate. This changeset allo

Re: [PATCH v2 1/2] hwmon: ina2xx: convert driver to using regmap

2015-10-27 Thread Guenter Roeck
On Tue, Oct 27, 2015 at 10:51:07AM +0100, Marc Titinger wrote: > Any sysfs "show" read access from the client app will result in reading > all registers (8 with ina226). Depending on the host this can limit the > best achievable read rate. > > This changeset allows for individual register accesses