All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] spi fixes for v5.5
@ 2020-01-06 13:12 Mark Brown
  2020-01-06 21:05 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2020-01-06 13:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-spi

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

The following changes since commit 63aa6a692595d47a0785297b481072086b9272d2:

  spi: fsl: use platform_get_irq() instead of of_irq_to_resource() (2019-12-16 11:54:55 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc5

for you to fetch changes up to 09b6636cea4f8e419d7cca4155e8695e462535a6:

  spi: Document Octal mode as valid SPI bus width (2020-01-03 01:02:11 +0000)

----------------------------------------------------------------
spi: Fixes for v5.5

A small collection of fixes here, one to make the newly added PTP
timestamping code more accurate, a few driver fixes and a fix for the
core DT binding to document the fact that we support eight wire buses.

----------------------------------------------------------------
Kunihiko Hayashi (1):
      spi: uniphier: Fix FIFO threshold

Vignesh Raghavendra (1):
      spi: Document Octal mode as valid SPI bus width

Vladimir Oltean (2):
      spi: Don't look at TX buffer for PTP system timestamping
      spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode

wuxu.wu (1):
      spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls

 .../devicetree/bindings/spi/spi-controller.yaml    |  4 +--
 drivers/spi/spi-dw.c                               | 15 ++++++++---
 drivers/spi/spi-dw.h                               |  1 +
 drivers/spi/spi-fsl-dspi.c                         | 24 +++++++----------
 drivers/spi/spi-uniphier.c                         | 31 +++++++++++++---------
 drivers/spi/spi.c                                  | 22 ++++++---------
 include/linux/spi/spi.h                            |  4 +--
 7 files changed, 54 insertions(+), 47 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [GIT PULL] spi fixes for v5.5
  2020-01-06 13:12 [GIT PULL] spi fixes for v5.5 Mark Brown
@ 2020-01-06 21:05 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-01-06 21:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, linux-spi

The pull request you sent on Mon, 6 Jan 2020 13:12:32 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec7b3f5372e2f674ce19c23ca8f5a2c103025264

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] SPI fixes for v5.5
  2019-12-17 12:19 [GIT PULL] SPI " Mark Brown
@ 2019-12-17 21:15 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-12-17 21:15 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, linux-spi

The pull request you sent on Tue, 17 Dec 2019 12:19:32 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a922f1a9aec1102a94505622290c0ecf4ef79cec

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* [GIT PULL] SPI fixes for v5.5
@ 2019-12-17 12:19 Mark Brown
  2019-12-17 21:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2019-12-17 12:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-spi

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

The following changes since commit ffa119f7c42d29be2dd759bb18cc4d1f45804c6b:

  dt-bindings: spi: Convert stm32 QSPI bindings to json-schema (2019-11-22 19:54:02 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc2

for you to fetch changes up to 63aa6a692595d47a0785297b481072086b9272d2:

  spi: fsl: use platform_get_irq() instead of of_irq_to_resource() (2019-12-16 11:54:55 +0000)

----------------------------------------------------------------
spi: Fixes for v5.5

A relatively large set of fixes here, the biggest part of it is for
fallout from the GPIO descriptor rework that affected several of the
devices with usable native chip select support.  There's also some new
PCI IDs for Intel Jasper Lake devices.

The conversion to platform_get_irq() in the fsl driver is an incremental
fix for build errors introduced on SPARC by the earlier fix for error
handling in probe in that driver.

----------------------------------------------------------------
Charles Keepax (2):
      spi: cadence: Correct handling of native chipselect
      spi: dw: Correct handling of native chipselect

Christophe Leroy (2):
      spi: fsl: don't map irq during probe
      spi: fsl: use platform_get_irq() instead of of_irq_to_resource()

Chuhong Yuan (1):
      spi: spi-cavium-thunderx: Add missing pci_release_regions()

Huanpeng Xin (1):
      spi: sprd: Fix the incorrect SPI register

Jarkko Nikula (1):
      spi: pxa2xx: Add support for Intel Jasper Lake

Linus Walleij (3):
      spi: fsl: Fix GPIO descriptor support
      gpio: Handle counting of Freescale chipselects
      spi: fsl: Handle the single hardwired chipselect case

Michael Walle (1):
      spi: nxp-fspi: Ensure width is respected in spi-mem operations

Vignesh Raghavendra (1):
      spi: spi-ti-qspi: Fix a bug when accessing non default CS

YueHaibing (1):
      gpiolib: of: Make of_gpio_spi_cs_get_count static

 drivers/gpio/gpiolib-of.c         | 27 +++++++++++++++++++++++++++
 drivers/spi/spi-cadence.c         |  6 +++---
 drivers/spi/spi-cavium-thunderx.c |  2 ++
 drivers/spi/spi-dw.c              |  5 +++--
 drivers/spi/spi-fsl-spi.c         | 22 ++++++++++++++++------
 drivers/spi/spi-nxp-fspi.c        |  2 +-
 drivers/spi/spi-pxa2xx.c          |  4 ++++
 drivers/spi/spi-sprd.c            |  2 +-
 drivers/spi/spi-ti-qspi.c         |  6 +++++-
 9 files changed, 62 insertions(+), 14 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-01-06 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 13:12 [GIT PULL] spi fixes for v5.5 Mark Brown
2020-01-06 21:05 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-12-17 12:19 [GIT PULL] SPI " Mark Brown
2019-12-17 21:15 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.