All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Takahiro Kuwano <Takahiro.Kuwano@infineon.com>,
	 Martin Kurbanov <mmkurbanov@salutedevices.com>,
	 Cheng Ming Lin <chengminglin@mxic.com.tw>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Frieder Schrempf <frieder.schrempf@kontron.de>,
	 Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH v3 1/3] mtd: spinand: fix direct mapping creation sizes.
Date: Sun, 24 Aug 2025 18:27:52 +0200	[thread overview]
Message-ID: <87bjo4it13.fsf@bootlin.com> (raw)
In-Reply-To: <20250820122100.726451-2-mikhail.kshevetskiy@iopsys.eu> (Mikhail Kshevetskiy's message of "Wed, 20 Aug 2025 15:20:58 +0300")

Hi Mikhail,

On 20/08/2025 at 15:20:58 +03, Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> wrote:

> Continuous mode is only supported for data reads, thus writing
> requires only single flash page mapping.

Please remove the period '.' at the end of the commit title.

Thanks,
Miquèl

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

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Takahiro Kuwano <Takahiro.Kuwano@infineon.com>,
	 Martin Kurbanov <mmkurbanov@salutedevices.com>,
	 Cheng Ming Lin <chengminglin@mxic.com.tw>,
	 linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	 Frieder Schrempf <frieder.schrempf@kontron.de>,
	 Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH v3 1/3] mtd: spinand: fix direct mapping creation sizes.
Date: Sun, 24 Aug 2025 18:27:52 +0200	[thread overview]
Message-ID: <87bjo4it13.fsf@bootlin.com> (raw)
In-Reply-To: <20250820122100.726451-2-mikhail.kshevetskiy@iopsys.eu> (Mikhail Kshevetskiy's message of "Wed, 20 Aug 2025 15:20:58 +0300")

Hi Mikhail,

On 20/08/2025 at 15:20:58 +03, Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> wrote:

> Continuous mode is only supported for data reads, thus writing
> requires only single flash page mapping.

Please remove the period '.' at the end of the commit title.

Thanks,
Miquèl

  reply	other threads:[~2025-08-24 16:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-20 12:20 [PATCH v3 0/3] mtd: spinand: fix continuous reading mode support Mikhail Kshevetskiy
2025-08-20 12:20 ` Mikhail Kshevetskiy
2025-08-20 12:20 ` [PATCH v3 1/3] mtd: spinand: fix direct mapping creation sizes Mikhail Kshevetskiy
2025-08-20 12:20   ` Mikhail Kshevetskiy
2025-08-24 16:27   ` Miquel Raynal [this message]
2025-08-24 16:27     ` Miquel Raynal
2025-08-24 17:13     ` [PATCH v4 0/3] mtd: spinand: fix continuous reading mode support Mikhail Kshevetskiy
2025-08-24 17:13       ` Mikhail Kshevetskiy
2025-08-24 17:13       ` [PATCH v4 1/3] mtd: spinand: fix direct mapping creation sizes Mikhail Kshevetskiy
2025-08-24 17:13         ` Mikhail Kshevetskiy
2025-08-24 17:13       ` [PATCH v4 2/3] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails Mikhail Kshevetskiy
2025-08-24 17:13         ` Mikhail Kshevetskiy
2025-08-24 17:13       ` [PATCH v4 3/3] mtd: spinand: repeat reading in regular mode if " Mikhail Kshevetskiy
2025-08-24 17:13         ` Mikhail Kshevetskiy
2025-08-24 18:18       ` [PATCH v5 0/3] mtd: spinand: fix continuous reading mode support Mikhail Kshevetskiy
2025-08-24 18:18         ` Mikhail Kshevetskiy
2025-08-24 18:18         ` [PATCH v5 1/3] mtd: spinand: fix direct mapping creation sizes Mikhail Kshevetskiy
2025-08-24 18:18           ` Mikhail Kshevetskiy
2025-08-24 18:18         ` [PATCH v5 2/3] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails Mikhail Kshevetskiy
2025-08-24 18:18           ` Mikhail Kshevetskiy
2025-08-24 18:18         ` [PATCH v5 3/3] mtd: spinand: repeat reading in regular mode if " Mikhail Kshevetskiy
2025-08-24 18:18           ` Mikhail Kshevetskiy
2025-08-29  7:15         ` [PATCH v5 0/3] mtd: spinand: fix continuous reading mode support Mikhail Kshevetskiy
2025-08-29  7:15           ` Mikhail Kshevetskiy
2025-08-20 12:20 ` [PATCH v3 2/3] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails Mikhail Kshevetskiy
2025-08-20 12:20   ` Mikhail Kshevetskiy
2025-08-20 12:21 ` [PATCH v3 3/3] mtd: spinand: repeat reading in regular mode if " Mikhail Kshevetskiy
2025-08-20 12:21   ` Mikhail Kshevetskiy

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=87bjo4it13.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=Takahiro.Kuwano@infineon.com \
    --cc=broonie@kernel.org \
    --cc=chengminglin@mxic.com.tw \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mikhail.kshevetskiy@iopsys.eu \
    --cc=mmkurbanov@salutedevices.com \
    --cc=richard@nod.at \
    --cc=tudor.ambarus@linaro.org \
    --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.