lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 15 Jul 2013 12:38:05 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org,
	Grant Likely <grant.likely@...aro.org>
Subject: [GIT PULL] SPI updates for v3.11

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(+)

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