All of lore.kernel.org
 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.15 - set 3
Date: Thu, 06 Mar 2014 19:24:18 +0000	[thread overview]
Message-ID: <5318CB62.2020103@kernel.org> (raw)

The following changes since commit aa256f8d0dd9c2dff872849418d8e09e5d06718f:

   Merge tag 'iio-for-3.15b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next (2014-02-23 09:08:34 -0800)

are available in the git repository at:


   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.15c

for you to fetch changes up to db8fa7311d1ce642134c53e175ca0ae35e021344:

   iio:adc:vf610 ensure correct handing of interruption of wait for completion (2014-03-02 21:45:28 +0000)

----------------------------------------------------------------
Third IIO new drivers and cleanups series for 3.15.

New driver
* Xilinx XADC driver -  This has been ready for a while but was awaiting
   a device tree ack (or as it turns out 3+ weeks).

Cleanup
* Drop some unreachable code from mag3110 highlighted by smatch.

Fix
* vf610 - introduced this cycle - put a possible negative error code
   into an unsigned long. Another smatch find - this one promoted by
   guilt that Dan was busy fixing all our messups.

----------------------------------------------------------------
Jonathan Cameron (1):
       iio:adc:vf610 ensure correct handing of interruption of wait for completion

Lars-Peter Clausen (2):
       devicetree: Add Xilinx XADC binding documentation
       iio:adc: Add Xilinx XADC driver

Peter Meerwald (1):
       iio:magnetometer:mag3110: Fix unreachable code

  .../devicetree/bindings/iio/adc/xilinx-xadc.txt    |  113 ++
  drivers/iio/adc/Kconfig                            |   13 +
  drivers/iio/adc/Makefile                           |    2 +
  drivers/iio/adc/vf610_adc.c                        |    2 +-
  drivers/iio/adc/xilinx-xadc-core.c                 | 1333 ++++++++++++++++++++
  drivers/iio/adc/xilinx-xadc-events.c               |  254 ++++
  drivers/iio/adc/xilinx-xadc.h                      |  209 +++
  drivers/iio/magnetometer/mag3110.c                 |    1 -
  8 files changed, 1925 insertions(+), 2 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
  create mode 100644 drivers/iio/adc/xilinx-xadc-core.c
  create mode 100644 drivers/iio/adc/xilinx-xadc-events.c
  create mode 100644 drivers/iio/adc/xilinx-xadc.h

             reply	other threads:[~2014-03-06 19:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-06 19:24 Jonathan Cameron [this message]
2014-03-06 19:33 ` [PULL] IIO new drivers, features and cleanups for 3.15 - set 3 Greg Kroah-Hartman
2014-03-08 15:49   ` Lars-Peter Clausen
2014-03-08 16:11     ` Greg Kroah-Hartman
2014-03-08 17:55       ` Jonathan Cameron
2014-03-08 17:48     ` Jonathan Cameron

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=5318CB62.2020103@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.