[GIT PULL] Staging/IIO driver fixes for 4.20-rc5

From: Greg KH
Date: Fri Nov 30 2018 - 11:05:02 EST


The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-4.20-rc5

for you to fetch changes up to c648284f6c9606f1854816086593eeae5556845a:

Merge tag 'iio-fixes-for-4.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2018-11-22 09:37:36 +0100)

----------------------------------------------------------------
Staging and IIO driver fixes for 4.20-rc5

Here are some small IIO and Staging driver fixes for 4.20-rc5.

Nothing major, the IIO fix ended up touching the HID drivers at the same
time, but the HID maintainer acked it. The staging fixes are all minor
patches for reported issues and regressions, full details are in the
shortlog.

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Ben Wolsieffer (1):
staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETION

Christophe JAILLET (1):
staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'

Colin Ian King (3):
drivers: staging: cedrus: find ctx before dereferencing it ctx
staging: most: use format specifier "%s" in snprintf
staging: mt7621-pinctrl: fix uninitialized variable ngroups

Greg Kroah-Hartman (1):
Merge tag 'iio-fixes-for-4.20a' of git://git.kernel.org/.../jic23/iio into staging-linus

Hans de Goede (1):
iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers

Larry Finger (2):
staging: rtl8723bs: Fix incorrect sense of ether_addr_equal
staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station

Martin Kelly (1):
iio:st_magn: Fix enable device after trigger

Sergio Paracuellos (1):
staging: mt7621-dma: fix potentially dereferencing uninitialized 'tx_desc'

Spencer E. Olson (2):
staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS
staging: comedi: clarify/unify macros for NI macro-defined terminals

drivers/hid/hid-sensor-custom.c | 2 +-
drivers/hid/hid-sensor-hub.c | 13 ++++++--
drivers/iio/accel/hid-sensor-accel-3d.c | 5 ++-
drivers/iio/gyro/hid-sensor-gyro-3d.c | 5 ++-
drivers/iio/humidity/hid-sensor-humidity.c | 3 +-
drivers/iio/light/hid-sensor-als.c | 8 +++--
drivers/iio/light/hid-sensor-prox.c | 8 +++--
drivers/iio/magnetometer/hid-sensor-magn-3d.c | 8 +++--
drivers/iio/magnetometer/st_magn_buffer.c | 12 ++-----
drivers/iio/orientation/hid-sensor-incl-3d.c | 8 +++--
drivers/iio/pressure/hid-sensor-press.c | 8 +++--
drivers/iio/temperature/hid-sensor-temperature.c | 3 +-
drivers/rtc/rtc-hid-sensor-time.c | 2 +-
drivers/staging/comedi/comedi.h | 39 ++++++++++++----------
drivers/staging/comedi/drivers/ni_mio_common.c | 3 +-
drivers/staging/media/sunxi/cedrus/cedrus.c | 22 ++++++------
drivers/staging/most/core.c | 2 +-
drivers/staging/mt7621-dma/mtk-hsdma.c | 3 +-
drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 2 +-
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c | 4 +--
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 2 +-
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 2 +-
.../vc04_services/interface/vchiq_arm/vchiq_arm.c | 7 +++-
include/linux/hid-sensor-hub.h | 4 ++-
24 files changed, 103 insertions(+), 72 deletions(-)