From mboxrd@z Thu Jan 1 00:00:00 1970 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 4E7062E040E; Tue, 17 Feb 2026 08:12:20 +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=1771315940; cv=none; b=CqjjzE1sDYStOBXQ7b203VC953xa/IXyL3mb9/1z0+/kcSCw9mrWLa7p3y0Z0bvVRhTQWq2rGHytWh6AKHVBqKvIRyyu+An18OM+yOvvoRCLgPBODH8BhWKcsgQWC+nv4Z4q0fIty4CgLKc9tjq5Tv3jBypZqnHlAROIgfHllRI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771315940; c=relaxed/simple; bh=UH5HtdI+InW7CTtuYQT+VZBcOCaRIXE3JrvyGnMImaY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BT1GXDF9oRK9gHibhOsm3jN2izzZDM1fbNDctpX6loMWHEuwzC3RnOTIMCm7tLj19QKfAB+Q/ZQPZ+l51CsF1TvLL6mLmei/bkZRvvmNTd9nKDoM2UyTw36FwcNLVhQyXc3LXMwZSh/FEE856FtbG+ua68l50NZrWhp7rvJUsjI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nYiqSEee; 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="nYiqSEee" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A06D3C19421; Tue, 17 Feb 2026 08:12:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771315940; bh=UH5HtdI+InW7CTtuYQT+VZBcOCaRIXE3JrvyGnMImaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nYiqSEeeuWO260yIg8CzeFvi3RG2e8a9s0tKzjiccpfw5lNY4TJs4ZFc+LWZbgttk LaAC5ZP+Q80ZDpP2GsL0DG5X2CxaY54t3aY/mxZikL4tOrAvWQXyM8SYMp6qMUiOHE spiqdpY759pVe2PNNXaKeEaGT/2kY1qcunQHu6DqMfT+2EwD97lqo/RnjgtDHZ5wuY cXThh/YizhVoDYh49qgJD/odYxktYlG3hmEVMCDiILNnyPMJ+bfYAoFqJpXmzYm028 dDa+a4M7gJ1cBpXPtIWs/DX94Euu1XtSNTDtEl8CMsBpMiuOzrJAEhwBAtVYDNHkeY S6lSJjdnp3Mfg== Date: Tue, 17 Feb 2026 09:12:17 +0100 From: Krzysztof Kozlowski To: Val Packett Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Marijn Suijten , Martin Botka , AngeloGioacchino Del Regno , linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] clk: qcom: dispcc-sm6125: Add missing MDSS resets Message-ID: <20260217-purring-ubiquitous-starfish-dfcabb@quoll> References: <20260216233600.13098-2-val@packett.cool> <20260216233600.13098-6-val@packett.cool> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260216233600.13098-6-val@packett.cool> On Mon, Feb 16, 2026 at 08:25:22PM -0300, Val Packett wrote: > The MDSS resets were left undescribed, fix that. Fix what? It is perfectly fine to have things "undescribed". Explain what is the problem of these being missing. > > Fixes: 6e87c8f07407 ("clk: qcom: Add display clock controller driver for SM6125") > Signed-off-by: Val Packett > --- > drivers/clk/qcom/dispcc-sm6125.c | 7 +++++++ > 1 file changed, 7 insertions(+) Best regards, Krzysztof