u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: liao jaime <jaimeliao.tw@gmail.com>
To: Jagan Teki <jagan@amarulasolutions.com>
Cc: u-boot@lists.denx.de, vigneshr@ti.com,
	 Miquel Raynal <miquel.raynal@bootlin.com>,
	zhengxunli@mxic.com.tw, jaimeliao@mxic.com.tw
Subject: Re: [PATCH v8 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
Date: Thu, 7 Jul 2022 14:26:25 +0800	[thread overview]
Message-ID: <CAAQoYRmsYBO8b_6_z4m=VCww7TCUh-N1Z5nSa69f_EjMvM0fCg@mail.gmail.com> (raw)
In-Reply-To: <CAMty3ZDU78tPLuD3ErkDxHLt-_7x9Rrvzsbew-SodCXE+nSOuQ@mail.gmail.com>

Hi Jagan

>
> On Mon, Jul 4, 2022 at 11:42 AM JaimeLiao <jaimeliao.tw@gmail.com> wrote:
> >
> > Power-on-Reset is a method to restore flash back to 1S-1S-1S mode from 8D-8D-8D
> > in the begging of probe.
> >
> > Command extension type is not standardized across flash vendors in DTR mode.
> >
> > For suiting different vendor flash devices, adding a flag to seperate types for
> > soft reset on boot.
> >
> > Signed-off-by: JaimeLiao <jaimeliao.tw@gmail.com>
> > ---
> >  drivers/mtd/spi/Kconfig        | 7 +++++++
> >  drivers/mtd/spi/spi-nor-core.c | 7 ++++++-
> >  2 files changed, 13 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
> > index f350c7e5dc..5bb1baa019 100644
> > --- a/drivers/mtd/spi/Kconfig
> > +++ b/drivers/mtd/spi/Kconfig
> > @@ -97,6 +97,13 @@ config SPI_FLASH_SMART_HWCAPS
> >          can support a type of operation in a much more refined way compared
> >          to using flags like SPI_RX_DUAL, SPI_TX_QUAD, etc.
> >
> > +config SPI_NOR_BOOT_SOFT_RESET_EXT_INVERT
> > +       bool "Command extension type is INVERT for Software Reset on boot"
> > +       default n
> > +       help
> > +        Because of SFDP information can not be get before boot.
> > +        So define command extension type is INVERT when Software Reset on boot only.
> > +
> >  config SPI_FLASH_SOFT_RESET
> >         bool "Software Reset support for SPI NOR flashes"
> >         help
> > diff --git a/drivers/mtd/spi/spi-nor-core.c b/drivers/mtd/spi/spi-nor-core.c
> > index 5d319e4c0f..50460feaf8 100644
> > --- a/drivers/mtd/spi/spi-nor-core.c
> > +++ b/drivers/mtd/spi/spi-nor-core.c
> > @@ -3697,7 +3697,12 @@ static int spi_nor_soft_reset(struct spi_nor *nor)
> >         enum spi_nor_cmd_ext ext;
> >
> >         ext = nor->cmd_ext_type;
> > -       nor->cmd_ext_type = SPI_NOR_EXT_REPEAT;
> > +       if (nor->cmd_ext_type == SPI_NOR_EXT_NONE) {
> > +               nor->cmd_ext_type = SPI_NOR_EXT_REPEAT;
> > +#if CONFIG_IS_ENABLED(SPI_NOR_BOOT_SOFT_RESET_EXT_INVERT)
> > +               nor->cmd_ext_type = SPI_NOR_EXT_INVERT;
>
> Better check those parts whose extension is not standard instead of CONFIG.
spi_nor_soft_reset will be execute before read ID and read SFDP so
that I think we are hard
to get information from flash device.
>
> Jagan.

Thanks
Jaime

  reply	other threads:[~2022-07-07  6:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04  6:12 [PATCH v8 0/4] Add octal DTR support for Macronix flash JaimeLiao
2022-07-04  6:12 ` [PATCH v8 1/4] mtd: spi-nor: add support for Macronix Octal flash JaimeLiao
2022-07-04  6:12 ` [PATCH v8 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset JaimeLiao
2022-07-07  4:49   ` Jagan Teki
2022-07-07  6:26     ` liao jaime [this message]
2022-07-04  6:12 ` [PATCH v8 3/4] mtd: spi-nor: Parse SFDP SCCR Map JaimeLiao
2022-07-04  6:12 ` [PATCH v8 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash JaimeLiao
2022-07-15  9:04   ` Jagan Teki
2022-07-15  9:16     ` liao jaime
2022-07-15  9:18       ` Jagan Teki
2022-07-15  9:21         ` liao jaime
2022-07-15  9:30           ` Jagan Teki

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='CAAQoYRmsYBO8b_6_z4m=VCww7TCUh-N1Z5nSa69f_EjMvM0fCg@mail.gmail.com' \
    --to=jaimeliao.tw@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=jaimeliao@mxic.com.tw \
    --cc=miquel.raynal@bootlin.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=zhengxunli@mxic.com.tw \
    /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;
as well as URLs for NNTP newsgroup(s).