public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cleanups in spi
@ 2026-04-04  3:44 Pei Xiao
  2026-04-04  3:44 ` [PATCH 1/4] spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback Pei Xiao
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pei Xiao @ 2026-04-04  3:44 UTC (permalink / raw)
  To: broonie, gch981213, linux-spi, linux-mediatek; +Cc: Pei Xiao

hi Mark,
Some cleanups in spi. Thanks!

1.spi: uniphier: Simplify clock handling with devm_clk_get_enabled()
It might be that the previous unused variable caused it not to be merged.

2.spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()
It was not merged. Upon checking, runtime is not used.

3.spi: mtk-snfi: unregister ECC engine on probe failure and remove()
    callback
'copy from' b0dc7e7c56573e7a52080f25f3179a45f3dd7e6f
spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() callback

4.ch341
In Chinese, the pronunciation of this manufacturer includes an 'n' sound.
It's a bit strange that the manufacturer's name was wrong, so I still want
to correct it.

Pei Xiao (4):
  spi: mtk-snfi: unregister ECC engine on probe failure and remove()
    callback
  spi: uniphier: Simplify clock handling with devm_clk_get_enabled()
  spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()
  spi: ch341: Correct vendor name

 drivers/spi/spi-ch341.c     |  4 ++--
 drivers/spi/spi-mtk-snfi.c  | 14 ++++++++++++++
 drivers/spi/spi-uniphier.c  | 18 ++++--------------
 drivers/spi/spi-zynq-qspi.c | 31 ++++++-------------------------
 4 files changed, 26 insertions(+), 41 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-04-07  7:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04  3:44 [PATCH 0/4] cleanups in spi Pei Xiao
2026-04-04  3:44 ` [PATCH 1/4] spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback Pei Xiao
2026-04-06 12:53   ` Mark Brown
2026-04-07  7:26     ` Pei Xiao
2026-04-04  3:44 ` [PATCH 2/4] spi: uniphier: Simplify clock handling with devm_clk_get_enabled() Pei Xiao
2026-04-06 12:56   ` Mark Brown
2026-04-07  0:56     ` Pei Xiao
2026-04-04  3:45 ` [PATCH 3/4] spi: zynq-qspi: " Pei Xiao
2026-04-06 12:57   ` Mark Brown
2026-04-04  3:45 ` [PATCH 4/4] spi: ch341: Correct vendor name Pei Xiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox