[GIT PULL] spi fixes for v4.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.4-rc3

for you to fetch changes up to a057d737d6ad64c47eb60d7c058cdab6585e96a6:

  Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus (2015-11-30 12:26:47 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

There's one fix for the core here, we weren't reinitialising the actual
transferred length in messages when they get reused which meant that
we'd just keep adding to the length if a message is reused.  This has
limited impact since it's only used in error handling cases but will
really mess anything that tries to use it up when it triggers.

As ever there's a small collection of driver specific fixes too.

----------------------------------------------------------------
Arnd Bergmann (1):
      spi: bcm63xx: use correct format string for printing a resource

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus

Martin Sperl (1):
      spi: bugfix: spi_message.transfer_length does not get reset

Nicolas Boichat (1):
      spi: mediatek: single device does not require cs_gpios

Rabin Vincent (1):
      spi: pl022: handle EPROBE_DEFER for dma

Thierry Reding (1):
      spi: Add missing kerneldoc description for parameter

 drivers/spi/spi-bcm63xx.c |  4 ++--
 drivers/spi/spi-mt65xx.c  | 26 ++++++++++++++++++--------
 drivers/spi/spi-pl022.c   | 28 ++++++++++++++++++++++------
 drivers/spi/spi.c         |  2 ++
 4 files changed, 44 insertions(+), 16 deletions(-)

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux