From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gY7AX-00089B-Td for linux-mtd@lists.infradead.org; Sat, 15 Dec 2018 10:27:39 +0000 Date: Sat, 15 Dec 2018 11:27:25 +0100 From: Miquel Raynal To: Boris Brezillon Cc: Richard Weinberger , linux-mtd@lists.infradead.org, Alexander Sverdlin , David Woodhouse , Brian Norris , Marek Vasut , stable@vger.kernel.org Subject: Re: [PATCH v2] mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan() Message-ID: <20181215112725.3bea4f68@xps13> In-Reply-To: <20181213192227.3815-1-boris.brezillon@bootlin.com> References: <20181213192227.3815-1-boris.brezillon@bootlin.com> 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 Boris, Boris Brezillon wrote on Thu, 13 Dec 2018 20:22:27 +0100: > Commit e1e6255c311b ("mtd: rawnand: omap2: convert driver to > nand_scan()") moved part of the init code in the ->attach_chip hook > and at the same time changed the struct device object passed to > dma_request_chan() (&pdev->dev instead of pdev->dev.parent). >=20 > Fixes: e1e6255c311b ("mtd: rawnand: omap2: convert driver to nand_scan()") > Reported-by: Alexander Sverdlin > Cc: > Signed-off-by: Boris Brezillon > --- Applied on nand/next, Thanks, Miqu=C3=A8l