]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Aug 2012 20:05:27 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Aug 2012 20:05:27 +0000 (13:05 -0700)
commitfe0caa42782c75c1a3284d32c5c32c7e43762de4
tree0629ed347e012158002964de7dfbaa34e0d23d32
parent0aa8b03f5c2c4659512f4256d3d88dda7d89747f
parentfe55b9bfddfcb12abbf78be529f6317c97f18af0
Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc

Pull spi fixes from Mark Brown:
 "Grant is still away so another pull request with some fairly minor
  fixes, the most notable of which are several fixes for some common
  error patterns with the reference counting spi_master_get/put do."

* tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc:
  spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions
  spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove function
  spi/pl022: fix spi-pl022 pm enable at probe
  spi/bcm63xx: Ensure that memory is freed only after it is no longer used
  spi: omap2-mcspi: Fix the error handling in probe
  spi/s3c64xx: Add missing static storage class specifiers
drivers/spi/spi-s3c64xx.c