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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E9F0C38A2A for ; Sun, 10 May 2020 20:06:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE07C20737 for ; Sun, 10 May 2020 20:06:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728630AbgEJUGS (ORCPT ); Sun, 10 May 2020 16:06:18 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:44495 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728071AbgEJUGS (ORCPT ); Sun, 10 May 2020 16:06:18 -0400 Received: from localhost.localdomain (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 83FFB200005; Sun, 10 May 2020 20:06:15 +0000 (UTC) From: Miquel Raynal To: Boris Brezillon , Miquel Raynal , linux-mtd@lists.infradead.org Cc: Thomas Bogendoerfer , Vignesh Raghavendra , Tudor Ambarus , Richard Weinberger , linux-mips@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH 4/4] mtd: rawnand: au1550nd: Patch the read/write buf helper prototypes Date: Sun, 10 May 2020 22:06:14 +0200 Message-Id: <20200510200614.2774-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200419193037.1544035-5-boris.brezillon@collabora.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: eb83af4d4d2180e2ad4927fc1832ff27d02eb543 Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Sun, 2020-04-19 at 19:30:37 UTC, Boris Brezillon wrote: > To match the types passed by au1550nd_exec_instr() function. > > Signed-off-by: Boris Brezillon > Reviewed-by: Miquel Raynal Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel