Hi,all
Sorry, I found some parts of the patch were not updated
correctly.I will resend a new version soon.
Thanks!
On Tue, 2026-03-24 at 11:26 +0800, Meiker Gao wrote:
*** BLURB HERE ***
This patch series refactors the clock management for the Mediatek SPI
NOR driver,
making it more flexible and compatible with different platforms.
Patch 1 updates the device tree binding to support variable clock-
names.
Patch 2 migrates the driver to use clk_bulk API and optimizes error
handling.
Changes in v1:
- Dynamically allocate clk_bulk_data array.
- Simplify error handling.
- Code cleanup and style improvements.
Meiker Gao (2):
dt-bindings: spi: Fix clock-names definition
[v3] spi: spi-mtk-nor: Modify and optimization the SNFC.
.../bindings/spi/mediatek,spi-mtk-nor.yaml | 6 ++++++
drivers/spi/spi-mtk-nor.c | 19 ++++++++---------
--
2 files changed, 14 insertions(+), 11 deletions(-)