
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(-)