The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:

  Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 
tags/spi-v3.10-rc7

for you to fetch changes up to 332ec81d413bd4e7375c25d628e7f658c37138f6:

  Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus (2013-06-24 
12:28:29 +0100)

----------------------------------------------------------------

spi: Updates for v3.10

A few last minute SPI updates: fix a missized allocation and use atomic
allocations in atomic context in the PXA driver, and fix the checking of
return codes in the S3C64xx driver which caused spurious errors under
heavy load.

----------------------------------------------------------------
Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/pxa' into spi-linus
      Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus

Mika Westerberg (2):
      spi/pxa2xx: use GFP_ATOMIC in sg table allocation
      spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()

Sylwester Nawrocki (1):
      spi: s3c64xx: Fix pm_runtime_get_sync() return value check

 drivers/spi/spi-pxa2xx-dma.c | 2 +-
 drivers/spi/spi-pxa2xx.c     | 2 +-
 drivers/spi/spi-s3c64xx.c    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Attachment: signature.asc
Description: Digital signature

Reply via email to