mbox series

[GIT,PULL] SPI updates for v6.2-rc8-abi

Message ID 20230216163312.A26DEC4339C@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI updates for v6.2-rc8-abi | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v6.2-rc8-abi

Message

Mark Brown Feb. 16, 2023, 4:33 p.m. UTC
The following changes since commit e0fe6a31cac84735939c29d1e05055d58325c6c0:

  spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-ns (2023-01-05 16:07:09 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v6.2-rc8-abi

for you to fetch changes up to f276aacf5d2f7fb57e400db44c807ea3b9525fd6:

  spi: Use a 32-bit DT property for spi-cs-setup-delay-ns (2023-01-13 12:31:49 +0000)

----------------------------------------------------------------
spi: Update for v6.2

One more last minute patch for v6.2 updating the parsing of the
newly added spi-cs-setup-delay-ns - it's been pointed out that
due to the way DT parsing works the change in property size is
ABI visible so let's not let a release go out without it being
fixed.  The change got split from some earlier ABI related fixes
to the property since the first version sent had a build error.

----------------------------------------------------------------
Janne Grunau (1):
      spi: Use a 32-bit DT property for spi-cs-setup-delay-ns

 drivers/spi/spi.c | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 16, 2023, 8:23 p.m. UTC | #1
The pull request you sent on Thu, 16 Feb 2023 16:33:04 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v6.2-rc8-abi

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

Thank you!