]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'iio-fixes-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Feb 2017 15:59:15 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Feb 2017 15:59:15 +0000 (16:59 +0100)
commit7aa2a92c491ecdd98b60845548a7041b159b3de3
tree8f933dceb92193fc726e18955875fd4751320094
parentbc49a7831b1137ce1c2dda1c57e3631655f5d2ae
parentca1c39ef76376b67303d01f94fe98bb68bb3861a
Merge tag 'iio-fixes-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus

Jonathan writes:

Second set of IIO fixes for IIO in the 4.11 cycle.

This series consists of fixes that either came in after the merge window
had opened or are fixes for work that merged during the merge window so had
to wait for that to hit mainline.

* 104-quad-8
  - Fix an off by one error in the register address for the flag register.
* rcar-gyroadc
  - protect against possible issues in future by dealing with childmode not
    being in a valid state.  This also deals with some build warnings.
* xilinx
  - fix some error handling paths to ensure resources are released in
    reverse order of being acquired.