[GIT PULL] Staging and IIO driver fixes for 5.5-rc7

From: Greg KH
Date: Sat Jan 18 2020 - 09:23:16 EST


The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:

Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.5-rc7

for you to fetch changes up to 9fea3a40f6b07de977a2783270c8c3bc82544d45:

staging: comedi: ni_routes: allow partial routing information (2020-01-15 13:30:09 +0100)

----------------------------------------------------------------
Staging/IIO driver fixes for 5.5-rc7

Here are some small staging and iio driver fixes for 5.5-rc7

All of them are for some small reported issues. Nothing major, full
details in the shortlog.

All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alexandru Tachici (1):
iio: adc: ad7124: Fix DT channel configuration

Guido Günther (1):
iio: light: vcnl4000: Fix scale for vcnl4040

Ian Abbott (2):
staging: comedi: ni_routes: fix null dereference in ni_find_route_source()
staging: comedi: ni_routes: allow partial routing information

Lars Möllendorf (1):
iio: buffer: align the size of scan bytes to size of the largest element

Stephan Gerhold (1):
iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_ID

Tomasz Duszynski (1):
iio: chemical: pms7003: fix unmet triggered buffer dependency

drivers/iio/adc/ad7124.c | 12 +++++-------
drivers/iio/chemical/Kconfig | 1 +
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 3 ++-
drivers/iio/industrialio-buffer.c | 6 +++++-
drivers/iio/light/vcnl4000.c | 3 ++-
drivers/staging/comedi/drivers/ni_routes.c | 12 ++++++------
6 files changed, 21 insertions(+), 16 deletions(-)