public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [v3,0/6] introduce TI reset controller for MT8192 SoC
@ 2020-08-17  2:48 Crystal Guo
  2020-08-17  2:48 ` [v3, 1/4] dt-binding: reset-controller: ti: add reset-duration-us property Crystal Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Crystal Guo @ 2020-08-17  2:48 UTC (permalink / raw)
  To: p.zabel, robh+dt, matthias.bgg
  Cc: devicetree, yong.liang, stanley.chu, srv_heupstream, seiya.wang,
	linux-kernel, afd, fan.chen, linux-mediatek, yingjoe.chen,
	linux-arm-kernel

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 (4):
  dt-binding: reset-controller: ti: add reset-duration-us property
  dt-binding: reset-controller: ti: add 'mediatek,infra-reset' to
    compatible
  reset-controller: ti: introduce a new reset handler
  arm64: dts: mt8192: add infracfg_rst node

 .../bindings/reset/ti-syscon-reset.txt        |  6 +++++
 arch/arm64/boot/dts/mediatek/mt8192.dtsi      | 11 +++++++-
 drivers/reset/reset-ti-syscon.c               | 26 +++++++++++++++++--
 3 files changed, 40 insertions(+), 3 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-08-17  2:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-17  2:48 [v3,0/6] introduce TI reset controller for MT8192 SoC Crystal Guo
2020-08-17  2:48 ` [v3, 1/4] dt-binding: reset-controller: ti: add reset-duration-us property Crystal Guo
2020-08-17  2:48 ` [v3, 2/4] dt-binding: reset-controller: ti: add 'mediatek, infra-reset' to compatible Crystal Guo
2020-08-17  2:48 ` [v3,3/4] reset-controller: ti: introduce a new reset handler Crystal Guo
2020-08-17  2:48 ` [v4,4/4] arm64: dts: mt8192: add infracfg_rst node Crystal Guo

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