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 70B67C54FD0 for ; Mon, 27 Apr 2020 15:22:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 516E5206D9 for ; Mon, 27 Apr 2020 15:22:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727010AbgD0PWq convert rfc822-to-8bit (ORCPT ); Mon, 27 Apr 2020 11:22:46 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:43365 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727824AbgD0PWp (ORCPT ); Mon, 27 Apr 2020 11:22:45 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 9E7FE24000F; Mon, 27 Apr 2020 15:22:42 +0000 (UTC) Date: Mon, 27 Apr 2020 17:22:41 +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 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R,W} in au_{read,write}_buf[16]() Message-ID: <20200427172241.498451b7@xps13> In-Reply-To: <20200419193037.1544035-2-boris.brezillon@collabora.com> References: <20200419193037.1544035-1-boris.brezillon@collabora.com> <20200419193037.1544035-2-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:34 +0200: > We are about to re-use those for the exec_op() implementation which > will not rely on au1550_hwcontrol(). Let's patch those helpers to > simply use the iomem address stored in the context. > > Signed-off-by: Boris Brezillon Reviewed-by: Miquel Raynal Thanks, Miquèl