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

From: Greg KH
Date: Sun Oct 15 2023 - 11:24:47 EST


The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

Linux 6.6-rc4 (2023-10-01 14:15:13 -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.6-rc6

for you to fetch changes up to ffd1f150fffe8a708f6ccd15152791d0e8f812b6:

Merge tag 'iio-fixes-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2023-10-06 16:58:28 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.6-rc6

Here is a small set of char/misc and other smaller driver subsystem
fixes for 6.6-rc6. Included in here are:
- lots of iio driver fixes
- binder memory leak fix
- mcb driver fixes
- counter driver fixes
- firmware loader documentation fix
- embargoed hardware issue documentation update

All of these have been in linux-next for over a week with no reported
issues.

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

----------------------------------------------------------------
Alexander Zangerl (1):
iio: pressure: ms5611: ms5611_prom_is_valid false negative bug

Alisa-Dariana Roman (1):
iio: adc: ad7192: Correct reference voltage

Antoniu Miclaus (2):
iio: admv1013: add mixer_vgate corner cases
iio: addac: Kconfig: update ad74413r selections

Carlos Llamas (1):
binder: fix memory leaks of spam and pending work

Dharma Balasubiramani (1):
counter: microchip-tcb-capture: Fix the use of internal GCLK logic

Fabrice Gasnier (1):
counter: chrdev: fix getting array extensions

GONG, Ruiqi (1):
iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handler

Greg Kroah-Hartman (3):
Merge tag 'counter-fixes-for-6.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus
Merge tag 'coresight-fixes-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-linus
Merge tag 'iio-fixes-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Jonathan Cameron (1):
iio: imu: bno055: Fix missing Kconfig dependencies

Jorge Sanjuan Garcia (1):
mcb: remove is_added flag from mcb_device struct

Kees Cook (1):
Documentation: embargoed-hardware-issues.rst: Clarify prenotifaction

Krzysztof Kozlowski (1):
dt-bindings: iio: rohm,bu27010: add missing vdd-supply to example

Lakshmi Yadlapati (1):
iio: pressure: dps310: Adjust Timeout Settings

Linu Cherian (1):
coresight: Fix run time warnings while reusing ETR buffer

Marcelo Schmitt (1):
iio: dac: ad3552r: Correct device IDs

Mårten Lindahl (1):
iio: light: vcnl4000: Don't power on/off chip in config

Phil Elwell (1):
iio: pressure: bmp280: Fix NULL pointer exception

Philipp Rossak (1):
iio: adc: imx8qxp: Fix address for command buffer registers

Rob Herring (1):
dt-bindings: iio: adc: adi,ad7292: Fix additionalProperties on channel nodes

Russ Weight (1):
firmware_loader: Update contact emails for ABI docs

Suzuki K Poulose (1):
coresight: tmc-etr: Disable warnings for allocation failures

Tzung-Bi Shih (1):
iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()

Documentation/ABI/testing/sysfs-class-firmware | 14 +++++------
.../devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +-
.../bindings/iio/light/rohm,bu27010.yaml | 1 +
.../process/embargoed-hardware-issues.rst | 19 ++++++++------
MAINTAINERS | 2 +-
drivers/android/binder.c | 2 ++
drivers/counter/counter-chrdev.c | 4 +--
drivers/counter/microchip-tcb-capture.c | 2 +-
drivers/hwtracing/coresight/coresight-tmc-etr.c | 27 +++++++++++---------
drivers/iio/adc/ad7192.c | 29 +++++++++++++++++++---
drivers/iio/adc/imx8qxp-adc.c | 4 +--
drivers/iio/addac/Kconfig | 2 ++
.../common/cros_ec_sensors/cros_ec_sensors_core.c | 6 ++++-
drivers/iio/dac/ad3552r.c | 4 +--
drivers/iio/frequency/admv1013.c | 4 +--
drivers/iio/imu/bno055/Kconfig | 2 ++
drivers/iio/light/vcnl4000.c | 1 -
drivers/iio/pressure/bmp280-core.c | 2 +-
drivers/iio/pressure/dps310.c | 8 +++---
drivers/iio/pressure/ms5611_core.c | 2 +-
drivers/iio/proximity/irsd200.c | 6 ++---
drivers/mcb/mcb-core.c | 10 +++-----
drivers/mcb/mcb-parse.c | 2 --
include/linux/mcb.h | 1 -
24 files changed, 94 insertions(+), 62 deletions(-)