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.2-rc3
Date: Fri, 17 Jul 2015 11:11:19 -0700	[thread overview]
Message-ID: <20150717181119.GA23017@kroah.com> (raw)

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.2-rc3

for you to fetch changes up to d309509f84725f99326cc73d3b00aae096b374ae:

  staging: vt6656: check ieee80211_bss_conf bssid not NULL (2015-07-14 19:34:57 -0700)

----------------------------------------------------------------
Staging/IIO driver fixes for 4.2-rc3

Here's some staging and IIO driver fixes for 4.2-rc3.

Nothing major, the majority are IIO issues that were reported, with a
few other minor staging driver fixes.  All have been in linux-next for a
while with no reported issues.

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

----------------------------------------------------------------
Adriana Reus (1):
      iio: inv-mpu: Specify the expected format/precision for write channels

Daniel Baluta (2):
      iio: ABI: Clarify proximity output value
      iio: proximity: sx9500: Fix proximity value

Fabio Estevam (1):
      iio: twl4030-madc: Pass the IRQF_ONESHOT flag

Geert Uytterhoeven (1):
      iio: sx9500: Add missing init in sx9500_buffer_pre{en,dis}able()

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

Hartmut Knaack (6):
      iio:light:cm3323: clear bitmask before set
      iio:accel:bmc150-accel: fix counting direction
      iio:adc:cc10001_adc: fix Kconfig dependency
      iio:light:stk3310: Fix REGMAP_I2C dependency
      iio:light:ltr501: fix variable in ltr501_init
      iio:light:ltr501: fix regmap dependency

Heiko Stuebner (1):
      iio: adc: rockchip_saradc: add missing MODULE_* data

JM Friedt (1):
      iio: DAC: ad5624r_spi: fix bit shift of output data value

James Simmons (1):
      staging:lustre: remove irq.h from socklnd.h

Jan Leupold (1):
      iio: adc: at91_adc: allow to use full range of startup time

Malcolm Priestley (2):
      staging: vt6655: check ieee80211_bss_conf bssid not NULL
      staging: vt6656: check ieee80211_bss_conf bssid not NULL

Paul Gortmaker (1):
      staging: make board support depend on OF_IRQ and CLKDEV_LOOKUP

Peter Meerwald (2):
      iio: light: tcs3414: Fix bug preventing to set integration time
      iio: tmp006: Check channel info on write

Srinivas Pandruvada (1):
      hid-sensor: Fix suspend/resume delay

Teodora Baluta (1):
      iio: magnetometer: mmc35240: fix available sampling frequencies

Tiberiu Breana (1):
      iio: light: STK3310: un-invert proximity values

Vlad Dogaru (2):
      iio: sx9500: rework error handling of raw readings
      iio: sx9500: fix bug in compensation code

 Documentation/ABI/testing/sysfs-bus-iio            |  6 +--
 drivers/iio/accel/bmc150-accel.c                   |  2 +-
 drivers/iio/adc/Kconfig                            |  3 +-
 drivers/iio/adc/at91_adc.c                         |  8 ++--
 drivers/iio/adc/rockchip_saradc.c                  |  4 ++
 drivers/iio/adc/twl4030-madc.c                     |  3 +-
 .../iio/common/hid-sensors/hid-sensor-trigger.c    | 11 ++++-
 drivers/iio/dac/ad5624r_spi.c                      |  4 +-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c         | 18 ++++++++
 drivers/iio/light/Kconfig                          |  2 +
 drivers/iio/light/cm3323.c                         |  2 +-
 drivers/iio/light/ltr501.c                         |  2 +-
 drivers/iio/light/stk3310.c                        | 53 +++++++---------------
 drivers/iio/light/tcs3414.c                        |  2 +-
 drivers/iio/magnetometer/mmc35240.c                | 35 ++++++++------
 drivers/iio/proximity/sx9500.c                     | 28 ++++++------
 drivers/iio/temperature/tmp006.c                   |  3 ++
 drivers/staging/board/Kconfig                      |  2 +-
 .../staging/lustre/lnet/klnds/socklnd/socklnd.h    |  1 -
 drivers/staging/vt6655/device_main.c               |  2 +-
 drivers/staging/vt6656/main_usb.c                  |  2 +-
 include/linux/hid-sensor-hub.h                     |  1 +
 22 files changed, 109 insertions(+), 85 deletions(-)

                 reply	other threads:[~2015-07-17 18:11 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=20150717181119.GA23017@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.