* [PULL] IIO fixes for 3.18 set 2
@ 2014-11-05 18:39 Jonathan Cameron
2014-11-05 18:42 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-11-05 18:39 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 4748119f1889b4ce96c84831ad0581598081b46f:
iio: adc: mxs-lradc: Disable the clock on probe failure (2014-11-05 18:33:44
+0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
tags/iio-fixes-for-3.18b
for you to fetch changes up to b598aacc29331e7e638cd509108600e916c6331b:
staging:iio:ade7758: Remove "raw" from channel name (2014-11-05 18:33:48 +0000)
----------------------------------------------------------------
Second round of IIO fixes for the 3.18 cycle.
* tsl4531 - fix a compile error when CONFIG_PM_OPS not set.
* kxcjk-1013 - event spec direction was invalid - leading to 'interesting'
attrribute names.
* as3935 - sizeof(st) used instead of sizeof(*st) leading to allocation of
space for a pointer rather than the structure desired.
* ade7758 - Another null pointer deref fix due to different channels
being provided to the the buffer register than used for the sysfs
side of things.
* ade7758 - Check there is a channel enabled in preenable for the buffer
before doing anything.
* ade7758 - Drop a stray raw from the channel name that leads to _raw_raw
postfix.
----------------------------------------------------------------
Dan Murphy (1):
iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not defined
Daniel Baluta (1):
io: accel: kxcjk-1013: Fix iio_event_spec direction
George McCollister (1):
iio: as3935: allocate correct iio_device size
Lars-Peter Clausen (3):
staging:iio:ade7758: Fix NULL pointer deref when enabling buffer
staging:iio:ade7758: Fix check if channels are enabled in prenable
staging:iio:ade7758: Remove "raw" from channel name
drivers/iio/accel/kxcjk-1013.c | 2 +-
drivers/iio/light/tsl4531.c | 7 ++--
drivers/iio/proximity/as3935.c | 2 +-
drivers/staging/iio/meter/ade7758.h | 1 -
drivers/staging/iio/meter/ade7758_core.c | 57 ++++++--------------------------
drivers/staging/iio/meter/ade7758_ring.c | 5 ++-
6 files changed, 20 insertions(+), 54 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] IIO fixes for 3.18 set 2
2014-11-05 18:39 [PULL] IIO fixes for 3.18 set 2 Jonathan Cameron
@ 2014-11-05 18:42 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2014-11-05 18:42 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
Sorry, line wrapped for some reason. Will chase down and resend.
On 05/11/14 18:39, Jonathan Cameron wrote:
> The following changes since commit 4748119f1889b4ce96c84831ad0581598081b46f:
>
> iio: adc: mxs-lradc: Disable the clock on probe failure (2014-11-05 18:33:44
> +0000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> tags/iio-fixes-for-3.18b
>
> for you to fetch changes up to b598aacc29331e7e638cd509108600e916c6331b:
>
> staging:iio:ade7758: Remove "raw" from channel name (2014-11-05 18:33:48 +0000)
>
> ----------------------------------------------------------------
> Second round of IIO fixes for the 3.18 cycle.
>
> * tsl4531 - fix a compile error when CONFIG_PM_OPS not set.
> * kxcjk-1013 - event spec direction was invalid - leading to 'interesting'
> attrribute names.
> * as3935 - sizeof(st) used instead of sizeof(*st) leading to allocation of
> space for a pointer rather than the structure desired.
> * ade7758 - Another null pointer deref fix due to different channels
> being provided to the the buffer register than used for the sysfs
> side of things.
> * ade7758 - Check there is a channel enabled in preenable for the buffer
> before doing anything.
> * ade7758 - Drop a stray raw from the channel name that leads to _raw_raw
> postfix.
>
> ----------------------------------------------------------------
> Dan Murphy (1):
> iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not defined
>
> Daniel Baluta (1):
> io: accel: kxcjk-1013: Fix iio_event_spec direction
>
> George McCollister (1):
> iio: as3935: allocate correct iio_device size
>
> Lars-Peter Clausen (3):
> staging:iio:ade7758: Fix NULL pointer deref when enabling buffer
> staging:iio:ade7758: Fix check if channels are enabled in prenable
> staging:iio:ade7758: Remove "raw" from channel name
>
> drivers/iio/accel/kxcjk-1013.c | 2 +-
> drivers/iio/light/tsl4531.c | 7 ++--
> drivers/iio/proximity/as3935.c | 2 +-
> drivers/staging/iio/meter/ade7758.h | 1 -
> drivers/staging/iio/meter/ade7758_core.c | 57 ++++++--------------------------
> drivers/staging/iio/meter/ade7758_ring.c | 5 ++-
> 6 files changed, 20 insertions(+), 54 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-05 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 18:39 [PULL] IIO fixes for 3.18 set 2 Jonathan Cameron
2014-11-05 18:42 ` Jonathan Cameron
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).