Re: [PATCH v3 0/6] iio: sx9310: Support setting various settings

2020-10-10 Thread Jonathan Cameron
On Tue, 6 Oct 2020 18:17:29 -0700 Stephen Boyd wrote: > I need to configure various settings such as thresholds, gain factors, > etc. on this device. Some settings matter at boot, while others can wait > for userspace to configure things. This patch series adds support to > set these various bit

[PATCH v3 0/6] iio: sx9310: Support setting various settings

2020-10-06 Thread Stephen Boyd
I need to configure various settings such as thresholds, gain factors, etc. on this device. Some settings matter at boot, while others can wait for userspace to configure things. This patch series adds support to set these various bits in the registers of this device. Changes from v2 (https://lor