* [PULL] Second set of IIO fixes for the 4.2 cycle (merge window dependency)
@ 2015-07-13 20:47 Jonathan Cameron
2015-07-13 21:20 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2015-07-13 20:47 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 6aaf0da8728c55ff627619f933ed161cc89057c6:
Merge tag 'md/4.2' of git://neil.brown.name/md (2015-06-29 11:10:56 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.2b
for you to fetch changes up to 8d05abfaeff52bdf66aba3a3a337dcdbdb4911bf:
iio: tmp006: Check channel info on write (2015-07-05 14:22:33 +0100)
----------------------------------------------------------------
Second set of IIO fixes for the 4.2 cycle. Note these depend (mostly) on
material in the recent merge window, hence their separation from set (a)
as the fixes-togreg branch predated the merge window. I am running rather
later with these than I would have liked hence the large set.
* stk3310 fixes from Hartmut's review that came in post merge
- fix direction of proximity inline with recent documentation
clarification.
- fix missing REGMAP_I2C dependency
- rework the error handling for raw readings to fix an failure to power
down in the event of a raw reading failing.
- fix a bug in the compensation code which was toggling an extra bit in the
register.
* mmc35240 - reported samplign frequencies were wrong.
* ltr501 fixes
- fix a case of returning the return value of a regmap_read instead of
the value read.
- fix missing regmap dependency
* sx9500 - fix missing default values for ret in a couple of places to handle
the case of no enabled channels.
* tmp006 - check that writes to info_mask elements are actually to writable
ones. Otherwise, writing to any of them will change the sampling frequency.
----------------------------------------------------------------
Geert Uytterhoeven (1):
iio: sx9500: Add missing init in sx9500_buffer_pre{en,dis}able()
Hartmut Knaack (3):
iio:light:stk3310: Fix REGMAP_I2C dependency
iio:light:ltr501: fix variable in ltr501_init
iio:light:ltr501: fix regmap dependency
Peter Meerwald (1):
iio: tmp006: Check channel info on write
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
drivers/iio/light/Kconfig | 2 ++
drivers/iio/light/ltr501.c | 2 +-
drivers/iio/light/stk3310.c | 53 ++++++++++++-------------------------
drivers/iio/magnetometer/mmc35240.c | 35 ++++++++++++++----------
drivers/iio/proximity/sx9500.c | 26 +++++++++---------
drivers/iio/temperature/tmp006.c | 3 +++
6 files changed, 58 insertions(+), 63 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] Second set of IIO fixes for the 4.2 cycle (merge window dependency)
2015-07-13 20:47 [PULL] Second set of IIO fixes for the 4.2 cycle (merge window dependency) Jonathan Cameron
@ 2015-07-13 21:20 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-07-13 21:20 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Mon, Jul 13, 2015 at 09:47:01PM +0100, Jonathan Cameron wrote:
> The following changes since commit 6aaf0da8728c55ff627619f933ed161cc89057c6:
>
> Merge tag 'md/4.2' of git://neil.brown.name/md (2015-06-29 11:10:56 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.2b
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-13 21:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 20:47 [PULL] Second set of IIO fixes for the 4.2 cycle (merge window dependency) Jonathan Cameron
2015-07-13 21:20 ` 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.