All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Bastien Curutchet <bastien.curutchet@bootlin.com>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Herve Codina <herve.codina@bootlin.com>,
	Christopher Cordahi <christophercordahi@nanometrics.ca>
Subject: Re: [PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller
Date: Thu, 21 Nov 2024 11:23:51 +0100	[thread overview]
Message-ID: <72a0e0a5-c44c-4e92-9f91-e200900e3eed@kernel.org> (raw)
In-Reply-To: <20241115132631.264609-1-bastien.curutchet@bootlin.com>

On 15/11/2024 14:26, Bastien Curutchet wrote:
> Hi all,
> 
> This patch series aims to implement the setup_interface() operation in
> the DaVinci NAND controller to enable the use of all ONFI modes and
> improve the NAND access speed.
> 
> PATCH 6 depends on PATCH 1-2-3-4-5
> PATCH 10 depends on PATCH 6-8-9

That's a bit too many to go via separate tree, so I'll provide them via
stable tag to Miquel/MTD.

Best regards,
Krzysztof

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

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Bastien Curutchet <bastien.curutchet@bootlin.com>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Herve Codina <herve.codina@bootlin.com>,
	Christopher Cordahi <christophercordahi@nanometrics.ca>
Subject: Re: [PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller
Date: Thu, 21 Nov 2024 11:23:51 +0100	[thread overview]
Message-ID: <72a0e0a5-c44c-4e92-9f91-e200900e3eed@kernel.org> (raw)
In-Reply-To: <20241115132631.264609-1-bastien.curutchet@bootlin.com>

On 15/11/2024 14:26, Bastien Curutchet wrote:
> Hi all,
> 
> This patch series aims to implement the setup_interface() operation in
> the DaVinci NAND controller to enable the use of all ONFI modes and
> improve the NAND access speed.
> 
> PATCH 6 depends on PATCH 1-2-3-4-5
> PATCH 10 depends on PATCH 6-8-9

That's a bit too many to go via separate tree, so I'll provide them via
stable tag to Miquel/MTD.

Best regards,
Krzysztof

  parent reply	other threads:[~2024-11-21 10:24 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 13:26 [PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller Bastien Curutchet
2024-11-15 13:26 ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 01/10] memory: ti-aemif: Store timings parameter in number of cycles - 1 Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 19:54   ` Miquel Raynal
2024-11-15 19:54     ` Miquel Raynal
2024-11-21 10:26   ` Krzysztof Kozlowski
2024-11-21 10:26     ` Krzysztof Kozlowski
2024-11-15 13:26 ` [PATCH v4 02/10] memory: ti-aemif: Remove unnecessary local variables Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 19:56   ` Miquel Raynal
2024-11-15 19:56     ` Miquel Raynal
2024-11-15 13:26 ` [PATCH v4 03/10] memory: ti-aemif: Wrap CS timings into a struct Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 19:56   ` Miquel Raynal
2024-11-15 19:56     ` Miquel Raynal
2024-11-21 10:25   ` Krzysztof Kozlowski
2024-11-21 10:25     ` Krzysztof Kozlowski
2024-11-15 13:26 ` [PATCH v4 04/10] memory: ti-aemif: Create aemif_check_cs_timings() Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 19:58   ` Miquel Raynal
2024-11-15 19:58     ` Miquel Raynal
2024-11-21 10:28   ` Krzysztof Kozlowski
2024-11-21 10:28     ` Krzysztof Kozlowski
2024-11-21 14:56     ` Bastien Curutchet
2024-11-21 14:56       ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 05/10] memory: ti-aemif: Create aemif_set_cs_timings() Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 06/10] memory: ti-aemif: Export aemif_*_cs_timings() Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-21 10:33   ` Krzysztof Kozlowski
2024-11-21 10:33     ` Krzysztof Kozlowski
2024-11-21 15:33     ` Bastien Curutchet
2024-11-21 15:33       ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 07/10] mtd: rawnand: davinci: Always depends on TI_AEMIF Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 08/10] mtd: rawnand: davinci: Order headers alphabetically Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 09/10] mtd: rawnand: davinci: Add clock resource Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-15 13:26 ` [PATCH v4 10/10] mtd: rawnand: davinci: Implement setup_interface() operation Bastien Curutchet
2024-11-15 13:26   ` Bastien Curutchet
2024-11-21 10:23 ` Krzysztof Kozlowski [this message]
2024-11-21 10:23   ` [PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller Krzysztof Kozlowski
2024-11-21 14:51   ` Miquel Raynal
2024-11-21 14:51     ` 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=72a0e0a5-c44c-4e92-9f91-e200900e3eed@kernel.org \
    --to=krzk@kernel.org \
    --cc=bastien.curutchet@bootlin.com \
    --cc=christophercordahi@nanometrics.ca \
    --cc=herve.codina@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=ssantosh@kernel.org \
    --cc=thomas.petazzoni@bootlin.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 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.