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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 DA831C43218 for ; Thu, 25 Apr 2019 19:36:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 031332077C for ; Thu, 25 Apr 2019 19:36:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pJBNtx7Z"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="nsvMmBVw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 031332077C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qZ/vazfkJP4puXDNvLn0KMso35PVGwy2Z1R5t6czs2w=; b=pJBNtx7ZNQVbur xIMI+G/7zssz70RA1FPX61CY5maNN4FoB5pyw17p9buatIJamJiS7/KorfPzFDtGx2+xa1QyNqThJ l+jShT8FTfuUTH68x6bqc9b9TCKdory0v58L82tqrDTOm+iNLkwfuvpQUS8cBoDOrNMwH60DzY83W 3nA/HCm+N+1QS7sHnTmlnpuH/tqsgxYt0ThZVfx++GR5dR24XhaFpYThrdtAlJ8+pPtVIyO8baIFf Re55q1aK6lOEXxz4ESOL7BXJPTCF53drmCdb6QQOzum/nUZrkSHYEV2KSVe046xOfDe64OHYI6jjt aAH0A13EWPSvQAXssUJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJkAX-0008Mg-Sj; Thu, 25 Apr 2019 19:36:29 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hJkAU-0008MC-RW for linux-arm-kernel@lists.infradead.org; Thu, 25 Apr 2019 19:36:28 +0000 Received: from localhost (62-193-50-229.as16211.net [62.193.50.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2C7FC20685; Thu, 25 Apr 2019 19:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556220986; bh=lu3Gl4kYfadce26fIqlSb6esx/qPxezHI7oRC8rsMAc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nsvMmBVwxBQALsyT0vDAx3VN7HQHk3kAjRwyMKrdHkBOhK9SqqE3uxOKfhUqJa9hW x6xVDtzRQ1VkRhGae2jwoRGeXYWyEWAExOIbx22QMP80CuKmhBfgNvE2RD85QIXQOg G9+Q9mL/kt4jntljf5T1HFETWBNOGXHqgXDEaPi0= Date: Thu, 25 Apr 2019 21:36:24 +0200 From: Greg KH To: Jonathan Cameron Subject: Re: [PATCH v10 00/18] Introduce the Counter subsystem Message-ID: <20190425193624.GA11240@kroah.com> References: <20190407152550.451a7f63@archlinux> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190407152550.451a7f63@archlinux> User-Agent: Mutt/1.11.4 (2019-03-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190425_123626_910076_54B952F6 X-CRM114-Status: GOOD ( 18.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, benjamin.gaignard@st.com, linux-pwm@vger.kernel.org, linux-iio@vger.kernel.org, patrick.havelange@essensium.com, thierry.reding@gmail.com, pmeerw@pmeerw.net, linux-api@vger.kernel.org, lars@metafoo.de, daniel.lezcano@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, david@lechnology.com, William Breathitt Gray , robh+dt@kernel.org, tglx@linutronix.de, fabrice.gasnier@st.com, esben@haabendal.dk, shawnguo@kernel.org, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, knaack.h@gmx.de, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Apr 07, 2019 at 03:25:50PM +0100, Jonathan Cameron wrote: > On Tue, 2 Apr 2019 15:30:35 +0900 > William Breathitt Gray wrote: > > > Changes in v10: > > - Fix minor typographical errors in documentation > > - Merge the FlexTimer Module Quadrature decoder counter driver patches > > > > This revision is functionally identical to the last; changes in this > > version were made to fix minor typos in the documentation files and also > > to pull in the new FTM quadrature decoder counter driver. > > > > The Generic Counter API has been and is still in a feature freeze until > > it is merged into the mainline. The following features will be > > investigated after the merge: interrupt support for counter devices, and > > a character device interface for low-latency applications. > > Hi William / al, > > So the question is how to move this forwards? I'm happy with how it turned > out and the existing drivers we had in IIO are a lot cleaner under > the counter subsystem (other than the backwards compatibility for those that > ever existed in IIO). For those not following closely the situation is: I've now sucked this into my staging-testing branch and if 0-day is fine with it, I'll merge it to staging-next in a day or so. This way you can build on it for any iio drivers that might be coming. I do have reservations about that one sysfs file that is multi-line, and I think it will come to bite you in the end over time, so I reserve the right to say "I told you so" when that happens... But, I don't have a better answer for it now, so don't really worry about it :) thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel