* [PULL] IIO new device support and cleanups (set 2 for the 3.8 cycle)
@ 2012-11-02 10:41 Jonathan Cameron
2012-11-02 16:28 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2012-11-02 10:41 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio@vger.kernel.org
The following changes since commit e446f5a8540a845ed92fca4109e67c8f0c76031f:
Staging: bcm: Remove typedef stLocalSFAddRequestAlt. (2012-10-30 19:44:48 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.8b
for you to fetch changes up to 1e45cf3c493cb76618558201a8ef6f3a065f9073:
iio: isl29018: Support suspend and resume. (2012-11-02 09:50:59 +0000)
----------------------------------------------------------------
Second round of new IIO drivers and cleanups for the 3.8 cycle.
Usual mixed bag of cleanups and minor improvements including
one reversion for a patch in the previous series.
* adt7310 and adt7410 drivers merged into one.
* Revert use devm_kcalloc in at91_adc (because it doesn't exist)
* unlocking fix for error path in the ad5449
* isl29018 suspend and resume support.
* improved pseudo floating point parsing for info_mask write
attributes (and hence into write_raw). Reject some messed up
strings.
----------------------------------------------------------------
Axel Lin (1):
Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays"
Bryan Freed (1):
iio: isl29018: Support suspend and resume.
Dan Carpenter (1):
iio:dac:ad5449: unlock on error path
Kumar Amit Mehta (1):
staging: iio: adc: ad7280a.c: fixed macro coding style
Lars-Peter Clausen (4):
staging:iio: Consolidate adt7310 and adt7410 driver
iio: Do not accept multiple '.' in fixed point numbers
iio: Reject trailing garbage when parsing fixed point numbers
iio: Accept a leading '+' sign when parsing fixed point numbers
drivers/iio/adc/at91_adc.c | 16 +-
drivers/iio/dac/ad5449.c | 7 +-
drivers/iio/industrialio-core.c | 6 +-
drivers/staging/iio/adc/Kconfig | 13 +-
drivers/staging/iio/adc/Makefile | 1 -
drivers/staging/iio/adc/ad7280a.c | 2 +-
drivers/staging/iio/adc/adt7310.c | 881 -----------------------------------
drivers/staging/iio/adc/adt7410.c | 458 ++++++++++++++----
drivers/staging/iio/light/isl29018.c | 45 ++
9 files changed, 427 insertions(+), 1002 deletions(-)
delete mode 100644 drivers/staging/iio/adc/adt7310.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-02 16:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 10:41 [PULL] IIO new device support and cleanups (set 2 for the 3.8 cycle) Jonathan Cameron
2012-11-02 16:28 ` Greg KH
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).