mirror of https://lore.kernel.org/lkml/
 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.7-rc4
Date: Sat, 18 Jun 2016 08:52:55 -0700	[thread overview]
Message-ID: <20160618155255.GA23695@kroah.com> (raw)

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.7-rc4

for you to fetch changes up to bc8201e3e1885614a5cd3a5f70a79d08f99152fd:

  Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." (2016-06-17 11:21:45 -0700)

----------------------------------------------------------------
Staging fixes for 4.7-rc4

Here are a number of IIO and Staging bugfixes for 4.7-rc4.

Nothing huge, the normal amount of iio driver fixes, and some small
staging driver bugfixes for some reported problems (2 are reverts of
patches that went into 4.7-rc1).  All have been in linux-next with no
reported issues.

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

----------------------------------------------------------------
Akinobu Mita (1):
      iio: pressure: bmp280: fix error message for wrong chip id

Alison Schofield (1):
      iio: humidity: hdc100x: correct humidity integration time mask

Crestez Dan Leonard (4):
      max44000: Remove scale from proximity
      iio: st_sensors: Init trigger before irq request
      iio: st_sensors: Disable DRDY at init time
      iio: Fix error handling in iio_trigger_attach_poll_func

Dan Carpenter (2):
      iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
      iio: humidity: am2315: Remove a stray unlock

Daniel Baluta (2):
      iio: bmi160: Fix output data rate for accel
      iio: bmi160: Fix ODR setting

Doug Oucharek (1):
      staging: lustre: lnet: Don't access NULL NI on failure path

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/.../jic23/iio into staging-linus

Gregor Boirie (1):
      iio:st_pressure: fix sampling gains (bring inline with ABI)

Hans de Goede (2):
      Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"
      Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."

Linus Walleij (4):
      iio: light: bh1780: return after write
      iio: bh1780: dereference the client properly
      iio: light: bh1780: assign a static name
      iio: st_sensors: switch to a threaded interrupt

Matt Ranostay (5):
      iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
      iio: proximity: as3935: remove triggered buffer processing
      iio: proximity: as3935: fix buffer stack trashing
      iio: humidity: hdc100x: fix IIO_TEMP channel reporting
      iio: hudmidity: hdc100x: fix incorrect shifting and scaling

Yong Li (1):
      iio: light apds9960: Add the missing dev.parent

 .../ABI/testing/sysfs-bus-iio-proximity-as3935     |  2 +-
 drivers/iio/accel/st_accel_buffer.c                |  2 +-
 drivers/iio/accel/st_accel_core.c                  |  1 +
 drivers/iio/common/st_sensors/st_sensors_buffer.c  | 25 ++----
 drivers/iio/common/st_sensors/st_sensors_core.c    |  8 ++
 drivers/iio/common/st_sensors/st_sensors_trigger.c | 96 ++++++++++++++++++++--
 drivers/iio/dac/ad5592r-base.c                     |  2 +-
 drivers/iio/gyro/st_gyro_buffer.c                  |  2 +-
 drivers/iio/gyro/st_gyro_core.c                    |  1 +
 drivers/iio/humidity/am2315.c                      |  4 +-
 drivers/iio/humidity/hdc100x.c                     | 20 ++---
 drivers/iio/imu/bmi160/bmi160_core.c               | 16 ++--
 drivers/iio/industrialio-trigger.c                 | 23 ++++--
 drivers/iio/light/apds9960.c                       |  1 +
 drivers/iio/light/bh1780.c                         | 10 ++-
 drivers/iio/light/max44000.c                       |  1 -
 drivers/iio/magnetometer/st_magn_buffer.c          |  2 +-
 drivers/iio/magnetometer/st_magn_core.c            |  1 +
 drivers/iio/pressure/bmp280.c                      |  4 +-
 drivers/iio/pressure/st_pressure_buffer.c          |  2 +-
 drivers/iio/pressure/st_pressure_core.c            | 81 +++++++++++-------
 drivers/iio/proximity/as3935.c                     | 17 ++--
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c |  7 +-
 drivers/staging/rtl8188eu/core/rtw_efuse.c         |  2 +-
 drivers/staging/rtl8188eu/hal/usb_halinit.c        |  3 +-
 include/linux/iio/common/st_sensors.h              |  9 +-
 26 files changed, 237 insertions(+), 105 deletions(-)

                 reply	other threads:[~2016-06-18 15:52 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=20160618155255.GA23695@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome