The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc: Linux 5.13-rc2 (2021-05-16 15:27:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.13-rc4 for you to fetch changes up to 54732a5322ff1fe0f42f2527fa6f5901a4de5111: Merge tag 'iio-fixes-5.13b-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2021-05-22 09:49:59 +0200) ---------------------------------------------------------------- Staging / IIO driver fixes for 5.13-rc4 Here are some small IIO and staging driver fixes for reported issues for 5.13-rc4. Nothing major here, tiny changes for reported problems, full details are in the shortlog if people are curious. All have been in linux-next for a while with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alexandru Ardelean (1): iio: adc: ad7192: handle regulator voltage error first Andy Shevchenko (1): iio: dac: ad5770r: Put fwnode in error case during ->probe() Dan Carpenter (1): staging: emxx_udc: fix loop in _nbu2ss_nuke() Greg Kroah-Hartman (1): Merge tag 'iio-fixes-5.13b-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan Cameron (5): iio: adc: ad7124: Fix missbalanced regulator enable / disable on error. iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers iio: adc: ad7192: Avoid disabling a clock that was never enabled. iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp() iio: adc: ad7923: Fix undersized rx buffer. Lucas Stankus (1): staging: iio: cdc: ad7746: avoid overwrite of num_channels Rui Miguel Silva (1): iio: gyro: fxas21002c: balance runtime power in error path YueHaibing (1): iio: adc: ad7793: Add missing error code in ad7793_setup() drivers/iio/adc/ad7124.c | 36 ++++++++++++++++++++---------------- drivers/iio/adc/ad7192.c | 19 ++++++++++--------- drivers/iio/adc/ad7768-1.c | 8 ++++++-- drivers/iio/adc/ad7793.c | 1 + drivers/iio/adc/ad7923.c | 4 +++- drivers/iio/dac/ad5770r.c | 16 +++++++++++----- drivers/iio/gyro/fxas21002c_core.c | 2 ++ drivers/staging/emxx_udc/emxx_udc.c | 4 ++-- drivers/staging/iio/cdc/ad7746.c | 1 - 9 files changed, 55 insertions(+), 36 deletions(-)