The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 
tags/spi-v3.11-rc1

for you to fetch changes up to 70f092a58520b26ef6222ae1b42bd08732fdf6b9:

  Merge remote-tracking branch 'spi/fix/xilinx' into spi-linus (2013-07-15 
11:46:16 +0100)

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

spi: Fixes for v3.11

A couple of things missed during the v3.11 work here:

 - The spi-bitbang core requires a setup() function even if it does
   nothing which caused breakage when some empty setup functions were
   removed after their contents were factored out into the core.  While
   this is clearly silly and will be fixed for v3.12 for now we just
   restore the functions.

 - A missing case handled in the s3c64xx driver.

----------------------------------------------------------------
Girish K S (1):
      spi: s3c64xx: add missing check for polling mode

Mark Brown (3):
      Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
      Merge remote-tracking branch 'spi/fix/setup' into spi-linus
      Merge remote-tracking branch 'spi/fix/xilinx' into spi-linus

Michal Simek (1):
      spi/xilinx: Revert master->setup function removal

Stephen Warren (1):
      spi: revert master->setup function removal for altera and nuc900

 drivers/spi/spi-altera.c  | 12 ++++++++++++
 drivers/spi/spi-nuc900.c  | 13 +++++++++++++
 drivers/spi/spi-s3c64xx.c |  3 +++
 drivers/spi/spi-xilinx.c  | 16 ++++++++++++++++
 4 files changed, 44 insertions(+)

Attachment: signature.asc
Description: Digital signature

Reply via email to