From patchwork Tue Jan 31 11:48:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 13122918 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89EACC636CC for ; Tue, 31 Jan 2023 11:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229518AbjAaLtC (ORCPT ); Tue, 31 Jan 2023 06:49:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbjAaLsx (ORCPT ); Tue, 31 Jan 2023 06:48:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B218335B7 for ; Tue, 31 Jan 2023 03:48:50 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 4D1C8614BC for ; Tue, 31 Jan 2023 11:48:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D7D1C433EF; Tue, 31 Jan 2023 11:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675165729; bh=EvkOv8FRUu4XM0P+iFPU8bxcxFwLIJGWpejrNnn8RI4=; h=Date:From:To:Cc:Subject:From; b=uCFl+pfD4AzYx5C62Kb6j9flVoMZTHAEqlbQ7c12WMcD1gcLQv9kWpQZnJfjlfjT3 HELzKCtqYQIIXcFel3LctLzeYBbeJZbxC3y9mWjClt4SAEiBo3bBTytMVa5ihPteyL sdAyXQKTpTaZq3sZy3F+sWdU/uSiRBNODt5ODJLG2EwWfrWI02nLWih6T8dmPdpbf6 9qMxKu4Pond0ac8IOwPBadrPbeh/EbupmxJ+XZKIzNzETYyLpGwqF/XwKJl+0QddpY TU182JjuLAkpZC2PR8EZXcQxqqkHEnzKHN5CijfeM7IYJfyR3ys0a/flVetOJ37/uo 0dcvsNHlPhK+w== Date: Tue, 31 Jan 2023 06:48:47 -0500 From: William Breathitt Gray To: gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org, william.gray@linaro.org Subject: First set of Counter updates for the 6.3 cycle Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.3a for you to fetch changes up to 01f714ee022ecb2667ca8ba909138b1af4cfff2c: counter: fix dependency references for config MICROCHIP_TCB_CAPTURE (2023-01-18 09:59:58 -0500) ---------------------------------------------------------------- First set of Counter updates for the 6.3 cycle This set of updates consists only of Kconfig cleanup and changes for the Counter subsystem. In particular, the Kconfig entries are reorganized to to alphabetical order, and dependencies added to restrict building certain drivers (intel-qep, ftm-quaddec, and microchip-tcp-capture) to systems that support them. Changes * counter - Sort the Kconfig entries alphabetically * ftm-quaddec - Depend on the Layerscape SoC * microchip-tcp-capture - Add appropriate arch deps for TCP driver - fix dependency references for config MICROCHIP_TCB_CAPTURE * intel-qep - Depend on X86 ---------------------------------------------------------------- Lukas Bulwahn (1): counter: fix dependency references for config MICROCHIP_TCB_CAPTURE Peter Robinson (4): counter: Sort the Kconfig entries alphabetically counter: intel-qep: Depend on X86 counter: ftm-quaddec: Depend on the Layerscape SoC counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver drivers/counter/Kconfig | 91 +++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 44 deletions(-)