All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO cleanups, new stuff and staging graduations (IIO set 1 for the 3.11 cycle)
Date: Wed, 22 May 2013 23:16:37 +0100	[thread overview]
Message-ID: <519D43C5.3020302@kernel.org> (raw)

The following changes since commit 735ae5392a622e88ebe9dda1f66d80850580239d:

  Staging: bcm: fix checkpatch errors and warnings in Version.h (2013-05-21 19:59:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to c619653d77a5d59abe9166da57f3686b7f067745:

  adc: exynos_adc: Convert to devm_ioremap_resource() (2013-05-22 22:18:22 +0100)

----------------------------------------------------------------
First round of new IIO drivers and cleanups for the 3.11 cycle.

1) New driver for MCP3204/08 12 bit ADCs
2) Move the sysfs trigger out of staging.  This has been pretty clean for a
   long time so lets finally move it out.
3) New functionality for the ak8975 magnetometer (DT and data ready interrupt
   handling)
4) Use devm_ioremap_resource in exynos_adc.  We have 3 separate versions of
   this patch proposed but this one got there first.
5) A couple of other tiny fixes.

----------------------------------------------------------------
Alexandre Relange (1):
      iio: Correct HID light sensor name in comments

Jacek Anaszewski (2):
      iio:ak8975 Add support for gpios DT property
      iio:ak8975 Implement data ready interrupt handling

Jonathan Cameron (1):
      iio:trigger:sysfs Move out of staging.

Michał Mirosław (2):
      iio: buffer: cleanup messages in iio_update_buffers()
      staging/iio/mxs-lradc: cleanup masklength

Oskar Andero (1):
      iio: adc: add driver for MCP3204/08 12-bit ADC

Paul Bolle (1):
      iio: STMicroelectronics: remove three useless selects

Sachin Kamat (1):
      adc: exynos_adc: Convert to devm_ioremap_resource()

 .../bindings/iio/magnetometer/ak8975.txt           |  18 ++
 drivers/iio/Kconfig                                |   3 +
 drivers/iio/Makefile                               |   1 +
 drivers/iio/accel/Kconfig                          |   1 -
 drivers/iio/adc/Kconfig                            |  10 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/exynos_adc.c                       |  12 +-
 drivers/iio/adc/mcp320x.c                          | 257 +++++++++++++++++++++
 drivers/iio/gyro/Kconfig                           |   1 -
 drivers/iio/industrialio-buffer.c                  |  10 +-
 drivers/iio/light/hid-sensor-als.c                 |   2 +-
 drivers/iio/magnetometer/Kconfig                   |   1 -
 drivers/iio/magnetometer/ak8975.c                  | 103 ++++++++-
 drivers/iio/trigger/Kconfig                        |  17 ++
 drivers/iio/trigger/Makefile                       |   5 +
 drivers/{staging => }/iio/trigger/iio-trig-sysfs.c |   0
 drivers/staging/iio/adc/mxs-lradc.c                |   8 +-
 drivers/staging/iio/trigger/Kconfig                |  11 -
 drivers/staging/iio/trigger/Makefile               |   1 -
 19 files changed, 425 insertions(+), 37 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/ak8975.txt
 create mode 100644 drivers/iio/adc/mcp320x.c
 create mode 100644 drivers/iio/trigger/Kconfig
 create mode 100644 drivers/iio/trigger/Makefile
 rename drivers/{staging => }/iio/trigger/iio-trig-sysfs.c (100%)

             reply	other threads:[~2013-05-22 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 22:16 Jonathan Cameron [this message]
2013-05-22 22:23 ` [PULL] IIO cleanups, new stuff and staging graduations (IIO set 1 for the 3.11 cycle) Greg KH

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=519D43C5.3020302@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.