From patchwork Tue Jul 2 09:22:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 13719245 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B791614D703 for ; Tue, 2 Jul 2024 09:22:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719912148; cv=none; b=JxwFu5yfzhFx68Lrs4PRpTx/xi9OtKsm8uRXQcGje4ZWGKbcCWu2sSd+QTGXt+CwjhM1whmV2F0PLwTKhtMxixfo+nXevnn0Symxlpwmay1pIbi30tW+ImPQu8yNOC/9B/8NEpE3Oo/0wXrfM3SlF3QldpI18TFCue/dHq8xDuY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719912148; c=relaxed/simple; bh=glY7Q8fn7aGsXcjNXlspUsXPDbySy1NnuDwaeq5UHCw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=QRUOmmBSrI/lm9F2TFwChscSlCcHZg/ub17nuWPe7g9ZccCvho1c6MZW/MlhFFLF2nLR3U/dL2YEJfu4FpajXlomk7o0pJ7R9XSRPIIHn1SsTPFLwWs6jgN300qtrUAKxuZcCwM86SRKeMjsvtz/fRtUb1j4D0WPvC0ddyRigr4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ie8YBhUY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ie8YBhUY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A909C116B1; Tue, 2 Jul 2024 09:22:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719912148; bh=glY7Q8fn7aGsXcjNXlspUsXPDbySy1NnuDwaeq5UHCw=; h=Date:From:To:Cc:Subject:From; b=Ie8YBhUYb0NkSBxVa6g0ct6XjVnR3X6U27od1f32myy3AK0r3KbToR8Gpn/NtNkZV vUN+sBKCxNKcJ/RVEynfpPJ6lw5mOzo0S/c8nwYejXHyfMqKqSUebFBkXxU++hhCuU RO5sJA/87s3uUAO7OQDT5mNGjIcbqJo5lQ/MwCx+ATjqzrtSeSLUv8/UYwnmUZVRg7 6tGQTw9UpYK5RakwYEHxlx7+BV7tm9CzH8oM3JRt+Tzgq855rG9qjuzhN7486Q669S ikuDDgu63xydIZ8hgpexFPRXTtg4ZB30sqa5t73++PsIkecbs6pOGuNwbvc3V1B/bl 9wq09fGIo6QSQ== Date: Tue, 2 Jul 2024 18:22:22 +0900 From: William Breathitt Gray To: gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org Subject: [GIT PULL] Counter updates for 6.11 Message-ID: Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826: Linux 6.10-rc6 (2024-06-30 14:40:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.11 for you to fetch changes up to 988609f2aaf1c0dd1498eef6dec21c8a5fa34046: counter: ti-eqep: Allow eQEP driver to be built for K3 devices (2024-07-01 19:05:42 +0900) ---------------------------------------------------------------- Counter updates for 6.11 Primarily consists of cleanups and updates for ti-eqep; ti-eqep now supports over/underflow events and can be build for K3 devices. In addition, ftm-quaddec is updated to add a missing MODULE_DESCRIPTION() macro. ---------------------------------------------------------------- David Lechner (3): counter: ti-eqep: implement over/underflow events counter: ti-eqep: remove unused struct member counter: ti-eqep: remove counter_priv() wrapper Jeff Johnson (1): counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macro Judith Mendez (3): dt-bindings: counter: Add new ti,am62-eqep compatible counter/ti-eqep: Add new ti-am62-eqep compatible counter: ti-eqep: Allow eQEP driver to be built for K3 devices .../devicetree/bindings/counter/ti-eqep.yaml | 27 ++++- drivers/counter/Kconfig | 2 +- drivers/counter/ftm-quaddec.c | 1 + drivers/counter/ti-eqep.c | 131 ++++++++++++++++++--- 4 files changed, 139 insertions(+), 22 deletions(-)