All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Alexander Dahl <ada@thorsis.com>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Claudiu Beznea <claudiu.beznea@tuxon.dev>,
	Kees Cook <kees@kernel.org>,
	Tudor Ambarus <tudor.ambarus@linaro.org>,
	linux-arm-kernel@lists.infradead.org (moderated
	list:ARM/Microchip (AT91) SoC support),
	linux-kernel@vger.kernel.org (open list)
Subject: Re: [PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage
Date: Fri, 23 Aug 2024 19:28:36 +0200	[thread overview]
Message-ID: <20240823192836.0e7ddbb0@xps-13> (raw)
In-Reply-To: <20240821142006.645306-1-ada@thorsis.com>

Hi Alexander,

ada@thorsis.com wrote on Wed, 21 Aug 2024 16:20:05 +0200:

> Like for other atmel drivers (serial, crypto, mmc, …), too.

I was about to take the patch but I figured out the prefix was wrong,
please change it to "mtd: rawnand: atmel:" (and don't forget to collect
Nicola's tag).

> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---

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: Alexander Dahl <ada@thorsis.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	open list <linux-kernel@vger.kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Kees Cook <kees@kernel.org>, Richard Weinberger <richard@nod.at>,
	Claudiu Beznea <claudiu.beznea@tuxon.dev>,
	Tudor Ambarus <tudor.ambarus@linaro.org>,
	linux-mtd@lists.infradead.org,
	"moderated list:ARM/Microchip AT91 SoC support"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage
Date: Fri, 23 Aug 2024 19:28:36 +0200	[thread overview]
Message-ID: <20240823192836.0e7ddbb0@xps-13> (raw)
In-Reply-To: <20240821142006.645306-1-ada@thorsis.com>

Hi Alexander,

ada@thorsis.com wrote on Wed, 21 Aug 2024 16:20:05 +0200:

> Like for other atmel drivers (serial, crypto, mmc, …), too.

I was about to take the patch but I figured out the prefix was wrong,
please change it to "mtd: rawnand: atmel:" (and don't forget to collect
Nicola's tag).

> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---

Thanks,
Miquèl


WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Alexander Dahl <ada@thorsis.com>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Claudiu Beznea <claudiu.beznea@tuxon.dev>,
	Kees Cook <kees@kernel.org>,
	Tudor Ambarus <tudor.ambarus@linaro.org>,
	linux-arm-kernel@lists.infradead.org (moderated
	list:ARM/Microchip (AT91) SoC support),
	linux-kernel@vger.kernel.org (open list)
Subject: Re: [PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage
Date: Fri, 23 Aug 2024 19:28:36 +0200	[thread overview]
Message-ID: <20240823192836.0e7ddbb0@xps-13> (raw)
In-Reply-To: <20240821142006.645306-1-ada@thorsis.com>

Hi Alexander,

ada@thorsis.com wrote on Wed, 21 Aug 2024 16:20:05 +0200:

> Like for other atmel drivers (serial, crypto, mmc, …), too.

I was about to take the patch but I figured out the prefix was wrong,
please change it to "mtd: rawnand: atmel:" (and don't forget to collect
Nicola's tag).

> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---

Thanks,
Miquèl

  parent reply	other threads:[~2024-08-23 17:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 14:20 [PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage Alexander Dahl
2024-08-21 14:20 ` Alexander Dahl
2024-08-21 14:20 ` Alexander Dahl
2024-08-22 15:54 ` Nicolas Ferre
2024-08-22 15:54   ` Nicolas Ferre
2024-08-23 17:28 ` Miquel Raynal [this message]
2024-08-23 17:28   ` Miquel Raynal
2024-08-23 17:28   ` 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=20240823192836.0e7ddbb0@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=ada@thorsis.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=kees@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=nicolas.ferre@microchip.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.