linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] 4th set of IIO new device support, features and cleanups for the 4.10 cycle.
@ 2016-11-24 22:29 Jonathan Cameron
  2016-11-28  7:27 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2016-11-24 22:29 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio@vger.kernel.org

The following changes since commit 8d78f0f2ba76a5a56de8800e19caeb8a3e161b75:

  staging: lustre: lnet: cleanup some of the > 80 line issues (2016-11-18 08:47:33 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-4.10d

for you to fetch changes up to 6f771d0b338d59c492699814b0fe554f9d1ee27c:

  iio: magnetometer: separate the values of attributes based on their usage type for HID compass sensor (2016-11-24 20:41:30 +0000)

----------------------------------------------------------------
Fourth set of IIO new device support, features and cleaups for the 4.10 cycle.

Probably the final set before the merge window unless things get significantly
delayed.

New device support
* STM32 ADC core
  - new driver.  Interesting device with up to 3 ADCs with complex triggering
    options that will follow later. Note split into an 'mfd like' core that
    handles the interrupt sharing etc between the various instances present and
    a per ADC section that is instantiated as many times as needed.
  - device tree bindings.

Cleanups and minor fixes
* st_accel
  - inline per sensor data as the defines don't add any meaning and make it
    much harder to check if a given sensor has the right values.
* hid-magnetometer
  - sort out the associations of the associated attributes with the two types.

----------------------------------------------------------------
Dan Carpenter (1):
      iio: tsl2583: make array large enough

Fabrice Gasnier (3):
      Documentation: dt-bindings: Document STM32 ADC DT bindings
      iio: adc: Add support for STM32 ADC core
      iio: adc: Add support for STM32 ADC

Linus Walleij (1):
      iio: accel: st_accel: inline per-sensor data

Ooi, Joyce (1):
      iio: magnetometer: separate the values of attributes based on their usage type for HID compass sensor

 .../devicetree/bindings/iio/adc/st,stm32-adc.txt   |  83 +++
 drivers/iio/accel/st_accel_core.c                  | 602 +++++++--------------
 drivers/iio/adc/Kconfig                            |  22 +
 drivers/iio/adc/Makefile                           |   2 +
 drivers/iio/adc/stm32-adc-core.c                   | 303 +++++++++++
 drivers/iio/adc/stm32-adc-core.h                   |  52 ++
 drivers/iio/adc/stm32-adc.c                        | 518 ++++++++++++++++++
 drivers/iio/light/tsl2583.c                        |   2 +-
 drivers/iio/magnetometer/hid-sensor-magn-3d.c      | 147 +++--
 9 files changed, 1299 insertions(+), 432 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
 create mode 100644 drivers/iio/adc/stm32-adc-core.c
 create mode 100644 drivers/iio/adc/stm32-adc-core.h
 create mode 100644 drivers/iio/adc/stm32-adc.c

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

* Re: [PULL] 4th set of IIO new device support, features and cleanups for the 4.10 cycle.
  2016-11-24 22:29 [PULL] 4th set of IIO new device support, features and cleanups for the 4.10 cycle Jonathan Cameron
@ 2016-11-28  7:27 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-28  7:27 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org

On Thu, Nov 24, 2016 at 10:29:10PM +0000, Jonathan Cameron wrote:
> The following changes since commit 8d78f0f2ba76a5a56de8800e19caeb8a3e161b75:
> 
>   staging: lustre: lnet: cleanup some of the > 80 line issues (2016-11-18 08:47:33 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-4.10d

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2016-11-28  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 22:29 [PULL] 4th set of IIO new device support, features and cleanups for the 4.10 cycle Jonathan Cameron
2016-11-28  7:27 ` Greg KH

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