linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] First round of fixes for IIO in the 4.13 cycle
@ 2017-07-23 12:27 Jonathan Cameron
  2017-07-24  4:04 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2017-07-23 12:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-iio

The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:

  Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)

are available in the git repository at:

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

for you to fetch changes up to 737cc2a593782df6846b3cab7e0f64384f58364a:

  iio: aspeed-adc: wait for initial sequence. (2017-07-23 12:02:40 +0100)

----------------------------------------------------------------
First set of IIO fixes for the 4.13 cycle.

* ad2s1210
  - Fix negative angular velocity reads (identified by a gcc 7 warning)
* aspeed-adc
  - Wait for initialization sequence to finish before enabling channels.
  Without it no channels work.
* axp288
  - Revert a patch that dropped some bogus register mods.  No one is entirely
  sure why but it breaks charging on some devices.
  - Fix GPADC pin read returning 0. Turns out a small sleep is needed.
* bmc150
  - Make sure device is restored to normal state after suspend / resume
  cycle.  Otherwise, simple sysfs reads are broken.
* tsl2563
  - fix wrong event code.
* st-accel
  - add spi 3-wire support. Needed to fix the lsm303agr accelerometer
  which only had 3 wires in all cases.  Side effect is to enable optional
  3-wire support for other devices.
* st-pressure
  - disable multiread by default for LPS22HB (only effects SPI)
* sun4i-gpadc-iio
  - fix unbalanced irq enable / disable
* vf610
  - Fix VALT slection for REFSEL bits - ensures we are using the
  right reference pins.

----------------------------------------------------------------
Akinobu Mita (1):
      iio: light: tsl2563: use correct event code

Arnd Bergmann (1):
      staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read

Hans de Goede (3):
      iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"
      iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0
      iio: accel: bmc150: Always restore device to normal mode after suspend-resume

Lorenzo Bianconi (2):
      iio: pressure: st_pressure_core: disable multiread by default for LPS22HB
      iio: accel: st_accel: add SPI-3wire support

Mykola Kostenok (1):
      iio: aspeed-adc: wait for initial sequence.

Quentin Schulz (1):
      iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disable

Stefan-Gabriel Mirea (1):
      iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits

 drivers/iio/accel/bmc150-accel-core.c           |  9 +-----
 drivers/iio/accel/st_accel_core.c               | 32 +++++++++++++++++++
 drivers/iio/adc/aspeed_adc.c                    | 26 +++++++++++++++
 drivers/iio/adc/axp288_adc.c                    | 42 ++++++++++++++++++++++++-
 drivers/iio/adc/sun4i-gpadc-iio.c               |  3 +-
 drivers/iio/adc/vf610_adc.c                     |  2 +-
 drivers/iio/common/st_sensors/st_sensors_core.c | 29 +++++++++++++++++
 drivers/iio/light/tsl2563.c                     |  2 +-
 drivers/iio/pressure/st_pressure_core.c         |  2 +-
 drivers/staging/iio/resolver/ad2s1210.c         |  2 +-
 include/linux/iio/common/st_sensors.h           |  7 +++++
 include/linux/platform_data/st_sensors_pdata.h  |  2 ++
 12 files changed, 143 insertions(+), 15 deletions(-)

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

* Re: [PULL] First round of fixes for IIO in the 4.13 cycle
  2017-07-23 12:27 [PULL] First round of fixes for IIO in the 4.13 cycle Jonathan Cameron
@ 2017-07-24  4:04 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-07-24  4:04 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio

On Sun, Jul 23, 2017 at 01:27:46PM +0100, Jonathan Cameron wrote:
> The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:
> 
>   Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.13a

Pulled and pushed out, thanks,

greg k-h

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

end of thread, other threads:[~2017-07-24  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-23 12:27 [PULL] First round of fixes for IIO in the 4.13 cycle Jonathan Cameron
2017-07-24  4:04 ` Greg Kroah-Hartman

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