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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 194FBC54FCB for ; Mon, 27 Apr 2020 15:23:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00076206D9 for ; Mon, 27 Apr 2020 15:23:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727006AbgD0PXV convert rfc822-to-8bit (ORCPT ); Mon, 27 Apr 2020 11:23:21 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:44439 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726539AbgD0PXV (ORCPT ); Mon, 27 Apr 2020 11:23:21 -0400 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3A9A2200011; Mon, 27 Apr 2020 15:23:19 +0000 (UTC) Date: Mon, 27 Apr 2020 17:23:18 +0200 From: Miquel Raynal To: Boris Brezillon Cc: linux-mtd@lists.infradead.org, Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH 3/4] mtd: rawnand: au1550nd: Get rid of the legacy interface implementation Message-ID: <20200427172318.63e625d4@xps13> In-Reply-To: <20200419193037.1544035-4-boris.brezillon@collabora.com> References: <20200419193037.1544035-1-boris.brezillon@collabora.com> <20200419193037.1544035-4-boris.brezillon@collabora.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Boris, Boris Brezillon wrote on Sun, 19 Apr 2020 21:30:36 +0200: > Now that exec_op() is implemented we can get rid of all other hooks. > > Signed-off-by: Boris Brezillon > --- Reviewed-by: Miquel Raynal Thanks, Miquèl