mbox series

[0/2] spi: s3c64xx: Cleanups

Message ID 20230606012051.2139333-1-andi.shyti@kernel.org (mailing list archive)
Headers show
Series spi: s3c64xx: Cleanups | expand

Message

Andi Shyti June 6, 2023, 1:20 a.m. UTC
Hi,

two small cleanups in the probe function. The first puts in use
the managed spi master allocation while the second implements the
dev_err_probe() function.

Thanks,
Andi

Andi Shyti (2):
  spi: s3c64xx: Use the managed spi master allocation function
  spi: s3c64xx: Use dev_err_probe()

 drivers/spi/spi-s3c64xx.c | 81 +++++++++++++++------------------------
 1 file changed, 30 insertions(+), 51 deletions(-)

Comments

Mark Brown June 7, 2023, 5:24 p.m. UTC | #1
On Tue, 06 Jun 2023 03:20:49 +0200, Andi Shyti wrote:
> two small cleanups in the probe function. The first puts in use
> the managed spi master allocation while the second implements the
> dev_err_probe() function.
> 
> Thanks,
> Andi
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: s3c64xx: Use the managed spi master allocation function
      commit: 76fbad410c0fed0c203c22e7e5ef8455725f3338
[2/2] spi: s3c64xx: Use dev_err_probe()
      commit: b4f273774c8b2b7c6f5e0cb9b18a234a8ca322b4

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