* [PULL] IIO fixes for 4.11 set 1 - a couple of regression fixes (resend as missed 4.10)
@ 2017-02-11 9:14 Jonathan Cameron
2017-02-11 15:46 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2017-02-11 9:14 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org, Peter Rosin
The following changes since commit 5c113b5e0082e90d2e1c7b12e96a7b8cf0623e27:
iio: dht11: Use usleep_range instead of msleep for start signal (2017-01-22 13:35:40 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.11a
for you to fetch changes up to 6a6e1d56a0769795a36c0461c64bf5e5b9bbb4c0:
iio: pressure: mpl115: do not rely on structure field ordering (2017-02-11 09:00:44 +0000)
----------------------------------------------------------------
First set of IIO fixes for the 4.11 cycle. Regression fixes from 4.10.
These are fixes that came in just to late for the 4.10 cycle.
Two drivers made an accidental assumption of structure arrangement for
struct iio_dev that are no longer true. It was a typo in the first place
that happened to work until some elements were added to the structure.
* mpl3115
- don't rely on structure field ordering
* mpl115
- don't rely on structure field ordering.
----------------------------------------------------------------
Peter Rosin (2):
iio: pressure: mpl3115: do not rely on structure field ordering
iio: pressure: mpl115: do not rely on structure field ordering
drivers/iio/pressure/mpl115.c | 1 +
drivers/iio/pressure/mpl3115.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-11 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 9:14 [PULL] IIO fixes for 4.11 set 1 - a couple of regression fixes (resend as missed 4.10) Jonathan Cameron
2017-02-11 15:46 ` Greg KH
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.