All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation
@ 2022-04-14 19:27 ` Drew Fustini
  0 siblings, 0 replies; 18+ messages in thread
From: Drew Fustini @ 2022-04-14 19:27 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Nishanth Menon,
	Santosh Shilimkar, Dave Gerlach, Tony Lindgren
  Cc: devicetree, linux-arm-kernel, linux-kernel, Drew Fustini

TI AM437x SoCs support isolation of the IOs so that control is taken
from the peripheral they are connected to and overridden by values
present in the control register for that pad. This series documents a
new property 'ti,set-io-isolation' and updates the wkup_m3_ipc driver to
inform the CM3 firmware when that property is set.

A prerequisite for this series is:
[PATCH v2 0/2] soc: ti: wkup_m3_ipc: support vtt toggle
https://lore.kernel.org/lkml/20220409211215.2529387-1-dfustini@baylibre.com/T/

Changes from v2:
- correct indentation of the 'allOf:' block in binding patch

Changes from v1:
- correct typo of 'ti,set-io-isolation' property
- make 'ti,set-io-isolation' only valid for 'ti,am4372-wkup-m3-ipc'

Dave Gerlach (1):
  soc: ti: wkup_m3_ipc: Add support for IO Isolation

Drew Fustini (1):
  dt-bindings: wkup-m3-ipc: Add ti,set-io-isolation property

 .../bindings/soc/ti/wkup-m3-ipc.yaml          | 78 +++++++++++++++++--
 drivers/soc/ti/wkup_m3_ipc.c                  | 14 +++-
 include/linux/wkup_m3_ipc.h                   |  1 +
 3 files changed, 86 insertions(+), 7 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-05-03 13:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 19:27 [PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation Drew Fustini
2022-04-14 19:27 ` Drew Fustini
2022-04-14 19:27 ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti,set-io-isolation property Drew Fustini
2022-04-14 19:27   ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti, set-io-isolation property Drew Fustini
2022-04-14 19:44   ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti,set-io-isolation property Drew Fustini
2022-04-14 19:44     ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti, set-io-isolation property Drew Fustini
2022-04-19 13:04   ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti,set-io-isolation property Rob Herring
2022-04-19 13:04     ` [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add ti, set-io-isolation property Rob Herring
2022-04-14 19:27 ` [PATCH v3 2/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation Drew Fustini
2022-04-14 19:27   ` Drew Fustini
2022-04-21  6:56 ` [PATCH v3 0/2] " Tony Lindgren
2022-04-21  6:56   ` Tony Lindgren
2022-04-22  5:10   ` Drew Fustini
2022-04-22  5:10     ` Drew Fustini
2022-04-26  6:45     ` Tony Lindgren
2022-04-26  6:45       ` Tony Lindgren
2022-05-03 13:08 ` (subset) " Nishanth Menon
2022-05-03 13:08   ` Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.