From: Miquel Raynal <miquel.raynal@bootlin.com>
To: haibo.chen@nxp.com
Cc: richard@nod.at, vigneshr@ti.com, olivier.maignial@hotmail.fr,
linux-imx@nxp.com, linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: spinand: winbond: Add support for W25N02KW
Date: Fri, 27 Oct 2023 19:43:58 +0200 [thread overview]
Message-ID: <20231027194358.432a744a@xps-13> (raw)
In-Reply-To: <20231020113202.2782891-1-haibo.chen@nxp.com>
Hello,
haibo.chen@nxp.com wrote on Fri, 20 Oct 2023 19:32:02 +0800:
> From: Haibo Chen <haibo.chen@nxp.com>
>
> Add the necessary info to support W25N02KW.
>
> Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
> ---
> drivers/mtd/nand/spi/winbond.c | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/mtd/nand/spi/winbond.c b/drivers/mtd/nand/spi/winbond.c
> index f507e3759301..5c759656c4f9 100644
> --- a/drivers/mtd/nand/spi/winbond.c
> +++ b/drivers/mtd/nand/spi/winbond.c
> @@ -169,6 +169,15 @@ static const struct spinand_info winbond_spinand_table[] = {
> &update_cache_variants),
> 0,
> SPINAND_ECCINFO(&w25n02kv_ooblayout, w25n02kv_ecc_get_status)),
> + SPINAND_INFO("W25N02KW",
> + SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0xba, 0x22),
> + NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
> + NAND_ECCREQ(8, 512),
> + SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
> + &write_cache_variants,
> + &update_cache_variants),
> + 0,
> + SPINAND_ECCINFO(&w25n02kv_ooblayout, w25n02kv_ecc_get_status)),
> };
>
> static int winbond_spinand_init(struct spinand_device *spinand)
The patch did not apply correctly on my tree. Please wait for -rc1,
rebase and re-submit.
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
prev parent reply other threads:[~2023-10-27 17:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 11:32 [PATCH] mtd: spinand: winbond: Add support for W25N02KW haibo.chen
2023-10-27 17:43 ` Miquel Raynal [this message]
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=20231027194358.432a744a@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=haibo.chen@nxp.com \
--cc=linux-imx@nxp.com \
--cc=linux-mtd@lists.infradead.org \
--cc=olivier.maignial@hotmail.fr \
--cc=richard@nod.at \
--cc=vigneshr@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.