public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] SPMI patches for the merge window
@ 2024-05-07 21:07 Stephen Boyd
  2024-05-07 21:07 ` [PATCH 01/12] spmi: make spmi_bus_type const Stephen Boyd
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Stephen Boyd @ 2024-05-07 21:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, patches, Abel Vesa, Johan Hovold, Markus Elfring,
	Ricardo B. Marliere, Vamshi Gajjela, AngeloGioacchino Del Regno,
	David Collins, Dmitry Baryshkov, Krzysztof Kozlowski,
	Neil Armstrong

Here's a stack of SPMI patches for the next merge window. The main
chunk consists of adding support for multi bus SPMI controllers found on
newer Qualcomm SoCs. Beyond that there's some cleanups in the bindings
and code along with a non-critical fix to avoid an exit path ida bug.

Abel Vesa (7):
  dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB schema
  dt-bindings: spmi: Deprecate qcom,bus-id
  spmi: pmic-arb: Fix some compile warnings about members not being
    described
  spmi: pmic-arb: Make the APID init a version operation
  spmi: pmic-arb: Make core resources acquiring a version operation
  spmi: pmic-arb: Register controller for bus instead of arbiter
  spmi: pmic-arb: Add multi bus support

Johan Hovold (2):
  dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding
    references
  dt-bindings: spmi: hisilicon,hisi-spmi-controller: clean up example

Markus Elfring (1):
  spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in
    spmi_pmic_arb_probe()

Ricardo B. Marliere (1):
  spmi: make spmi_bus_type const

Vamshi Gajjela (1):
  spmi: hisi-spmi-controller: Do not override device identifier

 .../spmi/hisilicon,hisi-spmi-controller.yaml  |  17 +-
 .../bindings/spmi/qcom,spmi-pmic-arb.yaml     |   1 +
 .../spmi/qcom,x1e80100-spmi-pmic-arb.yaml     | 136 +++
 drivers/spmi/hisi-spmi-controller.c           |   1 -
 drivers/spmi/spmi-pmic-arb.c                  | 980 +++++++++++-------
 drivers/spmi/spmi.c                           |   2 +-
 6 files changed, 744 insertions(+), 393 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml

Cc: Abel Vesa <abel.vesa@linaro.org>
Cc: Johan Hovold <johan+linaro@kernel.org>
Cc: Markus Elfring <elfring@users.sourceforge.net>
Cc: "Ricardo B. Marliere" <ricardo@marliere.net>
Cc: Vamshi Gajjela <vamshigajjela@google.com>
Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: David Collins <quic_collinsd@quicinc.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git


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

end of thread, other threads:[~2024-05-07 21:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 21:07 [PATCH 00/12] SPMI patches for the merge window Stephen Boyd
2024-05-07 21:07 ` [PATCH 01/12] spmi: make spmi_bus_type const Stephen Boyd
2024-05-07 21:07 ` [PATCH 02/12] dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references Stephen Boyd
2024-05-07 21:07 ` [PATCH 03/12] dt-bindings: spmi: hisilicon,hisi-spmi-controller: clean up example Stephen Boyd
2024-05-07 21:07 ` [PATCH 04/12] spmi: hisi-spmi-controller: Do not override device identifier Stephen Boyd
2024-05-07 21:07 ` [PATCH 05/12] spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_pmic_arb_probe() Stephen Boyd
2024-05-07 21:07 ` [PATCH 06/12] dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB schema Stephen Boyd
2024-05-07 21:07 ` [PATCH 07/12] dt-bindings: spmi: Deprecate qcom,bus-id Stephen Boyd
2024-05-07 21:07 ` [PATCH 08/12] spmi: pmic-arb: Fix some compile warnings about members not being described Stephen Boyd
2024-05-07 21:07 ` [PATCH 09/12] spmi: pmic-arb: Make the APID init a version operation Stephen Boyd
2024-05-07 21:07 ` [PATCH 10/12] spmi: pmic-arb: Make core resources acquiring " Stephen Boyd
2024-05-07 21:07 ` [PATCH 11/12] spmi: pmic-arb: Register controller for bus instead of arbiter Stephen Boyd
2024-05-07 21:07 ` [PATCH 12/12] spmi: pmic-arb: Add multi bus support Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox