]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Mar 2014 01:08:03 +0000 (17:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Mar 2014 01:08:03 +0000 (17:08 -0800)
commit23979fc8ea3e82a710021e8d81faf5b1d0ccc00d
tree0d6ee9ad5bde7dda1b54d00109e180f646bac5fe
parentd88a5e0c64bb7dc06cc534d22b664e3c75a8c047
parent889262b1ff722145e8e3d690463f90c08210ad5f
Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus

Jonathan writes:

Fourth set of IIO fixes for the 3.14 kernel.

A single line patch fixing a regression that was introduced in 3.13 in the
reworking of the mxs touch screen and ADC drivers to be interrupt rather
than polling driven.  It resulted in a stray double reporting of the release
coordinate in the touch screen driver.  The bug lay in the adc side
of the driver which left the statemachine in the wrong state.