* [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
@ 2024-06-15 9:11 Jonathan Cameron
2024-06-16 10:04 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2024-06-15 9:11 UTC (permalink / raw)
To: gregkh, linux-iio
The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.10b
for you to fetch changes up to 4241665e6ea063a9c1d734de790121a71db763fc:
iio: chemical: bme680: Fix sensor data read operation (2024-06-09 12:02:34 +0100)
----------------------------------------------------------------
IIO: 2nd set of fixes for 6.10
The usual mixed bag of new stuff and long term issues that have surfaced
as a particular driver gets more adoption.
adi,ad7266
- Add missing error check that could lead to bad data being reported.
adi,ad9739a
- Fix Kconfig to not allow COMPILE_TEST to override lack SPI support.
bosch,bme680
- Fix units for pressure value (off by factor of 10)
- Fix sign on a calibration variable read back from the device
- Avoid integer overflow in compensation functions.
- Fix an issue with read sequence that leads to stale data and bad first
reading.
freescale,fxls8962af
- Kconfig dependency fixes.
ti,hdc3020
- Fix representation of hysteresis to match ABI by being an offset from
the current event threshold, not an absolute value.
xilinx,ams
- Don't include the ams_ctrl_channels in a computed mask. This driver is
making an unusual use of scan_mask (it doesn't support buffers) and that
lead to an overflow.
----------------------------------------------------------------
Alexander Sverdlin (1):
iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
Dimitri Fedrau (1):
iio: humidity: hdc3020: fix hysteresis representation
Fernando Yang (1):
iio: adc: ad7266: Fix variable checking bug
Ke Sun (1):
iio: dac: fix ad9739a random config compile error
Sean Anderson (1):
iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
Vasileios Amoiridis (4):
iio: chemical: bme680: Fix pressure value output
iio: chemical: bme680: Fix calibration data variable
iio: chemical: bme680: Fix overflows in compensate() functions
iio: chemical: bme680: Fix sensor data read operation
drivers/iio/accel/Kconfig | 2 +
drivers/iio/adc/ad7266.c | 2 +
drivers/iio/adc/xilinx-ams.c | 8 +-
drivers/iio/chemical/bme680.h | 2 +
drivers/iio/chemical/bme680_core.c | 62 ++++++-
drivers/iio/dac/Kconfig | 2 +-
drivers/iio/humidity/hdc3020.c | 325 ++++++++++++++++++++++++++++---------
7 files changed, 316 insertions(+), 87 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
2024-06-15 9:11 [PULL] IIO: 2nd set of fixes for the 6.10 cycle Jonathan Cameron
@ 2024-06-16 10:04 ` Greg KH
2024-06-17 17:54 ` Jonathan Cameron
2024-06-17 18:02 ` Greg KH
0 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2024-06-16 10:04 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Sat, Jun 15, 2024 at 10:11:21AM +0100, Jonathan Cameron wrote:
> The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
>
> Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
2024-06-16 10:04 ` Greg KH
@ 2024-06-17 17:54 ` Jonathan Cameron
2024-06-17 18:00 ` Greg KH
2024-06-17 18:02 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2024-06-17 17:54 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio
On Sun, 16 Jun 2024 12:04:53 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:
> On Sat, Jun 15, 2024 at 10:11:21AM +0100, Jonathan Cameron wrote:
> > The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
> >
> > Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
>
> Pulled and pushed out, thanks.
>
> greg k-h
>
Hi Greg,
This one I'm not seeing (looking in char-misc-linus) but I am seeing the other
pull request so I'm guessing reply to wrong pull request?
Thanks,
Jonathan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
2024-06-17 17:54 ` Jonathan Cameron
@ 2024-06-17 18:00 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2024-06-17 18:00 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Mon, Jun 17, 2024 at 06:54:05PM +0100, Jonathan Cameron wrote:
> On Sun, 16 Jun 2024 12:04:53 +0200
> Greg KH <gregkh@linuxfoundation.org> wrote:
>
> > On Sat, Jun 15, 2024 at 10:11:21AM +0100, Jonathan Cameron wrote:
> > > The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
> > >
> > > Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
> >
> > Pulled and pushed out, thanks.
> >
> > greg k-h
> >
>
> Hi Greg,
>
> This one I'm not seeing (looking in char-misc-linus) but I am seeing the other
> pull request so I'm guessing reply to wrong pull request?
Ick, yes, I got that wrong :(
I'll go do the other one now, my fault, thanks for catching this.
greg "too many trees and branches..." k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
2024-06-16 10:04 ` Greg KH
2024-06-17 17:54 ` Jonathan Cameron
@ 2024-06-17 18:02 ` Greg KH
2024-06-17 19:47 ` Jonathan Cameron
1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2024-06-17 18:02 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Sun, Jun 16, 2024 at 12:04:53PM +0200, Greg KH wrote:
> On Sat, Jun 15, 2024 at 10:11:21AM +0100, Jonathan Cameron wrote:
> > The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
> >
> > Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
>
> Pulled and pushed out, thanks.
Really did it this time, sorry for the confusion.
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL] IIO: 2nd set of fixes for the 6.10 cycle.
2024-06-17 18:02 ` Greg KH
@ 2024-06-17 19:47 ` Jonathan Cameron
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Cameron @ 2024-06-17 19:47 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio
On Mon, 17 Jun 2024 20:02:29 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:
> On Sun, Jun 16, 2024 at 12:04:53PM +0200, Greg KH wrote:
> > On Sat, Jun 15, 2024 at 10:11:21AM +0100, Jonathan Cameron wrote:
> > > The following changes since commit 8f40af31971ce012c0a4b13444900aed3f708edf:
> > >
> > > Merge tag 'iio-fixes-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-07 21:05:39 +0200)
> >
> > Pulled and pushed out, thanks.
>
> Really did it this time, sorry for the confusion.
>
> greg k-h
No problem! Thanks for all your help and for handling so many trees
with only an occasional hiccup (far fewer than I cause for you!)
Jonathan
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-17 19:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 9:11 [PULL] IIO: 2nd set of fixes for the 6.10 cycle Jonathan Cameron
2024-06-16 10:04 ` Greg KH
2024-06-17 17:54 ` Jonathan Cameron
2024-06-17 18:00 ` Greg KH
2024-06-17 18:02 ` Greg KH
2024-06-17 19:47 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox