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:	Thu, 24 Apr 2014 12:46:04 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-spi@...r.kernel.org
Subject: [GIT PULL] spi updates for v3.15

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.15-rc2

for you to fetch changes up to 201f9e4dd5ecdefa70d4cf94750a667e2382d13f:

  Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bfin5xx', 'spi/fix/hspi' and 'spi/fix/sirf' into spi-linus (2014-04-23 13:50:18 +0100)

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

spi: Fixes for v3.15

A few driver specific fixes here:

 - SH HSPI was dealing with its clocks incorrectly which meant it didn't
   work on some SoCs, fixing this also requires a small fix to one of
   the SoC clock trees to avoid breaking existing users.
 - The SiRF driver appears to have had several quality problems, it's
   fairly new and not widely used so this isn't too worrying.
 - A brute force fix for excessive locking in the Atmel driver, it needs
   further investigation but this deals with the immediate issue.
 - A build fix for the Blackfin driver.

----------------------------------------------------------------
Alexander Stein (1):
      spi: atmel: Fix scheduling while atomic bug

Mark Brown (1):
      Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bfin5xx', 'spi/fix/hspi' and 'spi/fix/sirf' into spi-linus

Qipan Li (3):
      spi: sirf: correct TXFIFO empty interrupt status bit
      spi: sirf: set SPI controller in RISC IO chipselect mode
      spi: sirf: make GPIO chipselect function work well

Simon Horman (2):
      ARM: shmobile: r8a7778: Use clks as MSTP007 parent
      spi: sh-hspi: Do not specifically request shyway_clk clock

Steven Miao (1):
      spi: bfin5xx: fix build error

 arch/arm/mach-shmobile/clock-r8a7778.c |  2 +-
 drivers/spi/spi-atmel.c                |  3 +++
 drivers/spi/spi-bfin5xx.c              |  1 +
 drivers/spi/spi-sh-hspi.c              |  4 ++--
 drivers/spi/spi-sirf.c                 | 20 +++++++++++++++++---
 5 files changed, 24 insertions(+), 6 deletions(-)

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

Powered by blists - more mailing lists