The following changes since commit 4bffd2c7a3fc165fc70bc69211b8e6436f41a5c3: Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2023-03-28 13:30:55 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.3b for you to fetch changes up to b1cb00d51e361cf5af93649917d9790e1623647e: iio: light: tsl2772: fix reading proximity-diodes from device tree (2023-04-08 10:44:34 +0100) ---------------------------------------------------------------- 2nd set of IIO fixes for the 6.3 cycle. adi,ad5755 - Fix missing fwnode_handle_put() in error path. atmel,at91-sam5d2 - Fix error code when trigger allocation fails that would have looked like success. taos,tsl2772 - Store the proximity-diodes value read from the device tree so it is actually used rather than ignored. ---------------------------------------------------------------- Brian Masney (1): iio: light: tsl2772: fix reading proximity-diodes from device tree Dan Carpenter (1): iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger() Liang He (1): iio: dac: ad5755: Add missing fwnode_handle_put() drivers/iio/adc/at91-sama5d2_adc.c | 2 +- drivers/iio/dac/ad5755.c | 1 + drivers/iio/light/tsl2772.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-)