[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aHzJIwjrpLJmol5d@kroah.com>
Date: Sun, 20 Jul 2025 12:46:59 +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/IIO driver changes for 6.16-rc7
The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -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.16-rc7
for you to fetch changes up to 2d7521aa26ec2dc8b877bb2d1f2611a2df49a3cf:
nvmem: layouts: u-boot-env: remove crc32 endianness conversion (2025-07-16 16:51:04 +0200)
----------------------------------------------------------------
Char/Misc/IIO fixes for 6.16-rc7
Here are some char/misc/iio and other driver fixes for 6.16-rc7.
Included in here are:
- IIO driver fixes for reported problems
- Interconnect driver fixes for reported problems
- nvmem driver fixes
- bunch of comedi driver fixes for long-term bugs
- Kconfig dependancy fixes for mux drivers
- other small driver fixes for reported problems.
All of these have been in linux-next for a while with no reported
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Akshay Gupta (3):
misc: amd-sbi: Address potential integer overflow issue reported in smatch
misc: amd-sbi: Address copy_to/from_user() warning reported in smatch
misc: amd-sbi: Explicitly clear in/out arg "mb_in_out"
Angelo Dureghello (1):
dt-bindings: iio: adc: adi,ad7606: fix dt_schema validation warning
Chen Ni (1):
iio: adc: stm32-adc: Fix race in installing chained IRQ handler
Chen-Yu Tsai (1):
iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel maps
David Lechner (3):
iio: adc: adi-axi-adc: fix ad7606_bus_reg_read()
iio: adc: ad7949: use spi_is_bpw_supported()
iio: adc: ad7380: fix adi,gain-milli property parsing
Fabio Estevam (2):
iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]
iio: adc: max1363: Reorder mode_list[] entries
Gabor Juhos (3):
interconnect: increase ICC_DYN_ID_START
interconnect: icc-clk: destroy nodes in case of memory allocation failures
interconnect: avoid memory allocation when 'icc_bw_lock' is held
Greg Kroah-Hartman (2):
Merge tag 'iio-fixes-for-6.16a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
Merge tag 'icc-6.16-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus
Ian Abbott (9):
comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
comedi: Fix some signed shift left operations
comedi: das16m1: Fix bit shift out of bounds
comedi: pcl812: Fix bit shift out of bounds
comedi: aio_iiro_16: Fix bit shift out of bounds
comedi: das6402: Fix bit shift out of bounds
comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
comedi: Fix initialization of data for instructions that write to subdevice
comedi: comedi_test: Fix possible deletion of uninitialized timers
Johan Hovold (1):
interconnect: exynos: handle node name allocation failure
Kim Seer Paller (1):
iio: dac: ad3530r: Fix incorrect masking for channels 4-7 in powerdown mode
Krzysztof Kozlowski (1):
mux: mmio: Fix missing CONFIG_REGMAP_MMIO
Markus Burri (2):
iio: backend: fix out-of-bound write
iio: fix potential out-of-bound write
Maud Spierings (1):
iio: common: st_sensors: Fix use of uninitialize device structs
Michael C. Pratt (1):
nvmem: layouts: u-boot-env: remove crc32 endianness conversion
Rodrigo Gobbi (1):
dt-bindings: iio: gyro: invensense,mpu3050: change irq maxItems
Sean Nyekjaer (1):
iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flush
Steffen Bätz (1):
nvmem: imx-ocotp: fix MAC address byte length
Tamir Duberstein (1):
MAINTAINERS: add miscdevice Rust abstractions
Xilin Wu (1):
interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 node
.../devicetree/bindings/iio/adc/adi,ad7606.yaml | 6 ---
.../bindings/iio/gyroscope/invensense,mpu3050.yaml | 2 +-
MAINTAINERS | 1 +
drivers/comedi/comedi_fops.c | 30 ++++++++++++++-
drivers/comedi/drivers.c | 17 +++++----
drivers/comedi/drivers/aio_iiro_16.c | 3 +-
drivers/comedi/drivers/comedi_test.c | 2 +-
drivers/comedi/drivers/das16m1.c | 3 +-
drivers/comedi/drivers/das6402.c | 3 +-
drivers/comedi/drivers/pcl812.c | 3 +-
drivers/iio/accel/fxls8962af-core.c | 2 +
drivers/iio/accel/st_accel_core.c | 10 ++---
drivers/iio/adc/ad7380.c | 5 ++-
drivers/iio/adc/ad7949.c | 7 ++--
drivers/iio/adc/adi-axi-adc.c | 6 ++-
drivers/iio/adc/axp20x_adc.c | 1 +
drivers/iio/adc/max1363.c | 43 +++++++++++-----------
drivers/iio/adc/stm32-adc-core.c | 7 ++--
drivers/iio/common/st_sensors/st_sensors_core.c | 36 +++++++++---------
drivers/iio/common/st_sensors/st_sensors_trigger.c | 20 +++++-----
drivers/iio/dac/ad3530r.c | 4 +-
drivers/iio/industrialio-backend.c | 5 ++-
drivers/iio/industrialio-core.c | 5 ++-
drivers/interconnect/core.c | 34 ++++++++++++++---
drivers/interconnect/icc-clk.c | 2 +
drivers/interconnect/qcom/icc-rpmh.c | 7 +++-
drivers/interconnect/qcom/osm-l3.c | 7 +++-
drivers/interconnect/qcom/sc7280.c | 1 +
drivers/interconnect/samsung/exynos.c | 5 +++
drivers/misc/amd-sbi/rmi-core.c | 24 ++++++++----
drivers/mux/Kconfig | 1 +
drivers/nvmem/imx-ocotp-ele.c | 5 ++-
drivers/nvmem/imx-ocotp.c | 5 ++-
drivers/nvmem/layouts/u-boot-env.c | 6 +--
include/linux/interconnect-provider.h | 7 ++++
35 files changed, 213 insertions(+), 112 deletions(-)
Powered by blists - more mailing lists