linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] spi fixes for v3.18
@ 2014-11-26 19:15 Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-11-26 19:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-spi

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

The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:

  Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.18-rc6

for you to fetch changes up to ec058615f1fbc03837ab048b1bb7291370b46cef:

  Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus (2014-11-26 19:05:25 +0000)

----------------------------------------------------------------
spi: Fixes for v3.18

There's a couple of driver fixes here, plus one core fix for the DMA
mapping which wasn't doing the right thing for vmalloc()ed addresses
that hadn't been through kmap().  It's fairly rare to use vmalloc() with
SPI and it's a subset of those users who might fail so it's unsurprising
that this wasn't noticed sooner.

----------------------------------------------------------------
Charles Keepax (1):
      spi: Fix mapping from vmalloc-ed buffer to scatter list

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/dma' into spi-linus
      Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus

Qipan Li (1):
      spi: sirf: fix word width configuration

Thor Thayer (1):
      spi: dw: Fix dynamic speed change.

 drivers/spi/spi-dw.c   | 6 +-----
 drivers/spi/spi-sirf.c | 4 ++--
 drivers/spi/spi.c      | 6 +++---
 3 files changed, 6 insertions(+), 10 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] SPI fixes for v3.18
@ 2014-11-07 10:48 Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-11-07 10:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-spi

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

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.18-rc3

for you to fetch changes up to 4e72b4278dbc228e4dc453d4dfeca997e521d9af:

  Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus (2014-11-06 12:58:46 +0000)

----------------------------------------------------------------
spi: Bug fixes for v3.18

A couple of small driver fixes for v3.18, both quite problematic if you
hit a use case that's affected.

----------------------------------------------------------------
Alexander Stein (1):
      spi: fsl-dspi: Fix CTAR selection

Dmitry Eremin-Solenikov (1):
      spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM

Mark Brown (1):
      Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus

 drivers/spi/spi-fsl-dspi.c | 4 ++--
 drivers/spi/spi-pxa2xx.c   | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] SPI fixes for v3.18
@ 2014-10-27 11:43 Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-10-27 11:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-spi

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

The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

  Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

are available in the git repository at:

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

for you to fetch changes up to 1e2cf73e6bff3405cab85ded034f056ca99c375b:

  Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/spidev' into spi-linus (2014-10-27 11:26:54 +0000)

----------------------------------------------------------------
spi: Fixes for v3.18

Quite a few driver fixes in here, including some fairly substantial ones
for the recently added Rockchip driver, plus a fix for spidev to more
reliably support bidirectional transfers which is fairly large but
basically mechanical.  It's a bit more code than I'd like but all fixes.

----------------------------------------------------------------
Addy Ke (3):
      spi/rockchip: fix bug that case spi can't go as fast as slave request
      spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode
      spi/rockchip: spi controller must be disabled in tx callback too

Greg Ungerer (1):
      spi: orion: fix potential NULL pointer de-reference

Mark Brown (1):
      Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/spidev' into spi-linus

Ray Jui (2):
      spi: spidev: Use separate TX and RX bounce buffers
      spi: pl022: Fix incorrect dma_unmap_sg

Thor Thayer (1):
      spi: dw: Initialize of_node to discover DT node children

 drivers/spi/spi-dw.c       |  1 +
 drivers/spi/spi-orion.c    |  2 +-
 drivers/spi/spi-pl022.c    |  2 +-
 drivers/spi/spi-rockchip.c | 50 ++++++++++++++++++++++-------
 drivers/spi/spidev.c       | 79 ++++++++++++++++++++++++++++++----------------
 5 files changed, 93 insertions(+), 41 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-26 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26 19:15 [GIT PULL] spi fixes for v3.18 Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2014-11-07 10:48 [GIT PULL] SPI " Mark Brown
2014-10-27 11:43 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).