From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Martin Kurbanov <mmkurbanov@salutedevices.com>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Ezra Buehler <ezra.buehler@husqvarnagroup.com>,
Cheng Ming Lin <chengminglin@mxic.com.tw>,
Pratyush Yadav <pratyush@kernel.org>,
Daniel Golle <daniel@makrotopia.org>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Alexey Romanov <avromanov@salutedevices.com>,
<linux-kernel@vger.kernel.org>, <linux-mtd@lists.infradead.org>,
<kernel@salutedevices.com>
Subject: Re: [PATCH v4 0/6] mtd: spinand: add OTP support
Date: Fri, 07 Feb 2025 15:41:51 +0100 [thread overview]
Message-ID: <87jza124wg.fsf@bootlin.com> (raw)
In-Reply-To: <20250127153848.199526-1-mmkurbanov@salutedevices.com> (Martin Kurbanov's message of "Mon, 27 Jan 2025 18:38:18 +0300")
Hello Martin,
On 27/01/2025 at 18:38:18 +03, Martin Kurbanov <mmkurbanov@salutedevices.com> wrote:
> This patchset implements the SPI-NAND OTP functions to allow access to
> the SPI-NAND OTP data.
> Specific support is added for Micron MT29F2G01ABAGD and ESMT F50L1G41LB/
> F50D1G41LB flash chips.
The series is ready for me, but it looks like you aren't based on the
latest -rc1 which produces conflicts while applying. Can you please send
a rebased version? (conflicts should be easy to handle).
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: Martin Kurbanov <mmkurbanov@salutedevices.com>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Ezra Buehler <ezra.buehler@husqvarnagroup.com>,
Cheng Ming Lin <chengminglin@mxic.com.tw>,
Pratyush Yadav <pratyush@kernel.org>,
Daniel Golle <daniel@makrotopia.org>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Alexey Romanov <avromanov@salutedevices.com>,
<linux-kernel@vger.kernel.org>, <linux-mtd@lists.infradead.org>,
<kernel@salutedevices.com>
Subject: Re: [PATCH v4 0/6] mtd: spinand: add OTP support
Date: Fri, 07 Feb 2025 15:41:51 +0100 [thread overview]
Message-ID: <87jza124wg.fsf@bootlin.com> (raw)
In-Reply-To: <20250127153848.199526-1-mmkurbanov@salutedevices.com> (Martin Kurbanov's message of "Mon, 27 Jan 2025 18:38:18 +0300")
Hello Martin,
On 27/01/2025 at 18:38:18 +03, Martin Kurbanov <mmkurbanov@salutedevices.com> wrote:
> This patchset implements the SPI-NAND OTP functions to allow access to
> the SPI-NAND OTP data.
> Specific support is added for Micron MT29F2G01ABAGD and ESMT F50L1G41LB/
> F50D1G41LB flash chips.
The series is ready for me, but it looks like you aren't based on the
latest -rc1 which produces conflicts while applying. Can you please send
a rebased version? (conflicts should be easy to handle).
Thanks,
Miquèl
next prev parent reply other threads:[~2025-02-07 14:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-27 15:38 [PATCH v4 0/6] mtd: spinand: add OTP support Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 1/6] mtd: spinand: make spinand_{read,write}_page global Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 2/6] mtd: spinand: add OTP support Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 3/6] mtd: spinand: make spinand_{wait,otp_page_size} global Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 4/6] mtd: spinand: otp: add helpers functions Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 5/6] mtd: spinand: micron: OTP access for MT29F2G01ABAGD Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-01-27 15:38 ` [PATCH v4 6/6] mtd: spinand: esmt: OTP access for F50{L,D}1G41LB Martin Kurbanov
2025-01-27 15:38 ` Martin Kurbanov
2025-02-07 14:41 ` Miquel Raynal [this message]
2025-02-07 14:41 ` [PATCH v4 0/6] mtd: spinand: add OTP support Miquel Raynal
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=87jza124wg.fsf@bootlin.com \
--to=miquel.raynal@bootlin.com \
--cc=avromanov@salutedevices.com \
--cc=chengminglin@mxic.com.tw \
--cc=daniel@makrotopia.org \
--cc=ezra.buehler@husqvarnagroup.com \
--cc=frieder.schrempf@kontron.de \
--cc=kernel@salutedevices.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mmkurbanov@salutedevices.com \
--cc=pratyush@kernel.org \
--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.