* [PULL] IIO fixes
@ 2012-07-08 19:29 Jonathan Cameron
2012-07-09 20:38 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2012-07-08 19:29 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
Hi Greg,
To get a clean start on doing this without merges this is on top of
your staging/staging-next tree of a few days back.
I 'think' the signed tag should be correct.
All comments welcome.
The following changes since commit 0932966b1ca03217c6e0c18375867b1a99ee5af0:
staging: ccg: print MAC addresses via %pM (2012-07-06 16:24:00 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
tags/fixes-togreg_8_7_2012
for you to fetch changes up to 7b7627410e2c211f24787f61e6419e16d259aa13:
iio: Fix inkern remove incorrect put of device (2012-07-08 20:02:31 +0100)
----------------------------------------------------------------
Mixed bag of IIO fixes.
Quite a few cases of interrupt handlers returning
errors and a few more specific bits and bobs.
Most of these only effect fairly obscure error
paths. The IRQF_ONESHOT one may cause trouble
given the requests will now be rejected.
Jonathan
8_7_2012
----------------------------------------------------------------
Jonathan Cameron (1):
iio: Fix inkern remove incorrect put of device
Lars-Peter Clausen (13):
iio: iio_buffer_register: Use correct channel when calculating
masklength
staging:iio: Request threaded-only IRQs with IRQF_ONESHOT
staging:iio:ad7298: Do not return error code in interrupt handler
staging:iio:adt7310: Do not return error code in interrupt handler
staging:iio:dummy driver: Do not return error code in interrupt
handler
staging:iio:ad799x: Do not return error code in interrupt handler
staging:iio:ad7476: Do not return error code in interrupt handler
staging:iio:ad7887: Do not return error code in interrupt handler
staging:iio:max1363: Do not return error code in interrupt handler
staging:iio:lis3l02dq: Do not return error code in interrupt handler
staging:iio:accel:adis16xxx: Do not return error code in the
interrupt handler
staging:iio:adis16260: Do not return error code in the interrupt
handler
staging:iio:adis16400: Do not return error code in the interrupt
handler
Sascha Hauer (3):
iio: Fix unitialized use of list
staging iio adt7410: sysfs store function must return length
staging iio adt7410: fix 13bit mode
drivers/iio/industrialio-buffer.c | 2 +-
drivers/iio/industrialio-event.c | 3 ++-
drivers/iio/inkern.c | 1 -
drivers/staging/iio/accel/adis16201_ring.c | 5 ++--
drivers/staging/iio/accel/adis16203_ring.c | 5 ++--
drivers/staging/iio/accel/adis16204_ring.c | 5 ++--
drivers/staging/iio/accel/adis16209_ring.c | 5 ++--
drivers/staging/iio/accel/adis16240_ring.c | 5 ++--
drivers/staging/iio/accel/lis3l02dq_ring.c | 5 ++--
drivers/staging/iio/accel/sca3000_core.c | 2 +-
drivers/staging/iio/adc/ad7298_ring.c | 4 ++-
drivers/staging/iio/adc/ad7476_ring.c | 2 +-
drivers/staging/iio/adc/ad7816.c | 2 +-
drivers/staging/iio/adc/ad7887_ring.c | 2 +-
drivers/staging/iio/adc/ad799x_core.c | 5 ++--
drivers/staging/iio/adc/ad799x_ring.c | 2 --
drivers/staging/iio/adc/adt7310.c | 9 ++++---
drivers/staging/iio/adc/adt7410.c | 36
+++++++++++----------------
drivers/staging/iio/adc/max1363_ring.c | 4 +--
drivers/staging/iio/cdc/ad7150.c | 6 +++--
drivers/staging/iio/gyro/adis16260_ring.c | 5 ++--
drivers/staging/iio/iio_simple_dummy_buffer.c | 3 ++-
drivers/staging/iio/imu/adis16400_ring.c | 13 ++++------
23 files changed, 67 insertions(+), 64 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] IIO fixes
2012-07-08 19:29 [PULL] IIO fixes Jonathan Cameron
@ 2012-07-09 20:38 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-07-09 20:38 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org
On Sun, Jul 08, 2012 at 08:29:59PM +0100, Jonathan Cameron wrote:
> Hi Greg,
>
> To get a clean start on doing this without merges this is on top of
> your staging/staging-next tree of a few days back.
>
> I 'think' the signed tag should be correct.
>
> All comments welcome.
>
> The following changes since commit 0932966b1ca03217c6e0c18375867b1a99ee5af0:
>
> staging: ccg: print MAC addresses via %pM (2012-07-06 16:24:00 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> tags/fixes-togreg_8_7_2012
What's with the line-wrap?
And the numbers after "togreg"? What's that for?
>
> for you to fetch changes up to 7b7627410e2c211f24787f61e6419e16d259aa13:
>
> iio: Fix inkern remove incorrect put of device (2012-07-08 20:02:31 +0100)
>
> ----------------------------------------------------------------
> Mixed bag of IIO fixes.
>
> Quite a few cases of interrupt handlers returning
> errors and a few more specific bits and bobs.
>
> Most of these only effect fairly obscure error
> paths. The IRQF_ONESHOT one may cause trouble
> given the requests will now be rejected.
>
> Jonathan
>
> 8_7_2012
The date perhaps? I've not seen that in a commit message before, I
doubt it's needed :)
Other than those minor things, looks good, I've pulled and pushed this
out.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-09 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 19:29 [PULL] IIO fixes Jonathan Cameron
2012-07-09 20:38 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox