From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by merlin.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gLwkH-0002DK-BI for linux-mtd@lists.infradead.org; Sun, 11 Nov 2018 20:54:14 +0000 Date: Sun, 11 Nov 2018 21:54:01 +0100 From: Miquel Raynal To: Christoph Hellwig Cc: maximlevitsky@gmail.com, boris.brezillon@bootlin.com, richard@nod.at, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: rawnand: r852: use generic DMA API Message-ID: <20181111215401.53da9000@xps13> In-Reply-To: <20181018125935.9028-1-hch@lst.de> References: <20181018125935.9028-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Christoph, Christoph Hellwig wrote on Thu, 18 Oct 2018 14:59:35 +0200: > Use the generic DMA API instead of the legacy PCI DMA API. >=20 > Signed-off-by: Christoph Hellwig > --- Applied to nand/next. Thanks, Miqu=C3=A8l