From patchwork Mon Jun 26 22:10:56 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: 13293576 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 2A9E9EB64D7 for ; Mon, 26 Jun 2023 22:13:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229487AbjFZWNU (ORCPT ); Mon, 26 Jun 2023 18:13:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232355AbjFZWMi (ORCPT ); Mon, 26 Jun 2023 18:12:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE1641FD5 for ; Mon, 26 Jun 2023 15:11:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F30B160F6F for ; Mon, 26 Jun 2023 22:10:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0E4DC433C0; Mon, 26 Jun 2023 22:10:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687817459; bh=L5J/oUnov5Ks2cIlJ/lOTvZ5xd8+r8ZWQpnWdjpBjac=; h=Date:From:To:Cc:Subject:From; b=Jf2pLTPUqk72gVed1pljvF39KKSQj8gfcC5i2pCHtATjKzdvMYwTPxVGCnUlOhkvp PT5+crycQgmNKwXBPB1QEvkP0M5Wi9QAol4RrpRo7sb/qvduY0S2AFtmBOw1Y9gW71 WVMcOXaYXgGAegQqvWL1H9YM7gLpIfO4hs2n5Y+Fz+eB9nNfLROcTaZWCyJ/jMiAJ6 khMUZSUmG73lMCAuTXfjgYzuOWs+IBH1dg0dpf2edN/AXIXJFmrrlTM5A5rhjiUW24 VrvUioa8l3fg/+fp6e5yVC/tqMH0Dx6yLNsFt9MPELGcUnhWTDDbnIfyGCHdeOLpKL 3+fsaIq4Fa+uw== Date: Mon, 26 Jun 2023 18:10:56 -0400 From: William Breathitt Gray To: gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org Subject: [GIT PULL] First set of Counter fixes for 6.5 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 d428487471ba6640ee8bcdabaf830aec08b85400: counter: i8254: Introduce the Intel 8254 interface library module (2023-06-08 10:11:17 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.5a for you to fetch changes up to 9b53a13422162feac7c7ee58e5bc0e0a80a41963: counter: Fix menuconfig "Counter support" submenu entries disappearance (2023-06-21 14:20:10 -0400) ---------------------------------------------------------------- First set of Counter fixes for 6.5 In commit d428487471ba ("counter: i8254: Introduce the Intel 8254 interface library module"), the misplacement of the I8254 Kconfig entry results in the "Counter support" submenu items disappearing in menuconfig. A fix is provided to reposition the I8254 Kconfig entry to restore the intended submenu behavior. ---------------------------------------------------------------- William Breathitt Gray (1): counter: Fix menuconfig "Counter support" submenu entries disappearance drivers/counter/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)