The following changes since commit 0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b: Linux 5.12-rc4 (2021-03-21 14:56:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.12b for you to fetch changes up to 8aab53b7fb3668fdbed9fcdb41780040ef7e6a56: iio: sx9310: Fix write_.._debounce() (2021-04-01 14:21:10 +0100) ---------------------------------------------------------------- 2nd set of IIO fixes for the 5.12 cycle * adi,ad9467 - Fix a HAS_IOMEM kconfig dependency issue. * semtech,sx9310 - Add missing sanity checks on debouce writes. - Fix access to variable sized DT array. * yamaha,yas530 - Fix a missing return value in erorr path. - Include asm/unaligned.h rather than be_byteshift.h. ---------------------------------------------------------------- Alexandru Ardelean (1): iio: adc: Kconfig: make AD9467 depend on ADI_AXI_ADC symbol Gwendal Grignou (2): iio: sx9310: Fix access to variable DT array iio: sx9310: Fix write_.._debounce() Linus Walleij (2): iio: magnetometer: yas530: Fix return value on errorpath iio: magnetometer: yas530: Inlucde right header drivers/iio/adc/Kconfig | 2 +- drivers/iio/magnetometer/yamaha-yas530.c | 4 ++- drivers/iio/proximity/sx9310.c | 52 +++++++++++++++++++++++--------- 3 files changed, 42 insertions(+), 16 deletions(-)