Re: [PATCH v3 02/15] iio: sx9310: Update macros declarations

2020-08-01 Thread Jonathan Cameron
On Fri, 31 Jul 2020 10:48:39 -0600 Daniel Campello wrote: > Follows spec sheet for macro declarations. > > Signed-off-by: Daniel Campello > Reviewed-by: Stephen Boyd I'm fairly sure this patch breaks bisection as you've renamed one macro without changing everywhere it's used. The driver has

[PATCH v3 02/15] iio: sx9310: Update macros declarations

2020-07-31 Thread Daniel Campello
Follows spec sheet for macro declarations. Signed-off-by: Daniel Campello Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 143 +++-- 1 file changed, 67 insertions(+), 76 deletions(-) diff --git