[GIT PULL] Char/Misc/IIO driver fixes for 6.12-rc6

From: Greg KH
Date: Sun Nov 03 2024 - 07:01:55 EST


The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

Linux 6.12-rc4 (2024-10-20 15:19:38 -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.12-rc6

for you to fetch changes up to d0bc3b92fb9b2c3c981984d52fffe8cca77165dc:

Merge tag 'iio-fixes-for-6.12b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next (2024-10-29 04:10:12 +0100)

----------------------------------------------------------------
Char/Misc/IIO driver fixes for 6.12-rc6

Here are some small char/misc/iio fixes for 6.12-rc6 that resolves some
reported issues. Included in here are the following:
- small IIO driver fixes for many reported issues
- mei driver fix for a suddenly much reported issue for an "old"
issue.
- MAINTAINERS update for a developer who has moved companies and
forgot to update their old entry.

All of these have been in linux-next this week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Abylay Ospan (1):
MAINTAINERS: add netup_unidvb maintainer

Alexander Usyskin (1):
mei: use kvmalloc for read buffer

Greg Kroah-Hartman (1):
Merge tag 'iio-fixes-for-6.12b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next

Javier Carrasco (1):
iio: light: veml6030: fix microlux value calculation

Jinjie Ruan (3):
iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()
iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table()
iio: dac: Kconfig: Fix build error for ltc2664

Julien Stephan (5):
dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply
iio: adc: ad7380: use devm_regulator_get_enable_read_voltage()
iio: adc: ad7380: add missing supplies
iio: adc: ad7380: fix supplies for ad7380-4
docs: iio: ad7380: fix supply for ad7380-4

Zicheng Qu (2):
staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()
iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()

.../devicetree/bindings/iio/adc/adi,ad7380.yaml | 21 ++++
Documentation/iio/ad7380.rst | 13 +-
MAINTAINERS | 54 ++++++++
drivers/iio/adc/ad7124.c | 2 +-
drivers/iio/adc/ad7380.c | 136 ++++++++++++---------
drivers/iio/dac/Kconfig | 2 +-
drivers/iio/industrialio-gts-helper.c | 4 +-
drivers/iio/light/veml6030.c | 2 +-
drivers/misc/mei/client.c | 4 +-
drivers/staging/iio/frequency/ad9832.c | 7 +-
10 files changed, 177 insertions(+), 68 deletions(-)