]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 06:00:13 +0000 (08:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 06:00:13 +0000 (08:00 +0200)
commite1ede4c690c0d5cef0f3dd3ee49895ed2ea2867b
tree0040734e652345bef45c345c6fc354f664755da8
parenteb5c5673bef01a00afacbbbfa6c21f543e04c035
parent7c086a955ef1ad72869e13b8b9859cce5438f3a6
Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/linux-fsi into char-misc-testing

Ben writes:

This adds support for offloading the FSI low level bitbanging to the
ColdFire coprocessor of the Aspeed SoCs. All the pre-requisites have
already been merged, this is the final piece in the puzzle.

This branch also pull gpio/ib-aspeed which is a topic branch already
in gpio/for-next (and thus in next) whic contains pre-requisites.

Finally, there's also a bug fix to the sbefifo driver for some
inconsistent use of a mutex in the error handling code.