[PATCH 0/6] spmi patches for the next merge window

Stephen Boyd posted 6 patches 4 years, 6 months ago
.../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |  76 +++
.../devicetree/bindings/spmi/spmi.yaml        |   3 -
drivers/spmi/Kconfig                          |  11 +
drivers/spmi/Makefile                         |   1 +
drivers/spmi/spmi-mtk-pmif.c                  | 542 ++++++++++++++++++
drivers/spmi/spmi-pmic-arb.c                  | 193 +++++--
6 files changed, 779 insertions(+), 47 deletions(-)
create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
create mode 100644 drivers/spmi/spmi-mtk-pmif.c
[PATCH 0/6] spmi patches for the next merge window
Posted by Stephen Boyd 4 years, 6 months ago
Hi Greg,

Here's a collection of SPMI patches that are ready for the next merge
window. This is mainly support for a Mediatek SPMI driver and then
a race condition fix and a patch to make the error message a little more
helpful for the Qualcomm PMIC arbiter.

David Collins (1):
  spmi: spmi-pmic-arb: fix irq_set_type race condition

James Lo (4):
  dt-bindings: spmi: remove the constraint of reg property
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192
  spmi: mediatek: Add support for MT8195

Stephen Boyd (1):
  spmi: pmic-arb: Add sid and address to error messages

 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |  76 +++
 .../devicetree/bindings/spmi/spmi.yaml        |   3 -
 drivers/spmi/Kconfig                          |  11 +
 drivers/spmi/Makefile                         |   1 +
 drivers/spmi/spmi-mtk-pmif.c                  | 542 ++++++++++++++++++
 drivers/spmi/spmi-pmic-arb.c                  | 193 +++++--
 6 files changed, 779 insertions(+), 47 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
 create mode 100644 drivers/spmi/spmi-mtk-pmif.c


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