All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Staging/IIO driver fixes for 5.6-rc7
@ 2020-03-20 14:27 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-03-20 14:27 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: devel, linux-kernel

The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 14800df6a020d38847fec77ac5a43dc221e5edfc:

  Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-03-18 11:20:42 +0100)

----------------------------------------------------------------
Staging/IIO fixes for 5.6-rc7

Here are a number of small staging and IIO driver fixes for 5.6-rc7

Nothing major here, just resolutions for some reported problems:
	- iio bugfixes for a number of different drivers
	- greybus loopback_test fixes
	- wfx driver fixes

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexandru Tachici (1):
      iio: accel: adxl372: Set iio_chan BE

Eugen Hristev (1):
      iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode

Fabrice Gasnier (1):
      iio: trigger: stm32-timer: disable master mode when stopping

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

Johan Hovold (3):
      staging: greybus: loopback_test: fix poll-mask build breakage
      staging: greybus: loopback_test: fix potential path truncation
      staging: greybus: loopback_test: fix potential path truncations

Jérôme Pouiller (5):
      staging: wfx: fix warning about freeing in-use mutex during device unregister
      staging: wfx: fix lines ending with a comma instead of a semicolon
      staging: wfx: make warning about pending frame less scary
      staging: wfx: fix RCU usage in wfx_join_finalize()
      staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()

Michael Straube (1):
      staging: rtl8188eu: Add device id for MERCUSYS MW150US v2

Olivier Moysan (1):
      iio: adc: stm32-dfsdm: fix sleep in atomic context

Petr Štetiar (1):
      iio: chemical: sps30: fix missing triggered buffer dependency

Samuel Thibault (1):
      staging/speakup: fix get_word non-space look-ahead

Stephan Gerhold (1):
      iio: magnetometer: ak8974: Fix negative raw values in sysfs

Tomas Novotny (2):
      iio: light: vcnl4000: update sampling periods for vcnl4200
      iio: light: vcnl4000: update sampling periods for vcnl4040

Wen-chien Jesse Sung (1):
      iio: st_sensors: remap SMO8840 to LIS2DH12

YueHaibing (1):
      iio: ping: set pa_laser_ping_cfg in of_ping_match

 drivers/iio/accel/adxl372.c                   |  1 +
 drivers/iio/accel/st_accel_i2c.c              |  2 +-
 drivers/iio/adc/at91-sama5d2_adc.c            | 15 ++++++++++
 drivers/iio/adc/stm32-dfsdm-adc.c             | 43 +++++++--------------------
 drivers/iio/chemical/Kconfig                  |  2 ++
 drivers/iio/light/vcnl4000.c                  | 15 +++++-----
 drivers/iio/magnetometer/ak8974.c             |  2 +-
 drivers/iio/proximity/ping.c                  |  2 +-
 drivers/iio/trigger/stm32-timer-trigger.c     | 11 +++++--
 drivers/staging/greybus/tools/loopback_test.c | 21 ++++++-------
 drivers/staging/rtl8188eu/os_dep/usb_intf.c   |  1 +
 drivers/staging/speakup/main.c                |  2 +-
 drivers/staging/wfx/hif_tx.c                  | 15 +++++-----
 drivers/staging/wfx/hif_tx.h                  |  2 +-
 drivers/staging/wfx/hif_tx_mib.h              | 15 ++++++----
 drivers/staging/wfx/sta.c                     | 25 +++++++++-------
 16 files changed, 95 insertions(+), 79 deletions(-)

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

* [GIT PULL] Staging/IIO driver fixes for 5.6-rc7
@ 2020-03-20 14:27 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-03-20 14:27 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: devel, linux-kernel

The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 14800df6a020d38847fec77ac5a43dc221e5edfc:

  Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-03-18 11:20:42 +0100)

----------------------------------------------------------------
Staging/IIO fixes for 5.6-rc7

Here are a number of small staging and IIO driver fixes for 5.6-rc7

