Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1036030ybe; Thu, 5 Sep 2019 09:21:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqznyTvjxkfMKt2hmd8j2T7Ta3CjyIJL9OvjlrvPe3SfGgsEo7bsknAoC9toE0/u5ofoks3F X-Received: by 2002:a62:e516:: with SMTP id n22mr4935762pff.105.1567700469843; Thu, 05 Sep 2019 09:21:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567700469; cv=none; d=google.com; s=arc-20160816; b=ypefd1ldFoe8Q4EzNQt4Q7ImpYHuuYubAlRQTi5iNsEWY+Lbt0kemt/PqCnhnmXevB o4XIkvIgRsa9HmvK/yvmUxWdNL2Kk1CcgcoXhAcNWDjGGWyOLotOZHLRlVaclYuz2twY SjDLSYtE6ikMXy/DRC9X6flwz8Ah3+9z0ryVjF/tcwKKA/4C/RlrUMCNCYKui513EyNU B//1nYlgrbWn+g1wn2ojV0kdPzXvthntjvUGGeRnkHJkGkx5q0AbARLfKHFsatraWF2R 3fNxuleUAyUW7SNhi49jgMqCcNxnj7RLctfv1HbUkE1gVgaWHl5S4JEz0Yjz5UHEfs/6 arIw== 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=IUQyqj8cOmZiEVXG1+WDsmG1BgXM0TLFR6TMf6ks3gU=; b=uePfa5fXF9Y8z8jBHYGPg80lALfG6LMsoGn9Gm/GcurgnpycL+ZHQWfCm0FlYeWU9G YU69OI47F2Fnjaiyk+DcxUqECvqcPRBmCXK8puJMnNpLLTD6YTBXdAH5iJfxI6dLLtSS 4i1qJTQ1xXHvIvEBflSIuZ0n7CHzaqfPgXOZpzqBqT3dkwEF13X1yXs3jYZ8WEeGwBz3 LjCR+KUh0VzNbF7UDNJrQvXBCM6bTYXHMFvIG00c7Fo0CMQriIirsi8Z2aHmxAckHZNu /9wrTh3kLfp0zJq67NR2OQc7OIZhFpP1RFH3c8he/bux2t0exK5h0r3eHbuESlnjmB2J UUFw== 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 q4si2241479pgt.20.2019.09.05.09.20.54; Thu, 05 Sep 2019 09:21:09 -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 S1729945AbfIEOK6 (ORCPT + 99 others); Thu, 5 Sep 2019 10:10:58 -0400 Received: from muru.com ([72.249.23.125]:59740 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726048AbfIEOK6 (ORCPT ); Thu, 5 Sep 2019 10:10:58 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D319A810D; Thu, 5 Sep 2019 14:11:26 +0000 (UTC) Date: Thu, 5 Sep 2019 07:10:53 -0700 From: Tony Lindgren To: William Breathitt Gray Cc: David Lechner , Jonathan Cameron , linux-iio@vger.kernel.org, linux-omap@vger.kernel.org, Rob Herring , Mark Rutland , =?utf-8?Q?Beno=C3=AEt?= Cousson , Thierry Reding , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v3 0/6] counter: new TI eQEP driver Message-ID: <20190905141053.GU52127@atomide.com> References: <20190901225827.12301-1-david@lechnology.com> <20190905133721.GA728346@icarus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190905133721.GA728346@icarus> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * William Breathitt Gray [190905 13:38]: > On Sun, Sep 01, 2019 at 05:58:21PM -0500, David Lechner wrote: > > This series adds device tree bindings and a new counter driver for the Texas > > Instruments Enhanced Quadrature Encoder Pulse (eQEP). > > > > As mentioned in one of the commit messages, to start with, the driver only > > supports reading the current counter value and setting the min/max values. > > Other features can be added as the counter subsystem gains support for them. ... > I'm satisfied with this version of the patchset. > > Signed-off-by: William Breathitt Gray > > Jonathan, if you have no objections please pick up this up so that it > can make it to the 5.4 merge window coming in soon. Alternatively, I can > merge it into my repository instead and hold it for a while longer > there, if you prefer that route. Looks good to me too: Acked-by: Tony Lindgren