* [PULL] IIO cleanups, new stuff and staging graduations (IIO set 1 for the 3.11 cycle)
@ 2013-05-22 22:16 Jonathan Cameron
2013-05-22 22:23 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2013-05-22 22:16 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 735ae5392a622e88ebe9dda1f66d80850580239d:
Staging: bcm: fix checkpatch errors and warnings in Version.h (2013-05-21 19:59:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.11a
for you to fetch changes up to c619653d77a5d59abe9166da57f3686b7f067745:
adc: exynos_adc: Convert to devm_ioremap_resource() (2013-05-22 22:18:22 +0100)
----------------------------------------------------------------
First round of new IIO drivers and cleanups for the 3.11 cycle.
1) New driver for MCP3204/08 12 bit ADCs
2) Move the sysfs trigger out of staging. This has been pretty clean for a
long time so lets finally move it out.
3) New functionality for the ak8975 magnetometer (DT and data ready interrupt
handling)
4) Use devm_ioremap_resource in exynos_adc. We have 3 separate versions of
this patch proposed but this one got there first.
5) A couple of other tiny fixes.
----------------------------------------------------------------
Alexandre Relange (1):
iio: Correct HID light sensor name in comments
Jacek Anaszewski (2):
iio:ak8975 Add support for gpios DT property
iio:ak8975 Implement data ready interrupt handling
Jonathan Cameron (1):
iio:trigger:sysfs Move out of staging.
Michał Mirosław (2):
iio: buffer: cleanup messages in iio_update_buffers()
staging/iio/mxs-lradc: cleanup masklength
Oskar Andero (1):
iio: adc: add driver for MCP3204/08 12-bit ADC
Paul Bolle (1):
iio: STMicroelectronics: remove three useless selects
Sachin Kamat (1):
adc: exynos_adc: Convert to devm_ioremap_resource()
.../bindings/iio/magnetometer/ak8975.txt | 18 ++
drivers/iio/Kconfig | 3 +
drivers/iio/Makefile | 1 +
drivers/iio/accel/Kconfig | 1 -
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/exynos_adc.c | 12 +-
drivers/iio/adc/mcp320x.c | 257 +++++++++++++++++++++
drivers/iio/gyro/Kconfig | 1 -
drivers/iio/industrialio-buffer.c | 10 +-
drivers/iio/light/hid-sensor-als.c | 2 +-
drivers/iio/magnetometer/Kconfig | 1 -
drivers/iio/magnetometer/ak8975.c | 103 ++++++++-
drivers/iio/trigger/Kconfig | 17 ++
drivers/iio/trigger/Makefile | 5 +
drivers/{staging => }/iio/trigger/iio-trig-sysfs.c | 0
drivers/staging/iio/adc/mxs-lradc.c | 8 +-
drivers/staging/iio/trigger/Kconfig | 11 -
drivers/staging/iio/trigger/Makefile | 1 -
19 files changed, 425 insertions(+), 37 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/ak8975.txt
create mode 100644 drivers/iio/adc/mcp320x.c
create mode 100644 drivers/iio/trigger/Kconfig
create mode 100644 drivers/iio/trigger/Makefile
rename drivers/{staging => }/iio/trigger/iio-trig-sysfs.c (100%)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-22 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 22:16 [PULL] IIO cleanups, new stuff and staging graduations (IIO set 1 for the 3.11 cycle) Jonathan Cameron
2013-05-22 22:23 ` 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.