All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.0-rc6
Date: Sat, 4 Apr 2015 13:10:10 +0200	[thread overview]
Message-ID: <20150404111010.GA15280@kroah.com> (raw)

The following changes since commit bc465aa9d045feb0e13b4a8f32cc33c1943f62d6:

  Linux 4.0-rc5 (2015-03-22 16:50:21 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.0-rc6

for you to fetch changes up to dce5bdfe8fc1e3b49fa6fcf21e07bb12360e1b98:

  Merge tag 'iio-fixes-for-4.0d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-04-01 13:51:02 +0200)

----------------------------------------------------------------
Staging driver fixes for 4.0-rc6

Here are some staging driver fixes, well, really all just IIO driver
fixes, for 4.0-rc6.  They fix issues that have been reported with these
drivers.

All of these patches have been in linux-next for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Adriana Reus (1):
      iio:inv-mpu6050: Fix inconsistency for the scale channel

Daniel Baluta (1):
      staging: iio: dummy: Fix undefined symbol build error

Darshana Padmadas (1):
      iio: imu: Use iio_trigger_get for indio_dev->trig assignment

Greg Kroah-Hartman (2):
      Merge tag 'iio-fixes-for-4.0c' of git://git.kernel.org/.../jic23/iio into staging-linus
      Merge tag 'iio-fixes-for-4.0d' of git://git.kernel.org/.../jic23/iio into staging-linus

Marek Belisko (1):
      staging: iio: hmc5843: Set iio name property in sysfs

Martin Fuzzey (1):
      iio: core: Fix double free.

Octavian Purdila (1):
      iio: fix drivers that check buffer->scan_mask

Richard Weinberger (1):
      iio/adc/cc10001_adc.c: Fix !HAS_IOMEM build

Sathyanarayanan Kuppuswamy (1):
      iio: bmc150: change sampling frequency

Stefan Agner (1):
      iio: adc: vf610: use ADC clock within specification

Viorel Suman (1):
      iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

 drivers/iio/accel/bma180.c                      |  2 +-
 drivers/iio/accel/bmc150-accel.c                | 20 +++---
 drivers/iio/accel/kxcjk-1013.c                  |  2 +-
 drivers/iio/adc/Kconfig                         |  3 +-
 drivers/iio/adc/at91_adc.c                      |  5 +-
 drivers/iio/adc/ti_am335x_adc.c                 |  3 +-
 drivers/iio/adc/vf610_adc.c                     | 91 +++++++++++++++++--------
 drivers/iio/gyro/bmg160.c                       |  2 +-
 drivers/iio/imu/adis_trigger.c                  |  2 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c      | 56 ++++++++-------
 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c      | 25 ++++---
 drivers/iio/imu/kmx61.c                         |  2 +-
 drivers/iio/industrialio-core.c                 |  5 +-
 drivers/iio/industrialio-event.c                |  1 +
 drivers/iio/proximity/sx9500.c                  |  2 +-
 drivers/staging/iio/Kconfig                     |  1 +
 drivers/staging/iio/magnetometer/hmc5843_core.c |  1 +
 17 files changed, 132 insertions(+), 91 deletions(-)

                 reply	other threads:[~2015-04-04 11:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20150404111010.GA15280@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.