From: Zhengxun Li <zhengxunli@mxic.com.tw> To: linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org Cc: tudor.ambarus@microchip.com, miquel.raynal@bootlin.com, broonie@kernel.org, jaimeliao@mxic.com.tw, Zhengxun Li <zhengxunli@mxic.com.tw> Subject: [PATCH v3 0/3] Add octal DTR support for Macronix flash Date: Tue, 20 Apr 2021 14:29:36 +0800 [thread overview] Message-ID: <1618900179-14546-1-git-send-email-zhengxunli@mxic.com.tw> (raw) This series adds support for Octal DTR for Macronix flashes. The first set of patches is add Macronix octal dtr mode support. The second set of patches add Macronix octaflash series support. The last add the Octal DTR mode support for host driver. Changes in v3: - Add support for Macronix octaflash series. Changes in v2: - Define with a generic name to describe the maximum dummy cycles. - Compare the ID directly in the loop, no longer copy and execute memcmp(). - Add spi_mem_dtr_supports_op() to support dtr operation. Zhengxun Li (3): mtd: spi-nor: macronix: add support for Macronix octal dtr operation mtd: spi-nor: macronix: add support for Macronix octaflash series spi: mxic: patch for octal DTR mode support drivers/mtd/spi-nor/macronix.c | 217 +++++++++++++++++++++++++++++++++++++++++ drivers/spi/spi-mxic.c | 41 +++++--- 2 files changed, 247 insertions(+), 11 deletions(-) -- 1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Zhengxun Li <zhengxunli@mxic.com.tw> To: linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org Cc: tudor.ambarus@microchip.com, miquel.raynal@bootlin.com, broonie@kernel.org, jaimeliao@mxic.com.tw, Zhengxun Li <zhengxunli@mxic.com.tw> Subject: [PATCH v3 0/3] Add octal DTR support for Macronix flash Date: Tue, 20 Apr 2021 14:29:36 +0800 [thread overview] Message-ID: <1618900179-14546-1-git-send-email-zhengxunli@mxic.com.tw> (raw) This series adds support for Octal DTR for Macronix flashes. The first set of patches is add Macronix octal dtr mode support. The second set of patches add Macronix octaflash series support. The last add the Octal DTR mode support for host driver. Changes in v3: - Add support for Macronix octaflash series. Changes in v2: - Define with a generic name to describe the maximum dummy cycles. - Compare the ID directly in the loop, no longer copy and execute memcmp(). - Add spi_mem_dtr_supports_op() to support dtr operation. Zhengxun Li (3): mtd: spi-nor: macronix: add support for Macronix octal dtr operation mtd: spi-nor: macronix: add support for Macronix octaflash series spi: mxic: patch for octal DTR mode support drivers/mtd/spi-nor/macronix.c | 217 +++++++++++++++++++++++++++++++++++++++++ drivers/spi/spi-mxic.c | 41 +++++--- 2 files changed, 247 insertions(+), 11 deletions(-) -- 1.9.1 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2021-04-20 7:01 UTC|newest] Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-20 6:29 Zhengxun Li [this message] 2021-04-20 6:29 ` [PATCH v3 0/3] Add octal DTR support for Macronix flash Zhengxun Li 2021-04-20 6:29 ` [PATCH v3 1/3] mtd: spi-nor: macronix: add support for Macronix octal dtr operation Zhengxun Li 2021-04-20 6:29 ` Zhengxun Li 2021-04-27 2:36 ` Pratyush Yadav 2021-04-27 2:36 ` Pratyush Yadav 2021-05-04 5:31 ` zhengxunli 2021-05-04 5:31 ` zhengxunli 2021-05-04 7:42 ` Pratyush Yadav 2021-05-04 7:42 ` Pratyush Yadav 2021-05-05 8:29 ` zhengxunli 2021-05-05 8:29 ` zhengxunli 2021-04-20 6:29 ` [PATCH v3 2/3] mtd: spi-nor: macronix: add support for Macronix octaflash series Zhengxun Li 2021-04-20 6:29 ` Zhengxun Li 2021-04-27 2:47 ` Pratyush Yadav 2021-04-27 2:47 ` Pratyush Yadav 2021-05-04 5:38 ` zhengxunli 2021-05-04 5:38 ` zhengxunli 2021-04-20 6:29 ` [PATCH v3 3/3] spi: mxic: patch for octal DTR mode support Zhengxun Li 2021-04-20 6:29 ` Zhengxun Li 2021-04-26 16:53 ` Mark Brown 2021-04-26 16:53 ` Mark Brown 2021-04-27 1:48 ` zhengxunli 2021-04-27 1:48 ` zhengxunli
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=1618900179-14546-1-git-send-email-zhengxunli@mxic.com.tw \ --to=zhengxunli@mxic.com.tw \ --cc=broonie@kernel.org \ --cc=jaimeliao@mxic.com.tw \ --cc=linux-mtd@lists.infradead.org \ --cc=linux-spi@vger.kernel.org \ --cc=miquel.raynal@bootlin.com \ --cc=tudor.ambarus@microchip.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: linkBe 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.