linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] First set of IIO fixes in the 4.15 cycle.
@ 2017-12-02 15:26 Jonathan Cameron
  2017-12-03 15:06 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2017-12-02 15:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-iio

The following changes since commit 0590cdfead8cd6319cc58b5dbe8ab9fbaabae131:

  staging: octeon-usb: use __delay() instead of cvmx_wait() (2017-11-28 14:36:46 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6d745ee8b5e81f3a33791e3c854fbbfd6f3e585e:

  iio: stm32: fix adc/trigger link error (2017-12-02 11:21:31 +0000)

----------------------------------------------------------------
First set of IIO fixes in the 4.15 cycle.

* kernel-doc
  - fix a build error from symbols ending in _ by making them _*
* cpcap
  - Fix wrong handling of platform_get_irq_by_name which can return a
    postive value on success.
* max30102
  - ABI says temperature should bein milli Celsius after scaling. Here it
    was in Celsius.
* meson-saradc:
  - for Meson8/8b the gate clock bit was wrongly selected due to ffs/fls fun.
  - bandgap was not initialized properly on older socs.  Mostly got away
    with this because the bootloader was doing it for us.
  - Meson8/8b don't have some registers in the general regmap config. Give
    them their own ones.
* stm32-lptimer/stm32-adc trigger
  - Fix a link error when optional stm32-lptimer driver isn't built.
* sx9500
  - we recently removed explict handling of ACPI provided gpio interrupts
    as the core i2c acpi code started providing them directly.  Unfortuantely
    there are ACPI tables out there that use GpioIO resources and it doesn't
    know to map those as interrupts.  As such partial revert the removal
    of this handling from the driver.

----------------------------------------------------------------
Andy Shevchenko (1):
      iio: proximity: sx9500: Assign interrupt from GpioIo()

Arnd Bergmann (1):
      iio: stm32: fix adc/trigger link error

Martin Blumenstingl (3):
      iio: adc: meson-saradc: fix the bit_idx of the adc_en clock
      iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs
      iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13

Pan Bian (1):
      iio: adc: cpcap: fix incorrect validation

Peter Meerwald-Stadler (1):
      iio: health: max30102: Temperature should be in milli Celsius

Randy Dunlap (1):
      iio: fix kernel-doc build errors

 drivers/iio/adc/cpcap-adc.c                   |  2 +-
 drivers/iio/adc/meson_saradc.c                | 52 +++++++++++++++++++++------
 drivers/iio/health/max30102.c                 |  2 +-
 drivers/iio/industrialio-core.c               |  4 +--
 drivers/iio/proximity/sx9500.c                |  9 +++++
 include/linux/iio/timer/stm32-lptim-trigger.h |  5 ++-
 6 files changed, 59 insertions(+), 15 deletions(-)

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

* Re: [PULL] First set of IIO fixes in the 4.15 cycle.
  2017-12-02 15:26 [PULL] First set of IIO fixes in the 4.15 cycle Jonathan Cameron
@ 2017-12-03 15:06 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-03 15:06 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio

On Sat, Dec 02, 2017 at 03:26:48PM +0000, Jonathan Cameron wrote:
> The following changes since commit 0590cdfead8cd6319cc58b5dbe8ab9fbaabae131:
> 
>   staging: octeon-usb: use __delay() instead of cvmx_wait() (2017-11-28 14:36:46 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.15a

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2017-12-03 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 15:26 [PULL] First set of IIO fixes in the 4.15 cycle Jonathan Cameron
2017-12-03 15:06 ` 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).