linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Tudor Ambarus <tudor.ambarus@linaro.org>
To: linux-mtd@lists.infradead.org, tkuw584924@gmail.com
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
	pratyush@kernel.org, michael@walle.cc, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, d-gole@ti.com,
	Bacem.Daassi@infineon.com,
	Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Subject: Re: [PATCH v4 0/8] mtd: spi-nor: Add support for Infineon SEMPER s25hl02gt and s25hs02gt
Date: Sat,  8 Apr 2023 09:42:30 +0300	[thread overview]
Message-ID: <168093614108.51189.3153773628255664983.b4-ty@linaro.org> (raw)
In-Reply-To: <cover.1680849425.git.Takahiro.Kuwano@infineon.com>

On Fri, 07 Apr 2023 15:40:56 +0900, tkuw584924@gmail.com wrote:
> Infineon SEMPER s25hl02gt and s25hs02gt are multi-chip (dual-die) package
> parts and the datasheet can be found at:
> https://www.infineon.com/dgdl/Infineon-S25HS02GT_S25HS04GT_S25HL02GT_S25HL04GT_2-Gb_DDP_4-Gb_QDP_HS-T_1.8-V_HL-T_3_0-V_Semper_Flash_with_Quad_SPI-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c7e7124d1017f01b9a5055b7b
> 
> The key characteristics of multi-chip devices are:
> - Each die has dedicataed registers so we need to configure and check
>   registers in all the dice
> - Read ops can cross the die boundary
> - 4-byte address mode by default
> - Legacy chip-erase command is not supported
> 
> [...]

Applied to git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git,
spi-nor/next branch. Thanks!

[1/8] mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_size
      https://git.kernel.org/mtd/c/120c94a67b26
[2/8] mtd: spi-nor: Allow post_sfdp hook to return errors
      https://git.kernel.org/mtd/c/e570f7872a34
[3/8] mtd: spi-nor: Extract volatile register offset from SCCR map
      https://git.kernel.org/mtd/c/706fd00da031
[4/8] mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip device
      https://git.kernel.org/mtd/c/7ab8b810757a
[5/8] mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip device support
      https://git.kernel.org/mtd/c/6c01ae11130c
[6/8] mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-chip device support
      https://git.kernel.org/mtd/c/f24d423a5c4f
[7/8] mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip device
      https://git.kernel.org/mtd/c/91f3c430f622
[8/8] mtd: spi-nor: spansion: Add support for Infineon
      https://git.kernel.org/mtd/c/df6def86b9dc

Cheers,
-- 
Tudor Ambarus <tudor.ambarus@linaro.org>

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

      parent reply	other threads:[~2023-04-08  6:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07  6:40 [PATCH v4 0/8] mtd: spi-nor: Add support for Infineon SEMPER s25hl02gt and s25hs02gt tkuw584924
2023-04-07  6:40 ` [PATCH v4 1/8] mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_size tkuw584924
2023-04-07  6:40 ` [PATCH v4 2/8] mtd: spi-nor: Allow post_sfdp hook to return errors tkuw584924
2023-04-07  6:40 ` [PATCH v4 3/8] mtd: spi-nor: Extract volatile register offset from SCCR map tkuw584924
2023-04-07  6:41 ` [PATCH v4 4/8] mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip device tkuw584924
2023-04-07  6:41 ` [PATCH v4 5/8] mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip device support tkuw584924
2023-04-07  6:41 ` [PATCH v4 6/8] mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() " tkuw584924
2023-04-07  6:41 ` [PATCH v4 7/8] mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip device tkuw584924
2023-04-07  6:41 ` [PATCH v4 8/8] mtd: spi-nor: spansion: Add support for Infineon tkuw584924
2023-04-08  6:42 ` Tudor Ambarus [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=168093614108.51189.3153773628255664983.b4-ty@linaro.org \
    --to=tudor.ambarus@linaro.org \
    --cc=Bacem.Daassi@infineon.com \
    --cc=Takahiro.Kuwano@infineon.com \
    --cc=d-gole@ti.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=miquel.raynal@bootlin.com \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --cc=tkuw584924@gmail.com \
    --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 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).