* [PULL] Third set of IIO fixes for the 4.2 cycle.
@ 2015-07-23 20:17 Jonathan Cameron
2015-07-23 20:33 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2015-07-23 20:17 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio@vger.kernel.org
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] Third set of IIO fixes for the 4.2 cycle.
2015-07-23 20:17 [PULL] Third set of IIO fixes for the 4.2 cycle Jonathan Cameron
@ 2015-07-23 20:33 ` Greg KH
2015-07-24 19:58 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2015-07-23 20:33 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Thu, Jul 23, 2015 at 09:17:16PM +0100, Jonathan Cameron wrote:
> 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
I hit a merge conflict in drivers/iio/light/stk3310.c, which I think I
fixed up properly, but if you could pull my tree and verify I got it
correct, that would be great.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] Third set of IIO fixes for the 4.2 cycle.
2015-07-23 20:33 ` Greg KH
@ 2015-07-24 19:58 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-07-24 19:58 UTC (permalink / raw)
To: Greg KH, Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On 23/07/15 21:33, Greg KH wrote:
> On Thu, Jul 23, 2015 at 09:17:16PM +0100, Jonathan Cameron wrote:
>> 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
>
> I hit a merge conflict in drivers/iio/light/stk3310.c, which I think I
> fixed up properly, but if you could pull my tree and verify I got it
> correct, that would be great.
Looks good to me. Sorry about that, I should really have dry run it but
didn't think there was anything messy!
Jonathan
>
> thanks,
>
> greg k-h
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-24 19:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 20:17 [PULL] Third set of IIO fixes for the 4.2 cycle Jonathan Cameron
2015-07-23 20:33 ` Greg KH
2015-07-24 19:58 ` Jonathan Cameron
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.