mbox series

[0/4] spi: Set of cleanups

Message ID 1620629903-15493-1-git-send-email-f.fangjian@huawei.com (mailing list archive)
Headers show
Series spi: Set of cleanups | expand

Message

Jay Fang May 10, 2021, 6:58 a.m. UTC
Some cleanups of SPI drivers. No functional change.


Thanks,
Jay

Jay Fang (4):
  spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>
  spi: omap-100k: Clean the value of 'status' is not used
  spi: delete repeated words in comments
  spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'

 drivers/spi/spi-bcm2835aux.c    | 2 +-
 drivers/spi/spi-dw-mmio.c       | 2 +-
 drivers/spi/spi-geni-qcom.c     | 4 ++--
 drivers/spi/spi-loopback-test.c | 2 +-
 drivers/spi/spi-omap-100k.c     | 2 --
 drivers/spi/spi-pl022.c         | 4 ++--
 drivers/spi/spi-ppc4xx.c        | 4 ++--
 7 files changed, 9 insertions(+), 11 deletions(-)

Comments

Mark Brown May 11, 2021, 8:25 a.m. UTC | #1
On Mon, 10 May 2021 14:58:19 +0800, Jay Fang wrote:
> Some cleanups of SPI drivers. No functional change.
> 
> 
> Thanks,
> Jay
> 
> Jay Fang (4):
>   spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>
>   spi: omap-100k: Clean the value of 'status' is not used
>   spi: delete repeated words in comments
>   spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/4] spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>
      commit: 66fe740317c82b0caa68ed8d756536d4ff7e910c
[2/4] spi: omap-100k: Clean the value of 'status' is not used
      commit: 856a9260e17129303102a7d4a5f71b7a8739e5b9
[3/4] spi: delete repeated words in comments
      commit: db56d03049524114696aa7158560d8f0e064c487
[4/4] spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
      commit: 9e37a3ab0627011fb63875e9a93094b6fc8ddf48

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark