]> git.karo-electronics.de Git - linux-beck.git/commit
Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Mar 2015 23:58:29 +0000 (16:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Mar 2015 23:58:29 +0000 (16:58 -0700)
commit8696938ae072a8d2c5809ab6ca1ac251c23e53fb
tree7b285186246e8b9880466c16ba6f24bb729602ea
parent7c9049dd47688d6ac336fa8a1f15ab7d8648fbd1
parent072ac04d31b14647e9835b1a699ebe3413e5d222
Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "A couple of driver specific fixes of the usual "important if you have
  that device" kind together with a fix for a use after free bug that
  was introduced into the trace code in some of the recent refactoring
  of the message queue handling"

* tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: trigger trace event for message-done before mesg->complete
  spi: dw-mid: clear BUSY flag fist and test other one
  spi: qup: Fix cs-num DT property parsing