[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140110164802.GO29039@sirena.org.uk>
Date: Fri, 10 Jan 2014 16:48:02 +0000
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] spi fixes for v3.13
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(-)
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists