* [PULL] Third set of IIO new stuff for the 4.5 cycle.
@ 2015-12-22 19:04 Jonathan Cameron
2015-12-27 1:06 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2015-12-22 19:04 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit c34c18195d30aa3b95f5ae1b4349875c45fdb8e4:
iio/inkern.c Use list_for_each_entry_safe (2015-12-12 17:23:37 +0000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-4.5c
for you to fetch changes up to e8aab48b34d3bd069dfcf4ccb8f13ba8c98f7845:
iio: adc: ina2xx: Fix incorrect report of data endianness to userspace. (2015-12-22 18:51:27 +0000)
----------------------------------------------------------------
Third set of new stuff for IIO in the 4.5 cycle.
New driver features
- us5182
* Add interrupt support and rising / falling threshold events.
Cleanups / fixes to new stuff / minor additions
* Expose the IIO value formatting function for drivers to
make use of internally.
- ina2xx
* Fix wrong channel order
* Fix incorrect reporting of endianness
* Adding documentation of ABI unique to this device
- mma8452
* Drop an unused register description
* Use an enum for the channel index to aid readability
- sca3000
* Use standard NULL comparison style
- us5182
* fix an inconsistency in status of enable (a bug with no real effect until
above patches are applied)
* refactor the read_raw function to improve maintainability / readability.
----------------------------------------------------------------
Adriana Reus (3):
iio: light: us5182d: Fix enable status inconcistency
iio: light: us5182d: Add interrupt support and events
iio: light: us5182d: Refactor read_raw function
Andrew F. Davis (1):
iio: Make IIO value formating function globally available.
Bhaktipriya Shridhar (1):
Staging: iio: accel: sca3000: Fixed NULL comparison style
Jonathan Cameron (1):
iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.
Marc Titinger (2):
iio: ina2xx: fix channel order in software buffer
iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc
Martin Kepplinger (2):
iio: mma8452: remove unused register description
iio: mma8452: use enum for channel index
Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc | 24 ++
drivers/iio/accel/mma8452.c | 40 +-
drivers/iio/adc/ina2xx-adc.c | 6 +-
drivers/iio/industrialio-core.c | 1 +
drivers/iio/light/us5182d.c | 442 +++++++++++++++++----
drivers/staging/iio/accel/sca3000_ring.c | 2 +-
include/linux/iio/iio.h | 2 +
7 files changed, 414 insertions(+), 103 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] Third set of IIO new stuff for the 4.5 cycle.
2015-12-22 19:04 [PULL] Third set of IIO new stuff for the 4.5 cycle Jonathan Cameron
@ 2015-12-27 1:06 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-12-27 1:06 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Tue, Dec 22, 2015 at 07:04:06PM +0000, Jonathan Cameron wrote:
> The following changes since commit c34c18195d30aa3b95f5ae1b4349875c45fdb8e4:
>
> iio/inkern.c Use list_for_each_entry_safe (2015-12-12 17:23:37 +0000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-4.5c
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-27 1:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 19:04 [PULL] Third set of IIO new stuff for the 4.5 cycle Jonathan Cameron
2015-12-27 1:06 ` 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.