mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [v7,0/2] introduce TI reset controller for MT8192 SoC
@ 2021-01-15 11:23 Crystal Guo
  2021-01-15 11:23 ` [v7,1/2] dt-binding: reset-controller: mediatek: add YAML schemas Crystal Guo
  2021-01-15 11:23 ` [v7,2/2] reset-controller: ti: introduce an integrated reset handler Crystal Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Crystal Guo @ 2021-01-15 11:23 UTC (permalink / raw)
  To: p.zabel, robh+dt, matthias.bgg, crystal.guo
  Cc: linux-kernel, devicetree, stanley.chu, srv_heupstream,
	seiya.wang, fan.chen, linux-mediatek, Yingjoe.Chen, s-anna,
	linux-arm-kernel, Yidi.Lin, ikjn

v7:
1. [v7,1/2] remove "mediatek,reset-bit" property from mediatek-syscon-reset.yaml in [v6,1/3]
2. [v7,2/2] use the flag "MTK_SYSCON_RESET_FLAG" to determine whether to call "mtk_syscon_reset",
which integrate assert and deassert together.
3. The patch "[v6,3/3] reset-controller:ti:force the write operation when assert or deassert" has been applied

v6:
fix the format error of mediatek-syscon-reset.yaml

v5:
1. revert ti-syscon-reset.txt, and add a new mediatek reset binding.
2. split the patch [v4, 3/4] with the change to force write and the
change to integrate assert and deassert together.
3. separate the dts patch from this patch sets

v4:
fix typos on v3 commit message.

v3:
1. revert v2 changes.
2. add 'reset-duration-us' property to declare a minimum delay,
which needs to be waited between assert and deassert.
3. add 'mediatek,infra-reset' to compatible.

v2 changes:
https://patchwork.kernel.org/patch/11697371/
1. add 'assert-deassert-together' property to introduce a new reset handler,
which allows device to do serialized assert and deassert operations in a single
step by 'reset' method.
2. add 'update-force' property to introduce force-update method, which forces
the write operation in case the read already happens to return the correct value.
3. add 'generic-reset' to compatible

v1 changes:
https://patchwork.kernel.org/patch/11690523/
https://patchwork.kernel.org/patch/11690527/


Crystal Guo (2):
  dt-binding: reset-controller: mediatek: add YAML schemas
  reset-controller: ti: introduce an integrated reset handler

 .../bindings/reset/mediatek-syscon-reset.yaml | 51 +++++++++++++++++++
 drivers/reset/reset-ti-syscon.c               | 39 ++++++++++++++
 2 files changed, 90 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/mediatek-syscon-reset.yaml


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

end of thread, other threads:[~2021-01-22  8:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 11:23 [v7,0/2] introduce TI reset controller for MT8192 SoC Crystal Guo
2021-01-15 11:23 ` [v7,1/2] dt-binding: reset-controller: mediatek: add YAML schemas Crystal Guo
2021-01-22  8:13   ` Ikjoon Jang
2021-01-15 11:23 ` [v7,2/2] reset-controller: ti: introduce an integrated reset handler Crystal Guo

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®