Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp559559imu; Thu, 3 Jan 2019 03:04:15 -0800 (PST) X-Google-Smtp-Source: ALg8bN4z9hoU7ZvFNvXlWHrYrw/U6GIhgpzEJNd+qmCYVJMdEy0ruV/w4LrBk/9AEEB0Q6j/JCY9 X-Received: by 2002:a63:f710:: with SMTP id x16mr16673564pgh.322.1546513455420; Thu, 03 Jan 2019 03:04:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546513455; cv=none; d=google.com; s=arc-20160816; b=Esao6x4DXcTRMalWY3w+wkY6W2dgBvTTptLeBRj0K8IGsDyi2plmuk5la+dOEmhSAP SUc6RaoEWw96X9QoleydzKURdhH1raKxI01+52B8ufLpga358YI6Mt0JHKg3QPF9ou+w BXKGiwQX8WhtdVCpXcbHFu/h1SdhbM0yZLi25SSthGOPSsAHIGM/lr7SsZK7wfjj7/aF GjCzUgcPmxUTdjMcJh1YBi+tGCx3Z31TE7+jKr4hGd7+W97rNEbWe/MfKYW73XFEHsVF Fgl0pG+qWrHmnDzxJIXXIoPoaJTCi2YM5BoVTURl85HKpoHq/XSkZ8jIN8/2fQc46WXG xOWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=OhC0I8mTFFpo9SGM8KBmxjMojZfYZqZ5OGKGJwTrSfQ=; b=FxVYQugfr9n52ZFFrfMai07bpBxdhoXQyMMLHeEoCySroPXk4agGYUBWl1AAPm95Hm IMtK0ZAWbQIYvV49Holy0NnFOp4lBFhc1+lCPT6kS5wshNpkn82ekvAd+onMxrnP+1U0 Y7HGfclghGXmQvA9CG4+pRFkzpKNZt8oK2e3z/Ft8Ij+jlCWGvUGHPNstbhgAFQAVt6g 9pWSDQVYuFPw/4OtvcOM57ZjXLOtcV/5Xef48166hS6VSPEgOU3O/wS5UXSvhw16CjNH kauo9V4e+iH0gun/Ny9+P8tNtdd27rYDSkoxYE6xahCfcIYs+qwTz7t0BnwJF4JiOzJV 8nNg== 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 x24si30027105plr.379.2019.01.03.03.03.58; Thu, 03 Jan 2019 03:04:15 -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 S1729707AbfACIHU (ORCPT + 99 others); Thu, 3 Jan 2019 03:07:20 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:33972 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726112AbfACIHU (ORCPT ); Thu, 3 Jan 2019 03:07:20 -0500 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gey28-0001XP-Hl from Vladimir_Zapolskiy@mentor.com ; Thu, 03 Jan 2019 00:07:16 -0800 Received: from [137.202.108.130] (137.202.0.90) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 3 Jan 2019 08:07:12 +0000 Subject: Re: RFC: gpio: mmio: add support for 3 direction regs To: "Fried, Ramon" , , , References: <32edfd70-95dc-26a1-2ea6-143344cb2384@linux.intel.com> CC: , From: Vladimir Zapolskiy Message-ID: Date: Thu, 3 Jan 2019 10:07:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <32edfd70-95dc-26a1-2ea6-143344cb2384@linux.intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ramon, On 01/03/2019 09:36 AM, Fried, Ramon wrote: > Hi. > > I'm working on a driver for STA2X11 GPIO controller who seems to fit > best to the generic mmio driver, I hope you have seen the existing driver drivers/gpio/gpio-sta2x11.c > the only problem I have is with the dir register case. The STA2X11 > has 3 registers for dir, one for data, one for set and one for > clear. The generic-mmio driver has support for this fashion for the > dat & set & clear registers but not for dirout/dirin registers. > > I wonder if support for this is generic enough to deserve a patch, if > so I'm willing to quickly add this support, if not, adding a flag > such as below, will allow partly using the generic mmio driver only > for set/get and the direction can be handled outside the driver. > If gpio-mmio fits well, then it might be simpler to set a flag BGPIOF_UNREADABLE_REG_DIR, then call bgpio_init() and then overwrite .direction_input, .direction_output and .get_direction callbacks, as a reference you can take a look at gpio-74xx-mmio.c -- Best wishes, Vladimir