From patchwork Mon Jan 30 21:40:00 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: 13121903 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 0F2F6C54EAA for ; Mon, 30 Jan 2023 21:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230023AbjA3VkG (ORCPT ); Mon, 30 Jan 2023 16:40:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbjA3VkF (ORCPT ); Mon, 30 Jan 2023 16:40:05 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D99AC1BDD for ; Mon, 30 Jan 2023 13:40:04 -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 7C91861262 for ; Mon, 30 Jan 2023 21:40:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66F4EC433D2; Mon, 30 Jan 2023 21:40:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675114803; bh=PD7bo53YTs7xjFUyn+12/N1MLUMYgeu2vH+2vdDvJlw=; h=Date:From:To:Cc:Subject:From; b=Oz/B2/O1A89Ud06gQBqn30eokiWD3arp2ROTrHvT+18TiMqabvIH7E4hOE90a259Q ZmE12axY2D/gBDN9Kw6wDpYSWdin0g3zqmYiX/GaGiIKrHKXeOxvpNEnv7CTWVTQZY xgmUWMQo/PHQrL4+PdBrs6KTKrMrgOH/leUucXPk4Z4Y5ViU5MBkZOoXMgqz6nXksz uDjH21gK6cBDq1824cXv+wbGu9Hg9JGjLN9ZjgU9RI0xQBIRBJfNnAK46fiudNWr5n BK3EYJrMO3iEDtX0tEh1Yd2FnkpuTtiLtjMwhAu1te/ZoVkpYw1T6hB9WzGoRF6niU zC9v9xfd4RPRw== Date: Mon, 30 Jan 2023 16:40:00 -0500 From: William Breathitt Gray To: gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org Subject: [PULL] First set of Counter updates for the 6.2 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.2a 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.2 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(-)