[PATCH 0/3] Add support for Macronix serial NOR flash

Cheng Ming Lin posted 3 patches 1 year, 4 months ago
drivers/mtd/spi-nor/macronix.c | 61 ++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
[PATCH 0/3] Add support for Macronix serial NOR flash
Posted by Cheng Ming Lin 1 year, 4 months ago
From: Cheng Ming Lin <chengminglin@mxic.com.tw>

Add support for Macronix serial NOR flash.

Cheng Ming Lin (3):
  mtd: spi-nor: macronix: Add support for serial NOR flash
  mtd: spi-nor: macronix: Add support for Macronix Octal flash MX25
    series with RWW feature
  mtd: spi-nor: macronix: Add support for Macronix Octal flash MX66
    series with RWW feature

 drivers/mtd/spi-nor/macronix.c | 61 ++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

-- 
2.25.1
Re: [PATCH 0/3] Add support for Macronix serial NOR flash
Posted by Michael Walle 1 year, 4 months ago
On Mon Jul 22, 2024 at 8:49 AM CEST, Cheng Ming Lin wrote:
> From: Cheng Ming Lin <chengminglin@mxic.com.tw>
>
> Add support for Macronix serial NOR flash.

There was already a v9 of this series. Please provide a changelog
and resend with the correct version.

Also please provide a more elaborated cover letter as this seems to
be a split off the original series. Note that, the last submission
from Macronix was almost half a year ago. So please help jog our
memories.

-michael

>
> Cheng Ming Lin (3):
>   mtd: spi-nor: macronix: Add support for serial NOR flash
>   mtd: spi-nor: macronix: Add support for Macronix Octal flash MX25
>     series with RWW feature
>   mtd: spi-nor: macronix: Add support for Macronix Octal flash MX66
>     series with RWW feature
>
>  drivers/mtd/spi-nor/macronix.c | 61 ++++++++++++++++++++++++++++++++++
>  1 file changed, 61 insertions(+)