From nobody Mon Jun 15 04:05:25 2026 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 0F3D31FF1B4; Tue, 7 Apr 2026 21:59:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775599175; cv=none; b=bUqxGuuRoeZAwQJiMHwU+iivmlZYycQbOnffYO6wxCYFVaL6n3BPPxBvouMz/isyk/KyaXnazpKaNwSZrZ1vVpazG14GllGQ5VCG/xNnEk+Ow9SHHxi6443yRmAw750iYyzX7YgVBOb0uwwkr1mmne3fYkN7DCFLqre7R+5Mqi4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775599175; c=relaxed/simple; bh=bQJb8BKJGnL8o8D17L7Ro6u9bGzuNAIOaCdmVy7i8Yk=; h=Date:From:To:Subject:Cc:MIME-Version:Message-ID:Content-Type; b=mmgDbHEWxlcPsR70Qcx4Ptei823+NDXFyIWbo4+kXo0ex2ShmAzvUGd2qt4hLOwodL0t7PIk6z0VFk1jdMmNlnvZpzbtfxXQlV9ctIheOPjlvA43MMT6bK0OiEhiblpmBRGm8/71UW/BiJEDwuIycAzsbg5sTlWCHdaR0ksPAhI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=szVfybhq; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=DoSPlOV5; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="szVfybhq"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="DoSPlOV5" Date: Tue, 07 Apr 2026 21:59:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1775599171; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xgH+oAkUSmIMgN5QOLaaktCGesPC4Do9DPAy4lnTsLA=; b=szVfybhqXodSNColr+j3aP/lEoxVeyUuGDnRLG6lsnT4EV0D5DJWXsfhao5f1qbkPTLkq0 Bl4a+Yn2mXnODo5c9G+x8cdsdEGY6RBISFl3RlsO3EhCip6f7qrh0oozsiINJeX906V5Nc wWUGdgar1SVkRkV0a5mIxgNoMaQ7eGXK+4X5F3xSN6fdvBMyz8lE4dqpFUTAt/FSgR60eF FGXVHYeiOvNyB3q8PcPSGIub/S2bzu4E9A1OZ+SilPR8ruLrt7B67cFqwqSuHydUpg2ABA F6V7pEFleN+RTAb61KFJU8Ehw8P+Kmlh/q/QUeKWXlWPxw/c7cblAMTfhFzoMQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1775599171; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xgH+oAkUSmIMgN5QOLaaktCGesPC4Do9DPAy4lnTsLA=; b=DoSPlOV5QLBv/8zyXaZTXRcsGtlriRilNwZrTt5Q47aIqIBpJlk+7jyoX4w2At2z64hF9K DifTVWeqMdtflwAA== From: "tip-bot2 for Thomas Gleixner" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] clockevents: Add missing kernel doc for clockevent set_next_coupled and cs_id members Cc: Thomas Gleixner , x86@kernel.org, linux-kernel@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <177559917037.801717.17859233200608709442.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following commit has been merged into the timers/core branch of tip: Commit-ID: f4d1a1c0eb49ba3c831d44aa01bea7c18488b889 Gitweb: https://git.kernel.org/tip/f4d1a1c0eb49ba3c831d44aa01bea7c18= 488b889 Author: Thomas Gleixner AuthorDate: Tue, 07 Apr 2026 20:08:37 +02:00 Committer: Thomas Gleixner CommitterDate: Tue, 07 Apr 2026 20:11:42 +02:00 clockevents: Add missing kernel doc for clockevent set_next_coupled and cs_= id members Fixes: 89f951a1e8ad ("clockevents: Provide support for clocksource coupled = comparators") Signed-off-by: Thomas Gleixner --- include/linux/clockchips.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 92d9022..a3773fe 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -73,6 +73,7 @@ enum clock_event_state { * level handler of the event source * @set_next_event: set next event function using a clocksource delta * @set_next_ktime: set next event function using a direct ktime value + * @set_next_coupled: set next event function for clocksource coupled mode * @next_event: local storage for the next event in oneshot mode * @max_delta_ns: maximum delta value in ns * @min_delta_ns: minimum delta value in ns @@ -80,6 +81,7 @@ enum clock_event_state { * @shift: nanoseconds to cycles divisor (power of two) * @state_use_accessors:current state of the device, assigned by the core = code * @features: features + * @cs_id: Clocksource ID to denote the clocksource for coupled mode * @retries: number of forced programming retries * @set_state_periodic: switch state to periodic * @set_state_oneshot: switch state to oneshot