linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] spi fixes for v3.13
@ 2014-01-10 16:48 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2014-01-10 16:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3003 bytes --]

The following changes since commit d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc:

  Linux 3.13-rc7 (2014-01-04 15:12:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 8d850279cb16a75c712abf8d11721170e8a48e33:

  Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hspi', 'spi/fix/imx', 'spi/fix/msiof', 'spi/fix/qspi' and 'spi/fix/rspi' into spi-linus (2014-01-09 18:26:06 +0000)

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

spi: Updates for v3.13

This update is larger than I would like, mostly due to me being lazy
over Christmas, so it'd be totally understandable if you didn't want to
pull.  There's a smattering of small driver fixes here plus a few core
things, the bits that jump out are:

 - Fix error handling if we fail to set up a transfer when the driver
   uses transfer_one_message() so we don't hang.
 - Change the way we check for conflicting device registrations to work
   with ACPI, as of v3.13 ACPI overrides the device name so the simple
   check for device name that we had been using no longer works.
 - A fix to avoid races between /CS and data transfer starting in the
   i.MX driver from Marek Vasut (this is the largest driver fix but
   very well analysed.

otherwise everything is both small and localised.

----------------------------------------------------------------
Axel Lin (3):
      spi: ti-qspi: Fix getting correct address for qspi
      spi: sh-hspi: Fix modalias for sh-hspi
      spi: fsl-dspi: Add missing breaks for switch cases

Daniel Santos (1):
      spidev: fix hang when transfer_one_message fails

Geert Uytterhoeven (2):
      spi: rspi: Fix NULL pointer dereference on SH7757
      spi: rspi: Fix typo when clearing SPSR_OVRF

Jonas Gorski (1):
      spi/bcm63xx: don't substract prepend length from total length

Marek Vasut (1):
      spi: spi-imx: Fix out-of-order CS/SCLK operation at low speeds

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hspi', 'spi/fix/imx', 'spi/fix/msiof', 'spi/fix/qspi' and 'spi/fix/rspi' into spi-linus

Mika Westerberg (1):
      spi: Check conflicting CS based on spi->chip_select instead of device name

Sourav Poddar (1):
      spi/qspi: Fix runtime resume path

Takashi Yoshii (1):
      spi: spi-sh-msiof: round up div to fix freq calculation

Wei Yongjun (1):
      spi: bcm63xx: fix reference leak to master in bcm63xx_spi_remove()

 drivers/spi/spi-bcm63xx.c  |  2 --
 drivers/spi/spi-fsl-dspi.c |  2 ++
 drivers/spi/spi-imx.c      | 27 +++++++++++++++++++++++++--
 drivers/spi/spi-rspi.c     |  7 ++++---
 drivers/spi/spi-sh-hspi.c  |  2 +-
 drivers/spi/spi-sh-msiof.c |  2 +-
 drivers/spi/spi-ti-qspi.c  | 12 ++----------
 drivers/spi/spi.c          | 22 ++++++++++++++++------
 8 files changed, 51 insertions(+), 25 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-10 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-10 16:48 [GIT PULL] spi fixes for v3.13 Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).