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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 70C8CC352A1 for ; Sat, 3 Dec 2022 16:09:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc: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=sB97/3ACJzJ44ZdK5s032OjcTuHahKuCk7vKBiSzJMw=; b=QqfA79NjDvUjJs lSBOBc0wzD8vAUhQM15loYi/c3U/D4gKnarSrMsCR1qiymvqx9Cs7WgkgkqBxd5QBiXZ6Qgvmufrp fWALeGU2/dD6/pUxT5osykbODGJEWp88AOZ4a9utcdwMlKZTp5qYMMHW24QtvvqSEwuXNPR7fxL0u 68na1jNqh1NM4Z7zYJ1S1w92VqgQWfXbIWiXbRhwsTE+OUOnPACVenb6MvbbEB/XvGYMGzDOMDWG/ H39s4Z9v5vZK9OiwD8Ox9jfDL7hWsC8yC9pLV0P76S88TiOlRR9rLfHIvp0whEv2ZEleyQ5+mLgWH DYsPy1ZCmXIX7S3Oe7Eg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p1V36-0042in-9N; Sat, 03 Dec 2022 16:07:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p1V33-0042i5-LA for linux-arm-kernel@lists.infradead.org; Sat, 03 Dec 2022 16:07:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D7157B8069C; Sat, 3 Dec 2022 16:07:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB2F4C433C1; Sat, 3 Dec 2022 16:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670083643; bh=Cxm5cX1/vRr6rTVftoIlwySvdfgJ/QgkmcVNP/aI/3s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rZxwQvjDdNkLrpGiIC1dofLAzcSqRi2r+jlxMyuBRKl9bCsujpO+QhkAC5XndgNh6 oz2RBT5LJwCuqzg3S1tmbbMJBgM4gkTbu5plpNTfdfjQyxy5GmNWFF/BTytFREh7ya X6w7Du1Y3o1u5XqVaHuKyebCjTCAm9GBkaXrkyBBhNFQEFr64LR7blH8/Z9Z2DAFFb BpIfc7CNKJ4VJ3Dm/ZRONw8MaKayBodAcE7llWu6FHQsD2WZ7J0YwD0oFhtYeY8q0Q 5yMWH4B6CZfP5jlgfHts1bhjUq3r4otcHjraXOUDstOe0GIfmVzwxpUSEFg6rzNRg7 vTHyQtftG4RLA== Date: Sat, 3 Dec 2022 16:20:08 +0000 From: Jonathan Cameron To: William Breathitt Gray Cc: Fabrice Gasnier , lars@metafoo.de, benjamin.gaignard@st.com, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, linux-iio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: Removing the last of IIO_COUNT (stm32-timer-trigger) Message-ID: <20221203162008.007df587@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 4.1.1 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221203_080729_889018_B350EE9F X-CRM114-Status: GOOD ( 14.53 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org ... > > --- > > To conclude, there some open items here, but hopefully nothing blocking. > > In case we sort all these, this will allow to remove the IIO_COUNT > > channel (along with the IIO device) being registered. > > I'm certain Jonathan will want some sort of deprecation schedule first > to make sure any existing users have time to migrate to the Counter > interface before we remove the IIO one, but it will give me a nice > feeling of completion to see the last of IIO_COUNT superceded by the > Counter interface. ;-) If there is nothing in tree, I'm fine 'removing' it. However, note that we'll have to keep a placeholder for some of the defines to avoid renumbering other types etc. So probably just stick a couple of underscores in front to make it __IIO_COUNT and add a comment to say it should not be used. Jonathan > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel