]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'iio-fixes-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 06:04:24 +0000 (14:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 06:04:24 +0000 (14:04 +0800)
commitcefe8a32f2a5887246ed250115e34bee6ecc8d61
tree1e8220456df31a05c6c56889545f2d8360f5a7b9
parent02073798a6b081bf74e6c10d6f7e7a693c067ecd
parentb1451e546899bc8f450773b2af02e0cd000cf1fa
Merge tag 'iio-fixes-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus

Jonathan writes:

Second round of IIO fixes for the 3.11 cycle.

1) Fix a long term race in the IIO trigger handling.
   This only effects cases where a single trigger is in use
   by multiple devices.
2) ti_am335x fix an issue with incorrect data due to reading before
   the sequencer is finished.