Nothing major here, just resolutions for some reported problems:
	- iio bugfixes for a number of different drivers
	- greybus loopback_test fixes
	- wfx driver fixes

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexandru Tachici (1):
      iio: accel: adxl372: Set iio_chan BE

Eugen Hristev (1):
      iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode

Fabrice Gasnier (1):
      iio: trigger: stm32-timer: disable master mode when stopping

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

Johan Hovold (3):
      staging: greybus: loopback_test: fix poll-mask build breakage
      staging: greybus: loopback_test: fix potential path truncation
      staging: greybus: loopback_test: fix potential path truncations

Jérôme Pouiller (5):
      staging: wfx: fix warning about freeing in-use mutex during device unregister
      staging: wfx: fix lines ending with a comma instead of a semicolon
      staging: wfx: make warning about pending frame less scary
      staging: wfx: fix RCU usage in wfx_join_finalize()
      staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()

Michael Straube (1):
      staging: rtl8188eu: Add device id for MERCUSYS MW150US v2

Olivier Moysan (1):
      iio: adc: stm32-dfsdm: fix sleep in atomic context

Petr Štetiar (1):
      iio: chemical: sps30: fix missing triggered buffer dependency

Samuel Thibault (1):
      staging/speakup: fix get_word non-space look-ahead

Stephan Gerhold (1):
      iio: magnetometer: ak8974: Fix negative raw values in sysfs

Tomas Novotny (2):
      iio: light: vcnl4000: update sampling periods for vcnl4200
      iio: light: vcnl4000: update sampling periods for vcnl4040

Wen-chien Jesse Sung (1):
      iio: st_sensors: remap SMO8840 to LIS2DH12

YueHaibing (1):
      iio: ping: set pa_laser_ping_cfg in of_ping_match

 drivers/iio/accel/adxl372.c                   |  1 +
 drivers/iio/accel/st_accel_i2c.c              |  2 +-
 drivers/iio/adc/at91-sama5d2_adc.c            | 15 ++++++++++
 drivers/iio/adc/stm32-dfsdm-adc.c             | 43 +++++++--------------------
 drivers/iio/chemical/Kconfig                  |  2 ++
 drivers/iio/light/vcnl4000.c                  | 15 +++++-----
 drivers/iio/magnetometer/ak8974.c             |  2 +-
 drivers/iio/proximity/ping.c                  |  2 +-
 drivers/iio/trigger/stm32-timer-trigger.c     | 11 +++++--
 drivers/staging/greybus/tools/loopback_test.c | 21 ++++++-------
 drivers/staging/rtl8188eu/os_dep/usb_intf.c   |  1 +
 drivers/staging/speakup/main.c                |  2 +-
 drivers/staging/wfx/hif_tx.c                  | 15 +++++-----
 drivers/staging/wfx/hif_tx.h                  |  2 +-
 drivers/staging/wfx/hif_tx_mib.h              | 15 ++++++----
 drivers/staging/wfx/sta.c                     | 25 +++++++++-------
 16 files changed, 95 insertions(+), 79 deletions(-)
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [GIT PULL] Staging/IIO driver fixes for 5.6-rc7
  2020-03-20 14:27 ` Greg KH
@ 2020-03-20 17:15   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-03-20 17:15 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, devel, linux-kernel

The pull request you sent on Fri, 20 Mar 2020 15:27:58 +0100:

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

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

Thank you!

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

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

* Re: [GIT PULL] Staging/IIO driver fixes for 5.6-rc7
@ 2020-03-20 17:15   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-03-20 17:15 UTC (permalink / raw)
  To: Greg KH
  Cc: Stephen Rothwell, Andrew Morton, Linus Torvalds, linux-kernel, devel

The pull request you sent on Fri, 20 Mar 2020 15:27:58 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2020-03-20 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 14:27 [GIT PULL] Staging/IIO driver fixes for 5.6-rc7 Greg KH
2020-03-20 14:27 ` Greg KH
2020-03-20 17:15 ` pr-tracker-bot
2020-03-20 17:15   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.