mbox series

[v2,0/4] fix regmap, initialization of ltr559, endianness and mark structs as const

Message ID 20210610134619.2101372-1-mkl@pengutronix.de (mailing list archive)
Headers show
Series fix regmap, initialization of ltr559, endianness and mark structs as const | expand

Message

Marc Kleine-Budde June 10, 2021, 1:46 p.m. UTC
Hello,

here are 3 bug-fixes (probably stable material) and 1 enhancement for
the ltr501 driver.

regards,
Marc

changes since v1:
- all: add Andy Shevchenko's Reviewed-by
- 3/4: move endianness conversion to the callee

Comments

Nikita Travkin June 10, 2021, 7:20 p.m. UTC | #1
Marc Kleine-Budde писал 10.06.2021 18:46:
> Hello,
> 
> here are 3 bug-fixes (probably stable material) and 1 enhancement for
> the ltr501 driver.
> 
> regards,
> Marc
> 
> changes since v1:
> - all: add Andy Shevchenko's Reviewed-by
> - 3/4: move endianness conversion to the callee

Hi,
Tested this series on Wileyfox Swift (Longcheer L8150) with ltr559,
it works nicely now, thank you!

Tested-by: Nikita Travkin <nikita@trvn.ru> # ltr559
Jonathan Cameron June 11, 2021, 5:44 p.m. UTC | #2
On Fri, 11 Jun 2021 00:20:35 +0500
Nikita Travkin <nikita@trvn.ru> wrote:

> Marc Kleine-Budde писал 10.06.2021 18:46:
> > Hello,
> > 
> > here are 3 bug-fixes (probably stable material) and 1 enhancement for
> > the ltr501 driver.
> > 
> > regards,
> > Marc
> > 
> > changes since v1:
> > - all: add Andy Shevchenko's Reviewed-by
> > - 3/4: move endianness conversion to the callee  
> 
> Hi,
> Tested this series on Wileyfox Swift (Longcheer L8150) with ltr559,
> it works nicely now, thank you!
> 
> Tested-by: Nikita Travkin <nikita@trvn.ru> # ltr559
> 

Nice.  All applied to the togreg branch of iio.git as we are rather late in the
cycle to go round trying to merge this fixes first then the final patch
+ it's been broken a while so what's a few more weeks?

Fixes all marked for stable.

I'll push the togreg branch out as testing first to let 0-day see if we
missed anything.

Thanks,

Jonathan