Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux IIO List <linux-iio@vger.kernel.org>
Subject: [PULL] IIO new drivers, features and cleanups for 3.17 - set 2
Date: Sun, 29 Jun 2014 15:58:06 +0100	[thread overview]
Message-ID: <53B0297E.7040209@kernel.org> (raw)

The following changes since commit 88f6da779a37a3579e580296776ba86d6c6bd980:

   iio: accel: kxcjk1013 Fix missing unlock errors (2014-06-16 20:57:36 +0100)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.17b

for you to fetch changes up to 9dd4694dafbd8b44ac4ca740beede18ca67d725f:

   iio: staging: sca3000: hide stufftoread logic (2014-06-29 14:43:38 +0100)

----------------------------------------------------------------
Second round of new drivers and cleanups for IIO in the 3.17 cycle.

New drivers
* mcp4902, mcp4912 and mcp4922 SPI DAC driver.
* max1027, max1029 and max1031 SPI ADC driver.

Cleanups
* cm32181 - use devm APIs to simplify error paths.
* ak8975 - use devm APIs to simplify error paths.
* ad9850 - drop some unused defines and an unnecessary goto.
* hmc5843 - add missing devices to the device id table and the documentation.
* ad9832 - small formatting cleanups.
* sca3000 - hide direct use of the stufftoread element by adding a
     data_available function.  This is a precursor for the addition of buffer
     watermarks to the subsystem but stands as a good cleanup on its own.

----------------------------------------------------------------
Beomho Seo (2):
       iio: light: cm32181: Use devm_* APIs
       iio: magnetometer: ak8975: Use devm_* APIs

Federico Di Pierro (1):
       staging: iio: Coding style issues fix.

Guillaume Morin (1):
       staging: iio: ad9850.c: code cleanup

Josselin Costanzi (1):
       iio: staging: sca3000: hide stufftoread logic

Marek Belisko (2):
       staging: iio: hmc5843: Add all available models to device tree id table.
       Documentation: iio: Extend documentation for hmc5843 bindings.

Michael Welling (1):
       iio: dac: mcp4902/mcp4912/mcp4922 dac driver

Philippe Reynes (1):
       iio: add support of the max1027

  .../devicetree/bindings/iio/adc/max1027-adc.txt    |  22 +
  .../bindings/iio/magnetometer/hmc5843.txt          |   3 +
  drivers/iio/adc/Kconfig                            |   9 +
  drivers/iio/adc/Makefile                           |   1 +
  drivers/iio/adc/max1027.c                          | 521 +++++++++++++++++++++
  drivers/iio/dac/Kconfig                            |  10 +
  drivers/iio/dac/Makefile                           |   1 +
  drivers/iio/dac/mcp4922.c                          | 216 +++++++++
  drivers/iio/industrialio-buffer.c                  |   5 +-
  drivers/iio/light/cm32181.c                        |  11 +-
  drivers/iio/magnetometer/ak8975.c                  |  58 +--
  drivers/staging/iio/accel/sca3000_ring.c           |   6 +
  drivers/staging/iio/frequency/ad9832.c             |  14 +-
  drivers/staging/iio/frequency/ad9850.c             |   6 -
  drivers/staging/iio/magnetometer/hmc5843.c         |   4 +-
  15 files changed, 814 insertions(+), 73 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/iio/adc/max1027-adc.txt
  create mode 100644 drivers/iio/adc/max1027.c
  create mode 100644 drivers/iio/dac/mcp4922.c

             reply	other threads:[~2014-06-29 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-29 14:58 Jonathan Cameron [this message]
2014-06-29 16:52 ` [PULL] IIO new drivers, features and cleanups for 3.17 - set 2 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B0297E.7040209@kernel.org \
    --to=jic23@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox