mbox series

[GIT,PULL] SPI fixes for v5.10-rc2-2

Message ID 20201106173823.48AD72151B@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.10-rc2-2 | expand

Pull-request

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

Message

Mark Brown Nov. 6, 2020, 5:37 p.m. UTC
The following changes since commit 9bd77a9ce31dd242fece27219d14fbee5068dd85:

  spi: fsl-dspi: fix wrong pointer in suspend/resume (2020-11-04 17:50:24 +0000)

are available in the Git repository at:

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

for you to fetch changes up to bc7f2cd7559c5595dc38b909ae9a8d43e0215994:

  spi: bcm2835: remove use of uninitialized gpio flags variable (2020-11-06 11:23:26 +0000)

----------------------------------------------------------------
spi: Fix for v5.10

This is an additional fix on top of 5e31ba0c0543 (spi: bcm2835: fix gpio
cs level inversion) - when sending my prior pull request I had
misremembred the status of that patch, apologies for the noise here.

----------------------------------------------------------------
Martin Hundebøll (1):
      spi: bcm2835: remove use of uninitialized gpio flags variable

 drivers/spi/spi-bcm2835.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 6, 2020, 9:13 p.m. UTC | #1
The pull request you sent on Fri, 06 Nov 2020 17:37:59 +0000:

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

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

Thank you!