From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 21A64C531DC for ; Fri, 23 Aug 2024 17:29:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=39K7tc3e0+c8JsHHlSNsIL/mIOqCw4GElUEw8pk8bv0=; b=mKjVsL98s66e1P oimQcpAmaMxCn6DYywhCUa4wosaDCqGM24YApIF0ZjK1gAzN1pBnRGIZbhXMXHF2C24Uh6HrhflRH Gc+z5qQLRs1V4It+bZ0vQa9ghU/vX2tpEirox2lonRf0ZjMsX8cKGv1arsV8AKVCZGM0Yk4J3uF1p CBJbQW21caVTsXnbLeBdlw8ReNOh3aAtO0G9FJ8H2cAX1xee/5uxc0kpQW8dfi81HlXwAfn8Sd7UT /L8J8eC5KrwQ/HXyubhbPCzRySq9+eZYQXMCyQ7HOEkp8ecM1VH+7xT5XCUG3AGFjhk3EUuJfsZxj Rc1kzpo0Wx/DqrOGAy7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1shY6K-000000008SD-2nkn; Fri, 23 Aug 2024 17:29:28 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1shY5Y-000000008N0-0ncP; Fri, 23 Aug 2024 17:28:42 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2F5A81BF205; Fri, 23 Aug 2024 17:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1724434117; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=39K7tc3e0+c8JsHHlSNsIL/mIOqCw4GElUEw8pk8bv0=; b=fSTwPzVlyfxghOmNiW7wuk/STl7UuDpohlbS+JLl2wHwaluRPYUnz1DEJwldEgeRvdN2kD l1m5EeLpUxN1tZolMidPQqNPKEWckaHlRZpHpy1BpAg+fl2VepPB00G0gR9Qf4efLqbM71 yoBto3N+tevNZMaIFZ5blMkH1YWcmd80bGH0o+qm0HlBHwbZ+aI/3YVueF1tkG49QNgEws YFbu52WuAAZPyrF3pQ/+IuW8A/WCOM2r76eHPrw5L+SvY/Y4eBbL4uX83Qs5+nmaiHSjQn 5e07aJWZSa7y6Y6P2y7xmDejt+H0gZsaWfKSVuCqSCzXqIo1VtSLegGdxWdAWA== Date: Fri, 23 Aug 2024 19:28:36 +0200 From: Miquel Raynal To: Alexander Dahl Subject: Re: [PATCH v2] mtd: nand: raw: atmel: Add message on DMA usage Message-ID: <20240823192836.0e7ddbb0@xps-13> In-Reply-To: <20240821142006.645306-1-ada@thorsis.com> References: <20240821142006.645306-1-ada@thorsis.com> Organization: Bootlin X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240823_102840_382324_7D486D22 X-CRM114-Status: UNSURE ( 8.08 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , open list , Vignesh Raghavendra , Kees Cook , Richard Weinberger , Claudiu Beznea , Tudor Ambarus , linux-mtd@lists.infradead.org, "moderated list:ARM/Microchip AT91 SoC support" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Alexander, ada@thorsis.com wrote on Wed, 21 Aug 2024 16:20:05 +0200: > Like for other atmel drivers (serial, crypto, mmc, =E2=80=A6), 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). >=20 > Signed-off-by: Alexander Dahl > --- Thanks, Miqu=C3=A8l