]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-fix-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Apr 2016 20:41:37 +0000 (13:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Apr 2016 20:41:37 +0000 (13:41 -0700)
commit659b76b86480a6c8b8f3eba21740fed506cc7360
tree37da12e6c66c6d724b4fc7ce62f0ddfdaa7f9036
parentc602c752675514d7e174f29e8dd8d50c989724af
parent744b66ea2a28f9939f50b681608fcad9c5336f8d
Merge tag 'spi-fix-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "A couple of driver specific fixes here that came in since the merge
  window plus one core fix for locking in cases where a client driver
  grabs a lock on the whole bus for an extended series of operations
  that was introduced by the changes to support accelerated flash
  operations"

* tag 'spi-fix-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: rockchip: fix probe deferral handling
  spi: omap2-mcspi: fix dma transfer for vmalloced buffer
  spi: fix possible deadlock between internal bus locks and bus_lock_flag
  spi: imx: Fix possible NULL pointer deref
  spi: imx: only do necessary changes to ECSPIx_CONFIGREG
  spi: rockchip: Spelling s/divsor/divisor/