* [PULL] IIO new drivers, features and cleanups for 3.16 - set 3
@ 2014-05-25 11:28 Jonathan Cameron
2014-05-25 17:57 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-05-25 11:28 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Linux IIO List
The following changes since commit c4784756a53f7b17056f5d86fe0eb9740d235578:
Merge branch 'imx-drm-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next (2014-05-06 06:26:31 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.16c
for you to fetch changes up to 34683a5c6e0ffaa61528ff71c283efe3063cc53f:
fix format string missmatch in staging/iio/Documentation/iio_utils.h (2014-05-25 12:09:37 +0100)
----------------------------------------------------------------
Third round of new stuff for IIO in the 3.16 cycle.
This (rather late) set consists only of fixes to patches earlier in the
cycle or minor fixes for other problems (such as randconfig build issues
picked up by Arnd). I've included the general minor fixes here as it is
very late in the current cycle and they can all wait for the merge window.
* Recent change to hid-sensors introduced a possible infinite loop due to a
typo. In the same series, a report interval unit read was added but in the
case where the hardware doesn't support it a value of 0 would lead to some
nasty issues. The patch sets it to the specified default of msecs.
* Anon inodes were used by IIO without being explicitly selected. This has
been true for a long time so it clearly only effects rather unusual
configurations (rand configs)
* at91 requires the input subsytem but this wasn't explicity in the Kconfig.
* A couple of parts supported by the max1363 driver were using the wrong
iio_chan_spec arrays and hence would missreport their bit depths. This has
been there a long time and was never right so isn't a regression.
----------------------------------------------------------------
Archana Patni (1):
iio: hid-sensors: Set default unit of measure for report interval
Arnd Bergmann (2):
iio: always select ANON_INODES
iio:adc: at91 requires the input subsystem
Dan Carpenter (1):
iio: hid-sensors: typo leads to potential forever loop
Jonathan Cameron (1):
iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611.
Toralf Förster (1):
fix format string missmatch in staging/iio/Documentation/iio_utils.h
drivers/iio/Kconfig | 1 +
drivers/iio/adc/Kconfig | 1 +
drivers/iio/adc/max1363.c | 16 ++++++++--------
.../iio/common/hid-sensors/hid-sensor-attributes.c | 19 ++++++++++++++++---
drivers/staging/iio/Documentation/iio_utils.h | 4 ++--
5 files changed, 28 insertions(+), 13 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] IIO new drivers, features and cleanups for 3.16 - set 3
2014-05-25 11:28 [PULL] IIO new drivers, features and cleanups for 3.16 - set 3 Jonathan Cameron
@ 2014-05-25 17:57 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2014-05-25 17:57 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: Linux IIO List
On Sun, May 25, 2014 at 12:28:06PM +0100, Jonathan Cameron wrote:
> The following changes since commit c4784756a53f7b17056f5d86fe0eb9740d235578:
>
> Merge branch 'imx-drm-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next (2014-05-06 06:26:31 -0700)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.16c
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-25 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-25 11:28 [PULL] IIO new drivers, features and cleanups for 3.16 - set 3 Jonathan Cameron
2014-05-25 17:57 ` Greg Kroah-Hartman
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.