linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO new driver features, cleanups and fixes for 3.13 set 2
Date: Sun, 29 Sep 2013 21:49:34 +0100	[thread overview]
Message-ID: <5248925E.8090900@kernel.org> (raw)

The following changes since commit 3ffdea3feca9e2c95c2e93e217d77c9c368f747a:

  Merge tag 'iio-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next (2013-09-22
11:30:12 -0700)

are available in the git repository at:


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

for you to fetch changes up to 10a485c55ae8d313194afc7a8c65df3ac7c048a1:

  iio:trigger: fix sysfs name on list mutex (2013-09-28 11:51:16 +0100)

----------------------------------------------------------------
Second set of new functionality for IIO in the 3.13 cycle - with bug fixes for first set.

This is a small, mainly to get a couple of compile bug related fixes into
the tree ASAP.

New device support:
1) Add ad5446 dac support to the ad5641 driver.

New functionality and cleanups:
1) Optional power supply regulators for the st pressure sensors drivers using
   the new optional regulator interface.
2) Bit of tidying up of naming in the sysfs trigger.

Bug fixes from the previous series:
1) Missing select IIO_BUFFER for ti_am335x_adc
2) Drop a bonus bracket in iio-trig-bfin-timmer

----------------------------------------------------------------
Aida Mynzhasova (1):
      iio: dac: ad5446: Add support for AD5641

Denis CIOCCA (1):
      iio:trigger: fix sysfs name on list mutex

Jonathan Cameron (1):
      iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER

Lars-Peter Clausen (1):
      staging:iio:iio-trig-bfin-timer: Fix compile error

Lee Jones (2):
      iio: pressure-core: st: Provide support for the Vdd power supply
      iio: pressure-core: st: Provide support for the Vdd_IO power supply

 drivers/iio/adc/Kconfig                           |  1 +
 drivers/iio/dac/Kconfig                           |  2 +-
 drivers/iio/dac/ad5446.c                          |  6 ++++
 drivers/iio/pressure/st_pressure_core.c           | 39 +++++++++++++++++++++++
 drivers/iio/trigger/iio-trig-sysfs.c              | 14 ++++----
 drivers/staging/iio/trigger/iio-trig-bfin-timer.c |  2 +-
 include/linux/iio/common/st_sensors.h             |  5 +++
 7 files changed, 60 insertions(+), 9 deletions(-)

             reply	other threads:[~2013-09-29 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-29 20:49 Jonathan Cameron [this message]
2013-09-29 20:15 ` [PULL] IIO new driver features, cleanups and fixes for 3.13 set 2 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=5248925E.8090900@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;
as well as URLs for NNTP newsgroup(s).