From nobody Mon May 25 00:08:42 2026 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 53C2C39A7E7 for ; Wed, 20 May 2026 10:29:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779272984; cv=none; b=U4cLVuXR0Kmd03plIi3GeP2FmZq9/oxiQVRHireYolFGq3z6U+t0xWxlDfZ0lTlx3UqdpdotRY99KXiKG6gKDmzTBB9yASdcgeZBY2/ilai2tLw0svuW8ntpLo1RQWYa5dtOISK6YuAjxeY8JGvmF61T1k9s/LW9/Fo6sL9C4r4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779272984; c=relaxed/simple; bh=LsbD+NFY4HDl5GDUJZcGXbpGKiyTp+zIyBV/sKvj6Ss=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=murSE3Kx+RDHNJ7CasRuAGE/Lms/bDy6rWTq65IgI3EgDiwLsw3VbvAgobTm/Hvwy1wXb4vqYXPJYiGkOnaAIT5M/W5cm2u8iFftSsMaJNicgdCo0rbpi9c31Wtl1ODOTLMgzgH48r3WmdVX0J4U39WA79Z0p0buzND1WOphJGw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=q0+ZGyqN; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="q0+ZGyqN" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Reply-To:Content-Type:In-Reply-To:References; bh=MnYP6f73aGtbiA5CWu55cNzYgg2OOTJQnEwonxCOQ5o=; b=q0+ZGyqN/RFw7NNHegiXvuzzTL qfnKHMjBwldMq1AMH5zE7YT3Oo2GluM9Kqj/jZ36OPlp9FFOYq4+W8vFmdBr4TIquSwtZsHlAc/Gw qjFa97uj0P3f3FNetI6gcYxxRlZtWZ7sOP+wtrWbXfK4UhTdMJt+AVnls1NR4MExjxk6vpqjM6MbA hbA6zPcI/HHo1uBn0ybcGO0g6n1aNtCXdvO+wSMi/iKJBl8Ar3cb9bK59chrdJgc6uX8brdMG/WBm +loQO9t5SGKFtHOrsha64RKG81xvE4jZTGNMkI8stCRbRQYkf6ds5mBIjv3vHMn7MAmzbxZoQwZWn 6A/TfVvA==; From: Heiko Stuebner To: vkoul@kernel.org Cc: neil.armstrong@linaro.org, heiko@sntech.de, jonas@kwiboo.se, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel test robot Subject: [PATCH] phy: rockchip: inno-usb2: Add missing clkout_ctl_phy kerneldoc Date: Wed, 20 May 2026 12:28:59 +0200 Message-ID: <20260520102859.1357411-1-heiko@sntech.de> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add the missing documentation for the newly added clkout_ctl_phy field. Fixes: 2775541de058 ("phy: rockchip: inno-usb2: Add clkout_ctl_phy support") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202605150315.MyBNQOPB-lkp@int= el.com/ Signed-off-by: Heiko Stuebner --- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c b/drivers/phy/ro= ckchip/phy-rockchip-inno-usb2.c index 133cfd6624e8..7d8a533f24ae 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c @@ -170,7 +170,8 @@ struct rockchip_usb2phy_port_cfg { * @reg: the address offset of grf for usb-phy config. * @num_ports: specify how many ports that the phy has. * @phy_tuning: phy default parameters tuning. - * @clkout_ctl: keep on/turn off output clk of phy. + * @clkout_ctl: register to enable output clk of phy, when set in GRF + * @clkout_ctl_phy: register to enable output clk of phy, when set inside = phy * @port_cfgs: usb-phy port configurations. * @chg_det: charger detection registers. */ --=20 2.47.3