All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Minnekhanov <alexeymin@postmarketos.org>
To: u-boot@lists.denx.de
Cc: Sumit Garg <sumit.garg@linaro.org>,
	Dzmitry Sankouski <dsankouski@gmail.com>,
	Ramon Fried <rfried.dev@gmail.com>,
	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>,
	Alexey Minnekhanov <alexeymin@postmarketos.org>
Subject: [PATCH 0/5] spmi:msm: Several fixes
Date: Mon, 16 Jan 2023 03:33:10 +0300	[thread overview]
Message-ID: <20230116003315.2325575-1-alexeymin@postmarketos.org> (raw)

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


             reply	other threads:[~2023-01-16  0:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16  0:33 Alexey Minnekhanov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230116003315.2325575-1-alexeymin@postmarketos.org \
    --to=alexeymin@postmarketos.org \
    --cc=dsankouski@gmail.com \
    --cc=mateusz.kulikowski@gmail.com \
    --cc=rfried.dev@gmail.com \
    --cc=sumit.garg@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.