All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] spmi:msm: Several fixes
@ 2023-01-16  0:33 Alexey Minnekhanov
  2023-01-16  0:33 ` [PATCH 1/5] spmi: msm: Remove wrong and unused code Alexey Minnekhanov
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Alexey Minnekhanov @ 2023-01-16  0:33 UTC (permalink / raw)
  To: u-boot
  Cc: Sumit Garg, Dzmitry Sankouski, Ramon Fried, Mateusz Kulikowski,
	Alexey Minnekhanov

In the process of porting my board to u-boot I've noticed incorrect
behaviour, some things that clearly look wrong, and other strange
things. Here go several fixes to MSM SPMI driver, mostly related
to newer platforms support.

Alexey Minnekhanov (5):
  spmi: msm: Remove wrong and unused code
  spmi: msm: Fix parsing FDT and reading ARB version
  doc: spmi-msm: Update docs to reflect current state
  arm64: dts: qcom: Fix SPMI arbiter regs and reg-names
  spmi: msm: Fix up msm_spmi_write() for ARB V5

 arch/arm/dts/qcs404-evb.dts                |  7 ++--
 arch/arm/dts/sdm845.dtsi                   |  8 ++---
 doc/device-tree-bindings/spmi/spmi-msm.txt | 21 +++++++----
 drivers/spmi/spmi-msm.c                    | 41 +++++++++-------------
 4 files changed, 39 insertions(+), 38 deletions(-)

-- 
2.38.2


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-01-23  6:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  0:33 [PATCH 0/5] spmi:msm: Several fixes Alexey Minnekhanov
2023-01-16  0:33 ` [PATCH 1/5] spmi: msm: Remove wrong and unused code Alexey Minnekhanov
2023-01-19  7:59   ` Sumit Garg
2023-01-16  0:33 ` [PATCH 2/5] spmi: msm: Fix parsing FDT and reading ARB version Alexey Minnekhanov
2023-01-19  8:36   ` Sumit Garg
2023-01-21  2:55     ` Alexey Minnekhanov
2023-01-16  0:33 ` [PATCH 3/5] doc: spmi-msm: Update docs to reflect current state Alexey Minnekhanov
2023-01-19  8:44   ` Sumit Garg
2023-01-21  2:56     ` Alexey Minnekhanov
2023-01-23  6:16       ` Sumit Garg
2023-01-16  0:33 ` [PATCH 4/5] arm64: dts: qcom: Fix SPMI arbiter regs and reg-names Alexey Minnekhanov
2023-01-19  8:47   ` Sumit Garg
2023-01-21  3:08     ` Alexey Minnekhanov
2023-01-23  6:22       ` Sumit Garg
2023-01-16  0:33 ` [PATCH 5/5] spmi: msm: Fix up msm_spmi_write() for ARB V5 Alexey Minnekhanov
2023-01-19  8:48   ` Sumit Garg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.