[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZoFn3eQvziKriKTG@kroah.com>
Date: Sun, 30 Jun 2024 16:12:45 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.10-rc6
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:
Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.10-rc6
for you to fetch changes up to 06ebbce9c3a84e5632fa3cd0864ce07093793e32:
Merge tag 'counter-fixes-for-6.10' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus (2024-06-24 12:59:56 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 6.10-rc6
Here are some small driver fixes for 6.10-rc6. Included in here are:
- IIO driver fixes for reported issues
- Counter driver fix for a reported problem.
All of these have been in linux-next this week with no reported issues
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alexander Sverdlin (1):
iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
David Lechner (1):
counter: ti-eqep: enable clock at probe
Dimitri Fedrau (1):
iio: humidity: hdc3020: fix hysteresis representation
Fernando Yang (1):
iio: adc: ad7266: Fix variable checking bug
Greg Kroah-Hartman (2):
Merge tag 'iio-fixes-for-6.10b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
Merge tag 'counter-fixes-for-6.10' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus
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/counter/ti-eqep.c | 6 +
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 | 323 ++++++++++++++++++++++++++++---------
8 files changed, 321 insertions(+), 86 deletions(-)
Powered by blists - more mailing lists