* [PULL] 5th set of IIO fixes for the 4.11 cycle.
@ 2017-04-14 15:59 Jonathan Cameron
2017-04-18 15:13 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2017-04-14 15:59 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit a6d361404d81a03107a3475876afc22e1b84d5de:
Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-04-03 15:28:14 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.11e
for you to fetch changes up to ed3730c435f1a9f9559ed7762035d22d8a95adfe:
IIO: bmp280-core.c: fix error in humidity calculation (2017-04-14 16:54:49 +0100)
----------------------------------------------------------------
Fifth set of IIO fixes for the 4.11 cycle.
As these are rather late in the cycle, they may sneak over into 4.12.
There is a fix for a regression caused by another fix (hid sensors
hardware seems to vary a lot in how various corner cases are handled).
* ad7303
- fix channel description. Numeric values were being passed as characters
presumably leading to garbage from the userspace interface.
* as3935
- the write data macro was wrong so fix it.
* bmp280
- incorrect handling of negative values as being unsigned broke humidity
calculation.
* hid-sensor
- Restore the poll and hysteresis values after resume as some hardware
doesn't do it.
* stm32-trigger
- buglet in reading the sampling frequency
----------------------------------------------------------------
Andreas Klinger (1):
IIO: bmp280-core.c: fix error in humidity calculation
Fabrice Gasnier (1):
iio: stm32 trigger: fix sampling_frequency read
Matt Ranostay (1):
iio: proximity: as3935: fix as3935_write
Pavel Roskin (1):
iio: dac: ad7303: fix channel description
Srinivas Pandruvada (1):
iio: hid-sensor: Store restore poll and hysteresis on S3
.../iio/common/hid-sensors/hid-sensor-attributes.c | 26 ++++++++++++++++++++--
.../iio/common/hid-sensors/hid-sensor-trigger.c | 20 ++++++++++++++---
drivers/iio/dac/ad7303.c | 6 ++---
drivers/iio/pressure/bmp280-core.c | 11 ++++-----
drivers/iio/proximity/as3935.c | 3 +--
drivers/iio/trigger/stm32-timer-trigger.c | 6 ++---
include/linux/hid-sensor-hub.h | 2 ++
7 files changed, 56 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PULL] 5th set of IIO fixes for the 4.11 cycle.
2017-04-14 15:59 [PULL] 5th set of IIO fixes for the 4.11 cycle Jonathan Cameron
@ 2017-04-18 15:13 ` Greg KH
2017-04-18 16:18 ` Jonathan Cameron
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2017-04-18 15:13 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Fri, Apr 14, 2017 at 04:59:48PM +0100, Jonathan Cameron wrote:
> The following changes since commit a6d361404d81a03107a3475876afc22e1b84d5de:
>
> Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-04-03 15:28:14 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.11e
Ugh, it's too late for 4.11, can I pull this into the -next branch and
just take it that way?
Or do you want to redo this, with cc: stable markings to get into
4.11.1?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL] 5th set of IIO fixes for the 4.11 cycle.
2017-04-18 15:13 ` Greg KH
@ 2017-04-18 16:18 ` Jonathan Cameron
2017-04-18 17:40 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2017-04-18 16:18 UTC (permalink / raw)
To: Greg KH, Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On 18 April 2017 16:13:11 BST, Greg KH <gregkh@linuxfoundation=2Eorg> wrot=
e:
>On Fri, Apr 14, 2017 at 04:59:48PM +0100, Jonathan Cameron wrote:
>> The following changes since commit
>a6d361404d81a03107a3475876afc22e1b84d5de:
>>=20
>> Merge tag 'iio-fixes-for-4=2E11d' of
>git://git=2Ekernel=2Eorg/pub/scm/linux/kernel/git/jic23/iio into
>staging-linus (2017-04-03 15:28:14 +0200)
>>=20
>> are available in the git repository at:
>>=20
>> git://git=2Ekernel=2Eorg/pub/scm/linux/kernel/git/jic23/iio=2Egit
>tags/iio-fixes-for-4=2E11e
>
>Ugh, it's too late for 4=2E11, can I pull this into the -next branch and
>just take it that way?
>
>Or do you want to redo this, with cc: stable markings to get into
>4=2E11=2E1?
>
Might take me a little while to get to it, so pull into next branch and I'=
ll send requests for stable
once it hits mainline in the merge window=2E
Thanks
Jonathan
>thanks,
>
>greg k-h
--=20
Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL] 5th set of IIO fixes for the 4.11 cycle.
2017-04-18 16:18 ` Jonathan Cameron
@ 2017-04-18 17:40 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2017-04-18 17:40 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: Jonathan Cameron, linux-iio@vger.kernel.org
On Tue, Apr 18, 2017 at 05:18:30PM +0100, Jonathan Cameron wrote:
>
>
> On 18 April 2017 16:13:11 BST, Greg KH <gregkh@linuxfoundation.org> wrote:
> >On Fri, Apr 14, 2017 at 04:59:48PM +0100, Jonathan Cameron wrote:
> >> The following changes since commit
> >a6d361404d81a03107a3475876afc22e1b84d5de:
> >>
> >> Merge tag 'iio-fixes-for-4.11d' of
> >git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into
> >staging-linus (2017-04-03 15:28:14 +0200)
> >>
> >> are available in the git repository at:
> >>
> >> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> >tags/iio-fixes-for-4.11e
> >
> >Ugh, it's too late for 4.11, can I pull this into the -next branch and
> >just take it that way?
> >
> >Or do you want to redo this, with cc: stable markings to get into
> >4.11.1?
> >
> Might take me a little while to get to it, so pull into next branch and I'll send requests for stable
> once it hits mainline in the merge window.
Ok, now pulled in and pushed out in the staging-next branch.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-04-18 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-14 15:59 [PULL] 5th set of IIO fixes for the 4.11 cycle Jonathan Cameron
2017-04-18 15:13 ` Greg KH
2017-04-18 16:18 ` Jonathan Cameron
2017-04-18 17:40 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).