linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Staging/IIO driver fixes for 4.20-rc5
@ 2018-11-30 16:04 Greg KH
  2018-11-30 21:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2018-11-30 16:04 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: linux-kernel, devel

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Staging/IIO driver fixes for 4.20-rc5
  2018-11-30 16:04 [GIT PULL] Staging/IIO driver fixes for 4.20-rc5 Greg KH
@ 2018-11-30 21:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2018-11-30 21:00 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, linux-kernel, devel

The pull request you sent on Fri, 30 Nov 2018 17:04:57 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cd9a0433238da43611179e44b1d71ad24998b107

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-30 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 16:04 [GIT PULL] Staging/IIO driver fixes for 4.20-rc5 Greg KH
2018-11-30 21:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).