Re: [PATCH 5/8] pwm: Add support for Azoteq IQS620A PWM generator

2019-10-21 Thread Jeff LaBundy
Hi Uwe, Thank you for your prompt review. On Mon, Oct 21, 2019 at 09:34:19AM +0200, Uwe Kleine-König wrote: > Hello Jeff, > > On Sun, Oct 20, 2019 at 11:11:20PM -0500, Jeff LaBundy wrote: > > This patch adds support for the Azoteq IQS620A, capable of generating > > a 1-kHz PWM output with duty

Re: [PATCH 4/8] hwmon: Add support for Azoteq IQS620AT temperature sensor

2019-10-21 Thread Guenter Roeck
On 10/21/19 7:26 PM, Jeff LaBundy wrote: Hi Guenter, Thank you for your prompt review. On Mon, Oct 21, 2019 at 08:38:25AM -0700, Guenter Roeck wrote: On Sun, Oct 20, 2019 at 11:11:19PM -0500, Jeff LaBundy wrote: This patch adds support for the Azoteq IQS620AT temperature sensor, capable of

Re: [PATCH 4/8] hwmon: Add support for Azoteq IQS620AT temperature sensor

2019-10-21 Thread Jeff LaBundy
Hi Guenter, Thank you for your prompt review. On Mon, Oct 21, 2019 at 08:38:25AM -0700, Guenter Roeck wrote: > On Sun, Oct 20, 2019 at 11:11:19PM -0500, Jeff LaBundy wrote: > > This patch adds support for the Azoteq IQS620AT temperature sensor, > > capable of reporting its absolute die

[PATCH] hwmon: (ina3221) Fix read timeout issue

2019-10-21 Thread Nicolin Chen
After introducing "samples" to the calculation of wait time, the driver might timeout at the regmap_field_read_poll_timeout call, because the wait time could be longer than the 10 usec limit due to a large "samples" number. So this patch sets the timeout limit to 2 times of the wait time in

Re: [PATCH 4/8] hwmon: Add support for Azoteq IQS620AT temperature sensor

2019-10-21 Thread Guenter Roeck
On Sun, Oct 20, 2019 at 11:11:19PM -0500, Jeff LaBundy wrote: > This patch adds support for the Azoteq IQS620AT temperature sensor, > capable of reporting its absolute die temperature. > > Signed-off-by: Jeff LaBundy Seems to me this might be more feasible as iio driver. Jonathan, what do you