mbox series

[0/5] spi: zynqmp-gqspi: Clean up the driver a bit

Message ID 20250116224130.2684544-1-sean.anderson@linux.dev (mailing list archive)
Headers show
Series spi: zynqmp-gqspi: Clean up the driver a bit | expand

Message

Sean Anderson Jan. 16, 2025, 10:41 p.m. UTC
Here are a few mostly independent cleanups I came up with while writing
some other patches. Feel free to apply them in piecemeal if you like.


Sean Anderson (5):
  spi: zynqmp-gqspi: Reformat long line
  spi: zynqmp-gqspi: Add some more debug prints
  spi: zynqmp-gqspi: Add helpers for enabling/disabling DMA
  spi: zynqmp-gqspi: Clean up fillgenfifo
  spi: zynqmp-gqspi: Always acknowledge interrupts

 drivers/spi/spi-zynqmp-gqspi.c | 167 +++++++++++++++------------------
 1 file changed, 76 insertions(+), 91 deletions(-)

Comments

Mark Brown Feb. 3, 2025, 3:57 p.m. UTC | #1
On Thu, 16 Jan 2025 17:41:25 -0500, Sean Anderson wrote:
> Here are a few mostly independent cleanups I came up with while writing
> some other patches. Feel free to apply them in piecemeal if you like.
> 
> 
> Sean Anderson (5):
>   spi: zynqmp-gqspi: Reformat long line
>   spi: zynqmp-gqspi: Add some more debug prints
>   spi: zynqmp-gqspi: Add helpers for enabling/disabling DMA
>   spi: zynqmp-gqspi: Clean up fillgenfifo
>   spi: zynqmp-gqspi: Always acknowledge interrupts
> 
> [...]

Applied to

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

Thanks!

[1/5] spi: zynqmp-gqspi: Reformat long line
      commit: d61009bd578ee7381a3cce5c506190ecb8f9d6e8
[2/5] spi: zynqmp-gqspi: Add some more debug prints
      commit: ba54629287f58b22c1d37f80f1875373e4b51ea6
[3/5] spi: zynqmp-gqspi: Add helpers for enabling/disabling DMA
      commit: d2ead60d853189f8e5ec6b301fac1e60e0b4b47d
[4/5] spi: zynqmp-gqspi: Clean up fillgenfifo
      commit: 9b32c86e40da792544c53076f5ec43f115e56687
[5/5] spi: zynqmp-gqspi: Always acknowledge interrupts
      commit: 89785306453ce6d949e783f6936821a0b7649ee2

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