[PATCH 0/2] *** SUBJECT HERE ***

Meiker Gao posted 2 patches 1 week, 3 days ago
There is a newer version of this series
.../bindings/spi/mediatek,spi-mtk-nor.yaml    |  6 ++++++
drivers/spi/spi-mtk-nor.c                     | 19 ++++++++-----------
2 files changed, 14 insertions(+), 11 deletions(-)
[PATCH 0/2] *** SUBJECT HERE ***
Posted by Meiker Gao 1 week, 3 days ago
*** 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(-)

-- 
2.45.2
Re: [PATCH 0/2] *** SUBJECT HERE ***
Posted by Meiker Gao (高俊) 1 week, 3 days ago
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(-)
>