All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2]  soc: ti: wkup_m3_ipc: support i2c voltage scaling
@ 2022-04-25  5:28 ` Drew Fustini
  0 siblings, 0 replies; 10+ messages in thread
From: Drew Fustini @ 2022-04-25  5:28 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

Allow loading of a binary file containing i2c scaling sequences to be
provided to the Cortex-M3 firmware in order to properly scale voltage
rails on the PMIC during low power modes like DeepSleep0.

The new 'ti,scale-data-fw' property contains the name of a binary file.
    
A prerequisite for this series is:
[PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation
https://lore.kernel.org/linux-devicetree/20220414192722.2978837-1-dfustini@baylibre.com/

Dave Gerlach (2):
  dt-bindings: wkup-m3-ipc: Add ti,scale-data-fw property
  soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling

 .../bindings/soc/ti/wkup-m3-ipc.yaml          | 11 +++
 drivers/soc/ti/wkup_m3_ipc.c                  | 93 ++++++++++++++++++-
 include/linux/wkup_m3_ipc.h                   |  9 ++
 3 files changed, 112 insertions(+), 1 deletion(-)

-- 
2.32.0


_______________________________________________
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] 10+ messages in thread

end of thread, other threads:[~2022-04-26 19:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-25  5:28 [PATCH 0/2] soc: ti: wkup_m3_ipc: support i2c voltage scaling Drew Fustini
2022-04-25  5:28 ` Drew Fustini
2022-04-25  5:28 ` [PATCH 1/2] dt-bindings: wkup-m3-ipc: Add ti,scale-data-fw property Drew Fustini
2022-04-25  5:28   ` Drew Fustini
2022-04-25 16:22   ` Rob Herring
2022-04-25 16:22     ` Rob Herring
2022-04-26 19:28     ` Drew Fustini
2022-04-26 19:28       ` Drew Fustini
2022-04-25  5:28 ` [PATCH 2/2] soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling Drew Fustini
2022-04-25  5:28   ` Drew Fustini

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.