From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 76D852F83AE for ; Sat, 28 Feb 2026 20:47:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772311648; cv=none; b=GEVvxFnOzpN9mQYYaKBJ8ZZJ0I3lEYXpLrBtmWkx0Lv56mLH2vP1wl4q1HCYOd3EglfnXJF4y+KfKieVGIG1+t0GL5V8cicCyElxscWF0Ozx0CyMN7o3MaJnQ9oGw2oXFTuLal2d9qYGUSDIgU9z/fy3k4Bck7vz6UH6Z82YW0o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772311648; c=relaxed/simple; bh=wpilwaKapWp43wsjfCFYHhbY0oyQXChRrcmHY3NSCQI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pnrzF4yrFCVJQ91Fp2CtKUvlVZCWupKFL9J+9lHnlJajnBJCptfj0fF3+kx9Wqej1t3csc+FLPAxht7DGwHivihaBTHWA/H1GLaUg4vo8ks9rohZopPipZIpHSJHz4uU1ocI5YnXmbcSFz13ZqUj/R8BTAE6CIjVQI1A110NfbM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool; spf=pass smtp.mailfrom=packett.cool; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b=WwsxoxIG; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=packett.cool Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b="WwsxoxIG" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1772311634; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JY8ah5sntkqwYsnjRryTUayuLGKdO7gmIkWN0EIBh8Q=; b=WwsxoxIGhM4p6ubmxG95hoOAI1yTdJ49aE2SpnU7ZKX21oAS0H5KAgbS+qCvxef4z/iA1R 513TQ7qSVX5Rrch06cm0vP84t41yIMNTsZ+aCsTe7zzdJVAkgl3L5nIUk4RrkyEFAjlYPc uTDev8DLe7Qen9D2XauFK2sHlAYZBmbpDKckGe3FWL3SLcmPIAuvRiGyC/whRRSysKGJUD NmTq9GIl4PdzBTyt2REJawNtNm8+rJ+izDYrUy/oPdP0qNKy2hqNDr1O+dDkSGWaXRMl6x jiC8Yh3XBmsbgLB/jsLxZOmAcmbftSiAqYp7LsA7eAvlmxVtcpwOR4m2TGLQ8A== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Michael Turquette , Stephen Boyd , Rob Herring , Conor Dooley , Adam Skladowski Cc: Val Packett , linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 0/6] SM6115/SM6125 MDSS core reset Date: Sat, 28 Feb 2026 17:41:26 -0300 Message-ID: <20260228204638.11705-1-val@packett.cool> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT v2: Collect R-b/T-b, expand commit messages to describe the issue everywhere v1: https://lore.kernel.org/all/20260216233600.13098-2-val@packett.cool/ Val Packett (6): dt-bindings: clock: qcom,sm6115-dispcc: Define MDSS resets dt-bindings: clock: qcom,dispcc-sm6125: Define MDSS resets clk: qcom: dispcc-sm6115: Add missing MDSS resets clk: qcom: dispcc-sm6125: Add missing MDSS resets arm64: dts: qcom: sm6115: Add missing MDSS core reset arm64: dts: qcom: sm6125: Add missing MDSS core reset arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 ++ arch/arm64/boot/dts/qcom/sm6125.dtsi | 3 +++ drivers/clk/qcom/dispcc-sm6115.c | 7 +++++++ drivers/clk/qcom/dispcc-sm6125.c | 7 +++++++ include/dt-bindings/clock/qcom,dispcc-sm6125.h | 6 +++++- include/dt-bindings/clock/qcom,sm6115-dispcc.h | 7 +++++-- 6 files changed, 29 insertions(+), 3 deletions(-) -- 2.52.0