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

From: Greg KH
Date: Sat Oct 28 2023 - 03:20:13 EST


The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

Linux 6.6-rc6 (2023-10-15 13:34:39 -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-final

for you to fetch changes up to 28926daf731f72d0537767fdbab2a3e06e31190a:

fpga: Fix memory leak for fpga_region_test_class_find() (2023-10-24 19:32:39 +0200)

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

Here are some very small driver fixes for 6.6-final that have shown up
in the past 2 weeks. Included in here are:
- tiny fastrpc bugfixes for reported errors
- nvmem register fixes
- iio driver fixes for some reported problems
- fpga test fix
- MAINTAINERS file update for fpga

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

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

----------------------------------------------------------------
Ekansh Gupta (4):
misc: fastrpc: Reset metadata buffer to avoid incorrect free
misc: fastrpc: Free DMA handles for RPC calls with no arguments
misc: fastrpc: Clean buffers on remote invocation failures
misc: fastrpc: Unmap only if buffer is unmapped from DSP

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

Jinjie Ruan (1):
fpga: Fix memory leak for fpga_region_test_class_find()

Krzysztof Kozlowski (1):
dt-bindings: iio: add missing reset-gpios constrain

Linus Walleij (1):
iio: afe: rescale: Accept only offset channels

Marco Pagani (1):
fpga: disable KUnit test suites when module support is enabled

Marek Szyprowski (1):
iio: exynos-adc: request second interupt only when touchscreen mode is used

Peng Fan (3):
nvmem: imx: correct nregs for i.MX6SLL
nvmem: imx: correct nregs for i.MX6UL
nvmem: imx: correct nregs for i.MX6ULL

Robert Hancock (2):
iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds
iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale

Russ Weight (1):
fpga: m10bmc-sec: Change contact for secure update driver

.../testing/sysfs-driver-intel-m10-bmc-sec-update | 14 ++++----
.../devicetree/bindings/iio/addac/adi,ad74115.yaml | 3 +-
.../devicetree/bindings/iio/dac/adi,ad5758.yaml | 3 +-
.../devicetree/bindings/iio/health/ti,afe4403.yaml | 3 +-
.../devicetree/bindings/iio/health/ti,afe4404.yaml | 3 +-
MAINTAINERS | 2 +-
drivers/fpga/tests/Kconfig | 4 +--
drivers/fpga/tests/fpga-region-test.c | 2 ++
drivers/iio/adc/exynos_adc.c | 24 +++++++------
drivers/iio/adc/xilinx-xadc-core.c | 39 ++++++++--------------
drivers/iio/adc/xilinx-xadc.h | 2 ++
drivers/iio/afe/iio-rescale.c | 19 ++++++++---
drivers/misc/fastrpc.c | 34 +++++++++----------
drivers/nvmem/imx-ocotp.c | 6 ++--
14 files changed, 85 insertions(+), 73 deletions(-)