Linux IIO development
 help / color / mirror / Atom feed
* [PULL] 1st set of IIO fixes for 6.0
@ 2022-08-22 18:55 Jonathan Cameron
  2022-08-23  8:43 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2022-08-22 18:55 UTC (permalink / raw)
  To: gregkh, linux-iio

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.0a

for you to fetch changes up to 0096fc879358ad6b82ee7e790c07b118c515c980:

  iio: light: cm32181: make cm32181_pm_ops static (2022-08-21 18:24:16 +0100)

----------------------------------------------------------------
1st set of IIO fixes for 6.0-rc1

adi,ad7292
 - Prevent duplicate disable of regulator in error path.

bosch,bmg160
 - Correct dt-binding to allow for 2 interrupt pins.

capella,cm3605
 - Fix missing error cleanup due to premature return.

capella,cm32181
 - Fix missing static on local symbol.

microchip,mcp33911
 - Correctly handle sign bit.
 - Fix mismatch between driver and DT binding, including fallback to old
   driver behavior.
 - Use correct formula for voltage calculation.

----------------------------------------------------------------
Christophe JAILLET (1):
      iio: light: cm3605: Fix an error handling path in cm3605_probe()

Krzysztof Kozlowski (1):
      dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins

Marcus Folkesson (3):
      iio: adc: mcp3911: make use of the sign bit
      iio: adc: mcp3911: correct "microchip,device-addr" property
      iio: adc: mcp3911: use correct formula for AD conversion

Matti Vaittinen (1):
      iio: ad7292: Prevent regulator double disable

sunliming (1):
      iio: light: cm32181: make cm32181_pm_ops static

 .../bindings/iio/gyroscope/bosch,bmg160.yaml       |  2 ++
 drivers/iio/adc/ad7292.c                           |  4 +---
 drivers/iio/adc/mcp3911.c                          | 28 +++++++++++++++++-----
 drivers/iio/light/cm32181.c                        |  2 +-
 drivers/iio/light/cm3605.c                         |  6 +++--
 5 files changed, 30 insertions(+), 12 deletions(-)

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

* Re: [PULL] 1st set of IIO fixes for 6.0
  2022-08-22 18:55 [PULL] 1st set of IIO fixes for 6.0 Jonathan Cameron
@ 2022-08-23  8:43 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-08-23  8:43 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio

On Mon, Aug 22, 2022 at 07:55:57PM +0100, Jonathan Cameron wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.0a

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-08-23 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 18:55 [PULL] 1st set of IIO fixes for 6.0 Jonathan Cameron
2022-08-23  8:43 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox