-
sent/20230802-pmi8998-charger-fixes-117ed8268976-v17c0160ea · ·
power: supply: qcom_pmi8998_charger fixes Drop the useless CHARGE_CONTROL_LIMIT_* properties and fix incorrect status reporting on some devices when the battery is full. To: Andy Gross <agross@kernel.org> To: Bjorn Andersson <andersson@kernel.org> To: Konrad Dybcio <konrad.dybcio@linaro.org> To: Sebastian Reichel <sre@kernel.org> To: Caleb Connolly <caleb.connolly@linaro.org> Cc: Sebastian Reichel <sebastian.reichel@collabora.com> Cc: linux-arm-msm@vger.kernel.org Cc: linux-pm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht --- Caleb Connolly (2): power: supply: qcom_pmi8998_charger: remove CHARGE_CONTROL_LIMIT_* props power: supply: qcom_pmi8998_charger: fix charger status drivers/power/supply/qcom_pmi8998_charger.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) --- base-commit: 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4 // Caleb (they/them)
-
-
-
-
-
-
-
-
-
sent/20230627-c630-uart-and-1p2-reg-a055969fb4c6-v2fddf3962 · ·
arm64: dts: qcom: some sdm850/c630 bits A few DT fixes for the SDM850 laptops * Add the missing eDP bridge 1p2 regulator on the c630 * Fix bluetooth UART aliases * Enable debug UART on the c630 To: Andy Gross <agross@kernel.org> To: Bjorn Andersson <andersson@kernel.org> To: Konrad Dybcio <konrad.dybcio@linaro.org> To: Rob Herring <robh+dt@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> To: Conor Dooley <conor+dt@kernel.org> Cc: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht --- Changes in v2: - Fix property ordering in patch 1 - Directly reference hsuart renaming commit in patch 3 - Link to v1: https://lore.kernel.org/r/20230627-c630-uart-and-1p2-reg-v1-0-b48bfb47639b@linaro.org --- Caleb Connolly (3): arm64: dts: qcom: c630: add panel bridge 1p2 regulator arm64: dts: qcom: c630: add debug uart arm64: dts: qcom: sdm850-*: fix uart6 aliases .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 35 +++++++++++++++++++++- arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) --- base-commit: c3dae0fa8662b2848ccbcdc6187443ca64cd2808 // Caleb (they/them)
-
sdm845-6.4121d2445 · ·
6.4: yay Mostly a rebase, few minor improvements, third party touch support for op6/6T!
-
sent/20230627-c630-uart-and-1p2-reg-a055969fb4c6-v10ba1a140 · ·
arm64: dts: qcom: some sdm850/c630 bits A few DT fixes for the SDM850 laptops * Add the missing eDP bridge 1p2 regulator on the c630 * Fix bluetooth UART aliases * Enable debug UART on the c630 To: Andy Gross <agross@kernel.org> To: Bjorn Andersson <andersson@kernel.org> To: Konrad Dybcio <konrad.dybcio@linaro.org> To: Rob Herring <robh+dt@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> To: Conor Dooley <conor+dt@kernel.org> Cc: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht --- Caleb Connolly (3): arm64: dts: qcom: c630: add panel bridge 1p2 regulator arm64: dts: qcom: c630: add debug uart arm64: dts: qcom: sdm850-*: fix uart6 aliases .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 37 +++++++++++++++++++++- arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 2 +- 2 files changed, 37 insertions(+), 2 deletions(-) --- base-commit: c3dae0fa8662b2848ccbcdc6187443ca64cd2808 // Caleb (they/them)
-
qcom-clk-for-6.5-2e5d10d1d · ·
Qualcomm clock updates for v6.5, second attempt This introduces Global Clock Controller for SDX75, LPASS clock controllers for SC8280XP, video clock controller for SM8350, SM8450 and SM8550, GPU clock controller for SM8450 and SM8550, RPMH clock support for SDX75 and IPQ9574 support in APSS IPQ PLL driver. Support for branch2 clocks with inverted off-bit is introduced and a couple of fixes to Alpha PLLs handling of TEST_CTL updates. The handling of active-only clocks in SMD RPM is improved, to ensure votes are appropriately placed. SC7180 camera GDSCs are made children of the titan_top GDSC. A couple of fixes to the display clocks on QCM2290 and shared RCGs in GCC are marked as such. SDCC clocks for IPQ6018 and IPQ5332 are corrected to use floor ops, and network-related resets on IPQ6018 are updated to cover all bits of each reset. Crypto clocks are added to IPQ9574 global clock controller, together with a few cleanups. Runtime PM is enabeld for SC8280XP GCC and GPUCC, and SM6375 GPUCC. A few fixes for MSM8974 multi-media clock controller. Support for some RCG clocks to be automatically controlled by downstream branches, and added to SM8450 GCC clocks. Further Kconfig depdenencies are introduce to avoid building Qualcomm clock drivers on unrelated architectures. Lastly, related DeviceTree binding updates are made. The tail of this is not bisectable, due to the missing DeviceTree binding include files. Rebase at this point in time is not desirable.