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] Third set of IIO fixes for the 4.2 cycle.
Date: Thu, 23 Jul 2015 21:17:16 +0100 [thread overview]
Message-ID: <55B14BCC.30803@kernel.org> (raw)
The following changes since commit 7eb7ee30559c9c88ca23fa3b95bd06629669d0a8:
staging: vt6656: check ieee80211_bss_conf bssid not NULL (2015-07-19 11:48:19 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.2c
for you to fetch changes up to 423ad0c405d87868bd1ab19e8b503e6a41c86caf:
iio:light:stk3310: make endianness independent of host (2015-07-19 14:54:45 +0100)
----------------------------------------------------------------
3rd round of IIO fixes for the 4.2 cycle.
* bmc150_magn - add missing regmap dependency and ensure on a wrong chip
case report hte chip id rather than a previous return value.
* mmc35240 - Fill a null pointer derefrence and wrong SET / RESET logic
that results in North and South being swapped.
* mlx96014 - correct the offset value reported to userspace (wrong sign)
* vf610 - Prevent non aligned register reading.
* mcp320x - Another null pointer deference bug.
* mma8452 - change threshold type from THRESH to MAG to reflect the fact
that the sign of the signal is not known when the event is signaled.
* stk3310 - move device registert to end of probe to avoid race conditions
when coming up, check for invalid client->irq values and make it work
for both endian types of host.
----------------------------------------------------------------
Crt Mori (1):
iio: mlx96014: Replace offset sign
Daniel Baluta (2):
iio: magnetometer: mmc35240: Fix crash in pm suspend
iio: magnetometer: mmc35240: Fix SET/RESET mask
Fugang Duan (1):
iio: adc: vf610: fix the adc register read fail issue
Hartmut Knaack (4):
iio:magnetometer:bmc150_magn: add regmap dependency
iio:magnetometer:bmc150_magn: output intended variable
iio:light:stk3310: move device register to end of probe
iio:light:stk3310: make endianness independent of host
Manfred Schlaegl (1):
iio: mcp320x: Fix NULL pointer dereference
Martin Kepplinger (1):
iio: mma8452: use iio event type IIO_EV_TYPE_MAG
Viorel Suman (1):
iio: magnetometer: mmc35240: fix SET/RESET sequence
drivers/iio/accel/mma8452.c | 8 ++++----
drivers/iio/adc/mcp320x.c | 2 ++
drivers/iio/adc/vf610_adc.c | 2 +-
drivers/iio/light/stk3310.c | 26 +++++++++++++-------------
drivers/iio/magnetometer/Kconfig | 1 +
drivers/iio/magnetometer/bmc150_magn.c | 4 ++--
drivers/iio/magnetometer/mmc35240.c | 12 +++++++-----
drivers/iio/temperature/mlx90614.c | 2 +-
8 files changed, 31 insertions(+), 26 deletions(-)
next reply other threads:[~2015-07-23 20:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-23 20:17 Jonathan Cameron [this message]
2015-07-23 20:33 ` [PULL] Third set of IIO fixes for the 4.2 cycle Greg KH
2015-07-24 19:58 ` 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=55B14BCC.30803@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.