Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2436696pxb; Sun, 24 Jan 2021 07:00:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJyvSoD2vrdECPbTMZiXnseY258+UrgWH83IpKmEdF4w5TjAJecmC3ukl8G3SlhxvK+OwXvU X-Received: by 2002:a05:6402:50c6:: with SMTP id h6mr280593edb.117.1611500407391; Sun, 24 Jan 2021 07:00:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611500407; cv=none; d=google.com; s=arc-20160816; b=LP0jyDGSLEAKJTQJRlz0oeLZ1hF3uS4whfz0yDar+ONJqJEh25tSlhxyN8pyaSqnjm vj54T981xaNwZyHU3fYIKBFL3AG5PFcTXnz/Epc9+umDVM/wCb9LkU+xgImfX2bn9/b/ HdR88BZ1RilUwYbYRvaKm/zwAvqjM2whGTaKXf79CANkS+TBNZPVHGGjerFC4xd4vGdo ToTjtQXTwN9hRNSUgKKYpba7wwJ88UYXxXD/lP7O5pKb5Ml4s1cZXxuJo6f4ALLpwDJx FwAbAlJbBr7mk1RDPFgZyL60TnOjcTsP70Y7rwCjz8Gzx0d6FC0WrayhJMGkMr3RG4lZ 2mwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=m0lV1LFjuRwvkR+WX8+8Wi9D8QQIEY34i8nmxt511Ec=; b=kTyVdCGBiM79qd3wicDQ8oPVyLZNc0bLI6CaKr1F8xurAi+z/+SrKmHeuXneFYlmoA alfeNvyGv8QlPnciA1s4QbuRCXUUYxoHocowK2fk6KeKzhAmA0+L2AZjrTcALEbq3RLI msHkwGhPxyHX0rINbvb7thfnR1WijNE5pqriHRWCp6hmMenJVm4H8VIim6fkIfJf1iq7 G8tDbfySlZb0j+F+DPQoicNVxFABpe2r7QaN3XRzlOGotY+ufQOGHIl//+E4Byi4mhmH HYxuqJejfbhDS0sjW+nHOtZJGCgeex7bs3J5sO1d5r3NhsA/uxJOCveFrWttoIpto1tz 874w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hh2si5135757ejb.627.2021.01.24.06.59.44; Sun, 24 Jan 2021 07:00:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726149AbhAXO6Y (ORCPT + 99 others); Sun, 24 Jan 2021 09:58:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:59736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725986AbhAXO6X (ORCPT ); Sun, 24 Jan 2021 09:58:23 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 CB8D222D73; Sun, 24 Jan 2021 14:57:40 +0000 (UTC) Date: Sun, 24 Jan 2021 14:57:36 +0000 From: Jonathan Cameron To: William Breathitt Gray Cc: fabrice.gasnier@foss.st.com, fabrice.gasnier@st.com, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, benjamin.gaignard@st.com Subject: Re: [PATCH 0/2] Remove the IIO counter ABI Message-ID: <20210124145736.091f795f@archlinux> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Jan 2021 16:42:22 +0900 William Breathitt Gray wrote: > The IIO counter driver has been superseded by the Counter subsystem as > discussed in [1]. This patchset removes the IIO counter ABI code and > documentation. > > [1] https://lore.kernel.org/lkml/20210119104105.000010df@Huawei.com/ I'm happy to see this go in general, but would like it to sit on the list for a little while just in case anyone has a different opinion. The ABI has been marked as deprecated for a while, but who knows if users noticed that. Fingers crossed no one notices us removing it. It think it would also be good to note we still have one user of this ABI in iio/triggers/stm32-timer-trigger.c Hence we may want to introduce specific docs for that one case or try to figure out a clean way to get rid of it... Jonathan > > William Breathitt Gray (2): > counter: 104-quad-8: Remove IIO counter ABI > iio: Remove the IIO counter ABI documentation > > Documentation/ABI/testing/sysfs-bus-iio | 40 -- > .../testing/sysfs-bus-iio-counter-104-quad-8 | 133 ---- > MAINTAINERS | 1 - > drivers/counter/104-quad-8.c | 652 ++---------------- > drivers/counter/Kconfig | 2 +- > 5 files changed, 65 insertions(+), 763 deletions(-) > delete mode 100644 Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 >