Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1219417ybi; Sat, 8 Jun 2019 05:11:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqzi/GVjlrWmJmMmmOCcEJ3jYHXw4aqSqzg6uNBF2gkwnABjExBdVLbt0W4JsNZxFOTpocmT X-Received: by 2002:a17:90a:e38f:: with SMTP id b15mr10907969pjz.85.1559995879638; Sat, 08 Jun 2019 05:11:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559995879; cv=none; d=google.com; s=arc-20160816; b=Fit97ZAALswt86iV7QuRpfD1cpnNA6YYLJeEiTyAgxLppmM5sdq5yipe/LH8bHItc0 N0LC6K8uQJjouoYmSTDSQiausHR/FTHrYyg04psLPX7iDbyN2s5pdy1a95AKpHjrnlhl D+mAoGzsdZsKUJwWXndADixVa/iCb3L0LNP+w8y5CWAi1V48F7t+Ve7sxF/6MhCEg+uR xw3ILdXjW6Q8p3+zZdZZW1GwdIBvESfX4MMlS2vyiDQuWGdP0cu11XP48chYNtCfUU3d SICgEDEENuAKu/I/C3QpzCQvPe+avurnrmTPIdG+2nbjbl9+yMa1MOrZM14lIw2x0lhl oTKg== 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:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=PdTKjsC4LqogC2F99HQS5BkqjT29gs2Jkh98hpqjorA=; b=sbN+xPO7Io28xB4jHXUUPXDv8VB88RKg8ypso0Duy5ursmmmbkGZjPsTZHdOVeoE5M 70r0tuSW2+oLB2xZqzE01ICJMZhF8GxlGkEOjcespBSQJ9FGjRn8Olkdnvi2u01TScdH 52TrsD/1bncmJ6ZSRwIs3hG50y9fn6BBHrUbcno3xbfI7fuixJt2aL7zI/YD1Z5bFvaB N/jUOE49J4EaDrDrKPy1pwcL6pGSrjwimpq3JstFj6iXFNHYtzBv56tIOzt/08EnOTfr zX+Ncl2iE3PqDLWYT1a773DVB6uDpEc9hUSO9siDXiCdthZ1C3WrJ8Emd1p3TahiB15K boXA== 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 h1si4468856pgc.83.2019.06.08.05.11.03; Sat, 08 Jun 2019 05:11:19 -0700 (PDT) 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 S1727460AbfFHMJJ (ORCPT + 99 others); Sat, 8 Jun 2019 08:09:09 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:59772 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727108AbfFHMJI (ORCPT ); Sat, 8 Jun 2019 08:09:08 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 006B19E866C; Sat, 8 Jun 2019 13:09:06 +0100 (BST) Date: Sat, 8 Jun 2019 13:08:54 +0100 From: Jonathan Cameron To: William Breathitt Gray Cc: Patrick Havelange , Jonathan.Cameron@huawei.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] counter/ftm-quaddec: Add missing dependencies in Kconfig Message-ID: <20190608130834.655555cd@archlinux> In-Reply-To: <20190604151034.GA12804@icarus> References: <20190604140326.12295-1-patrick.havelange@essensium.com> <20190604151034.GA12804@icarus> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Jun 2019 00:11:15 +0900 William Breathitt Gray wrote: > On Tue, Jun 04, 2019 at 04:03:26PM +0200, Patrick Havelange wrote: > > This driver uses devm_ioremap and of* functions. This fixes a > > linking failure with e.g. ARCH=um. > > > > Reported-by: kbuild test robot > > Signed-off-by: Patrick Havelange > > --- > > drivers/counter/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig > > index 233ac305d878..c9e3f5c98484 100644 > > --- a/drivers/counter/Kconfig > > +++ b/drivers/counter/Kconfig > > @@ -50,6 +50,7 @@ config STM32_LPTIMER_CNT > > > > config FTM_QUADDEC > > tristate "Flex Timer Module Quadrature decoder driver" > > + depends on HAS_IOMEM && OF > > help > > Select this option to enable the Flex Timer Quadrature decoder > > driver. > > -- > > 2.19.1 > > Fixes: a3b9a99 ("counter: add FlexTimer Module Quadrature decoder counter driver") > Signed-off-by: William Breathitt Gray > > Jonathan, would you pick this up through IIO? Sure, Applied to the fixes-togreg branch of iio.git. Thanks, Jonathan > > Patrick, I noticed the FlexTimer Module Quadrature decoder driver is > missing an entry in MAINTAINERS. Please submit an additional patch to > address that as well so that we'll have a point of contact listed for > this driver. > > Thanks, > > William Breathit Gray