Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3235693imu; Sat, 24 Nov 2018 00:45:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/U0IeOwHey3tgBYWOYSnDiFkAq9aIhJCSc/g5JYjzc3ou+Tjpj7nrpQSDKlYB7FkG4D9SBF X-Received: by 2002:a63:bc02:: with SMTP id q2mr17325429pge.116.1543049128708; Sat, 24 Nov 2018 00:45:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543049128; cv=none; d=google.com; s=arc-20160816; b=eUKBqXNa+wsWNSHSiCA3keGhRi4FeKHdhUQw+9l+JBppwz8qFrpJ+C/fBFVI+uqGW7 Sr+z6Dvzza+pSES7HXbkOS+rUKpcqCrV3+feloKLtwSn0PwG519l18ZpMGmIuD5XibaF 0p0T4tRBqf6SrSyxi+a7s6H8ZFTt6PX2QTDdEE5dKbO9OS8QfsifBSeQKh8e73mY8fGi gWbAdZG3MRZWKLdg3LJacBgSBUF2tlmRxkGMht02ZWLuEJgSVNLj57dF45XPnxmsNDYA E7lRuz2bgOMof7ibAd5TUArNDRuQ5C8Phe/wO4K5rqYi8HgpC+ELtL8lt8Q9BKLs3+1o OEaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Tl0mT9WWueTtpLAZ0nagnT4ZZaOfUCS5hLmjAiX7Vak=; b=Km2Uc2M8KYuo46nNy+HDwHzTtmeZtk6nIBJKi2C+hHcmPFM9qE128oQ4wovXN2yi7n SmvGdQYu6r0uT/4yYdfg37dYpc+L0LPYwGRiO7z+9ajMoASGx//bVsLtcv2MyRn/ynVc /Q54Ef6P8cnnHdR7uqurWueIpd/1Q+8oN4QWPmW1UBfbdz7INQVjMn6E7QvYBur2eNSK CBYxx22W+rjwapet11Iezbn9xryn2KEIcOXhmIpkwgXQutyQE/9wNsuW+D1Gtj9IYTm5 Pzb5Wwkj4hGCwjm9VfUjmEpagG4DEu96tLsxMXPr2Xt2bNUZMZ1yg8jds631Zvcx3XS9 ODoQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a59-v6si54539211plc.48.2018.11.24.00.45.14; Sat, 24 Nov 2018 00:45:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2633099AbeKXDrm (ORCPT + 99 others); Fri, 23 Nov 2018 22:47:42 -0500 Received: from muru.com ([72.249.23.125]:54890 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391367AbeKXDrm (ORCPT ); Fri, 23 Nov 2018 22:47:42 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9AED380D4; Fri, 23 Nov 2018 17:02:39 +0000 (UTC) Date: Fri, 23 Nov 2018 09:02:35 -0800 From: Tony Lindgren To: Janusz Krzysztofik Cc: Boris Brezillon , Miquel Raynal , Aaro Koskinen , Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Linus Walleij , linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/4] ARM: OMAP1: ams-delta: Provide GPIO lookup table for NAND data port Message-ID: <20181123170235.GG53235@atomide.com> References: <20180813223448.21316-1-jmkrzyszt@gmail.com> <20181121110806.32076-1-jmkrzyszt@gmail.com> <20181121110806.32076-2-jmkrzyszt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181121110806.32076-2-jmkrzyszt@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Janusz Krzysztofik [181121 11:06]: > Data port used by Amstrad Delta NAND driver is actually an OMAP MPUIO > device, already under control of gpio-omap driver. The NAND driver > gets access to the port by ioremapping it and performs read/write > operations. That is done without any proteciton from other users > legally manipulating the port pins over GPIO API. > > The plan is to convert the driver to access the port over GPIO consumer > API. Before that is implemented, the driver can already obtain > exclusive access to the port by requesting an array of its GPIO > descriptors. > > Add respective entries to the NAND GPIO lookup table. > > Signed-off-by: Janusz Krzysztofik > Reviewed-by: Boris Brezillon > Reviewed-by: Linus Walleij Best to merge this along with the MFD patches: Acked-by: Tony Lindgren