public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
From: Pei Xiao <xiaopei01@kylinos.cn>
To: broonie@kernel.org, gch981213@gmail.com,
	linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org
Cc: Pei Xiao <xiaopei01@kylinos.cn>
Subject: [PATCH 0/4] cleanups in spi
Date: Sat,  4 Apr 2026 11:44:57 +0800	[thread overview]
Message-ID: <cover.1775273351.git.xiaopei01@kylinos.cn> (raw)

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



             reply	other threads:[~2026-04-04  3:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-04  3:44 Pei Xiao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1775273351.git.xiaopei01@kylinos.cn \
    --to=xiaopei01@kylinos.cn \
    --cc=broonie@kernel.org \
    --cc=gch981213@gmail.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox