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

The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

  Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bcb392871813ef9e233645557d6dd85bb1a6f41a:

  Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-05-15 16:04:24 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 5.7-rc7

Here are some small staging and IIO driver fixes for 5.7-rc7

Nothing major, just a collection of IIO driver fixes for reported
issues, and a few small staging driver fixes that people have found.
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>

----------------------------------------------------------------
Christophe JAILLET (2):
      iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'
      iio: sca3000: Remove an erroneous 'get_device()'

Dan Carpenter (2):
      iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()
      staging: wfx: unlock on error path

Dragos Bogdan (1):
      staging: iio: ad2s1210: Fix SPI reading

Fabrice Gasnier (2):
      iio: adc: stm32-adc: fix device used to request dma
      iio: adc: stm32-dfsdm: fix device used to request dma

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

Gregory CLEMENT (1):
      iio: adc: ti-ads8344: Fix channel selection

Matt Ranostay (1):
      iio: chemical: atlas-sensor: correct DO-SM channels

Oscar Carter (1):
      staging: greybus: Fix uninitialized scalar variable

Wei Yongjun (1):
      staging: kpc2000: fix error return code in kp2000_pcie_probe()

 drivers/iio/accel/sca3000.c                  |  2 +-
 drivers/iio/adc/stm32-adc.c                  |  8 ++++----
 drivers/iio/adc/stm32-dfsdm-adc.c            | 21 +++++++++++----------
 drivers/iio/adc/ti-ads8344.c                 |  8 +++++---
 drivers/iio/chemical/atlas-sensor.c          | 14 +++++++++++++-
 drivers/iio/dac/vf610_dac.c                  |  1 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c |  7 +++++--
 drivers/staging/greybus/uart.c               |  4 ++--
 drivers/staging/iio/resolver/ad2s1210.c      | 17 ++++++++++++-----
 drivers/staging/kpc2000/kpc2000/core.c       |  9 ++++-----
 drivers/staging/wfx/scan.c                   |  4 +++-
 11 files changed, 61 insertions(+), 34 deletions(-)

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

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

The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

  Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bcb392871813ef9e233645557d6dd85bb1a6f41a:

  Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-05-15 16:04:24 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 5.7-rc7

Here are some small staging and IIO driver fixes for 5.7-rc7

Nothing major, just a collection of IIO driver fixes for reported
issues, and a few small staging driver fixes that people have found.
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>

----------------------------------------------------------------
Christophe JAILLET (2):
      iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'
      iio: sca3000: Remove an erroneous 'get_device()'

Dan Carpenter (2):
      iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()
      staging: wfx: unlock on error path

Dragos Bogdan (1):
      staging: iio: ad2s1210: Fix SPI reading

Fabrice Gasnier (2):
      iio: adc: stm32-adc: fix device used to request dma
      iio: adc: stm32-dfsdm: fix device used to request dma

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

Gregory CLEMENT (1):
      iio: adc: ti-ads8344: Fix channel selection

Matt Ranostay (1):
      iio: chemical: atlas-sensor: correct DO-SM channels

Oscar Carter (1):
      staging: greybus: Fix uninitialized scalar variable

Wei Yongjun (1):
      staging: kpc2000: fix error return code in kp2000_pcie_probe()

 drivers/iio/accel/sca3000.c                  |  2 +-
 drivers/iio/adc/stm32-adc.c                  |  8 ++++----
 drivers/iio/adc/stm32-dfsdm-adc.c            | 21 +++++++++++----------
 drivers/iio/adc/ti-ads8344.c                 |  8 +++++---
 drivers/iio/chemical/atlas-sensor.c          | 14 +++++++++++++-
 drivers/iio/dac/vf610_dac.c                  |  1 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c |  7 +++++--
 drivers/staging/greybus/uart.c               |  4 ++--
 drivers/staging/iio/resolver/ad2s1210.c      | 17 ++++++++++++-----
 drivers/staging/kpc2000/kpc2000/core.c       |  9 ++++-----
 drivers/staging/wfx/scan.c                   |  4 +++-
 11 files changed, 61 insertions(+), 34 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.7-rc7
  2020-05-23 13:17 ` Greg KH
@ 2020-05-23 18:30   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-23 18:30 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, devel, linux-kernel

The pull request you sent on Sat, 23 May 2020 15:17:42 +0200:

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

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

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.7-rc7
@ 2020-05-23 18:30   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-23 18:30 UTC (permalink / raw)
  To: Greg KH
  Cc: Stephen Rothwell, Andrew Morton, Linus Torvalds, linux-kernel, devel

The pull request you sent on Sat, 23 May 2020 15:17:42 +0200:

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

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

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-05-23 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23 13:17 [GIT PULL] Staging/IIO driver fixes for 5.7-rc7 Greg KH
2020-05-23 13:17 ` Greg KH
2020-05-23 18:30 ` pr-tracker-bot
2020-05-23 18:30   ` 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.