mbox series

[GIT,PULL] SPI fixes for v5.11-rc5

Message ID 20210126124549.055F723122@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.11-rc5 | expand

Pull-request

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

Message

Mark Brown Jan. 26, 2021, 12:44 p.m. UTC
The following changes since commit 4d163ad79b155c71bf30366dc38f8d2502f78844:

  spi: cadence: cache reference clock rate during probe (2021-01-15 14:14:38 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 396cf2a46adddbf51373e16225c1d25254310046:

  spidev: Add cisco device compatible (2021-01-25 12:53:48 +0000)

----------------------------------------------------------------
spi: Fixes for v5.11

One new device ID here, plus an error handling fix - nothing remarkable
in either.

----------------------------------------------------------------
Daniel Walker (1):
      spidev: Add cisco device compatible

Pan Bian (1):
      spi: altera: Fix memory leak on error path

 drivers/spi/spi-altera.c | 3 ++-
 drivers/spi/spidev.c     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Jan. 26, 2021, 7:07 p.m. UTC | #1
The pull request you sent on Tue, 26 Jan 2021 12:44:56 +0000:

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

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

Thank you!