mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add MediaTek SMI reset controller driver
@ 2024-11-20  6:32 Friday Yang
  2024-11-20  6:32 ` [PATCH v2 1/2] dt-bindings: reset: mediatek: Add mt8188 SMI reset control binding Friday Yang
  2024-11-20  6:32 ` [PATCH v2 2/2] reset: mediatek: Add reset controller driver for SMI Friday Yang
  0 siblings, 2 replies; 6+ messages in thread
From: Friday Yang @ 2024-11-20  6:32 UTC (permalink / raw)
  To: Philipp Zabel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Matthias Brugger, AngeloGioacchino Del Regno, Friday Yang
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	Project_Global_Chrome_Upstream_Group

Based on tag: next-20241119, linux-next/master

Refer to the discussion in the following link:
https://lore.kernel.org/all/CAFGrd9qZhObQXvm2_abqaX83xMLqxjQETB2=wXpobDWU1CnvkA@mail.gmail.com/
https://lore.kernel.org/all/CAPDyKFpokXV2gJDgowbixTvOH_5VL3B5H8eyhP+KJ5Fasm2rFg@mail.gmail.com/
SMI clamp and reset operations should be implemented in SMI driver
instead of PM driver.

When we enable/disable power domain, the SMI LARBs linked to this power
domain could be affected by the bus glitch. To avoid this issue, SMI
need to apply clamp and reset opereations.

This patch mainly add these functions:
1) Add SMI reset controller driver to implement SMI LARBs reset opereations.
2) Add bindings for describing the reset controller.

Changes v2:
- According to previous discussions in v1, divided these four
  patches into two topic separately
- Change from 'mediatek,larb-rst-syscon' to 'mediatek,larb-rst'
- Modify the description for 'mediatek,larb-rst'
- Modify the description for '#reset-cells'
- Change compatible to 'mediatek,mt8188-smi-reset'
- Add COMPILE_TEST for RESET_MTK_SMI in Kconfig
- Drop label in binding's example
- Use MMIO instead of regmap in reset controller driver

v1:
https://patchwork.kernel.org/project/linux-mediatek/patch/20240821082845.11792-2-friday.yang@mediatek.com/
https://patchwork.kernel.org/project/linux-mediatek/patch/20240821082845.11792-5-friday.yang@mediatek.com/

friday.yang (2):
  dt-bindings: reset: mediatek: Add mt8188 SMI reset control binding
  reset: mediatek: Add reset control driver for SMI

 .../bindings/reset/mediatek,smi-reset.yaml    |  53 ++++++
 drivers/reset/Kconfig                         |   9 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-mediatek-smi.c            | 156 ++++++++++++++++++
 include/dt-bindings/reset/mt8188-resets.h     |  11 ++
 5 files changed, 230 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/mediatek,smi-reset.yaml
 create mode 100644 drivers/reset/reset-mediatek-smi.c

--
2.46.0


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

end of thread, other threads:[~2024-11-21  8:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20  6:32 [PATCH v2 0/2] Add MediaTek SMI reset controller driver Friday Yang
2024-11-20  6:32 ` [PATCH v2 1/2] dt-bindings: reset: mediatek: Add mt8188 SMI reset control binding Friday Yang
2024-11-20 11:55   ` AngeloGioacchino Del Regno
2024-11-21  0:57   ` CK Hu (胡俊光)
2024-11-21  8:33   ` Krzysztof Kozlowski
2024-11-20  6:32 ` [PATCH v2 2/2] reset: mediatek: Add reset controller driver for SMI Friday Yang

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

all inboxes | Powered by JetHome®