devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add power-supply control to enable eeprom usage
@ 2022-08-22 10:58 Eliav Farber
  2022-08-22 10:58 ` [PATCH v2 1/2] dt-bindings: at24: add new optional power-supply property Eliav Farber
  2022-08-22 10:58 ` [PATCH v2 2/2] eeprom: at24: add support for power-supply control Eliav Farber
  0 siblings, 2 replies; 8+ messages in thread
From: Eliav Farber @ 2022-08-22 10:58 UTC (permalink / raw)
  To: brgl, robh+dt, mark.rutland, arnd, gregkh, linux-i2c, devicetree,
	linux-kernel
  Cc: farbere, talel, hhhawa, jonnyc, hanochu, ronenk, itamark,
	shellykz, shorer, amitlavi, almogbs, dkl, dwmw

First patch describes the new binding property.
Second patch adds the functionality to the driver.

Change between v2 and v1:
- Use a gpio regulator for power-supply control.

Eliav Farber (2):
  dt-bindings: at24: add new optional power-supply property
  eeprom: at24: add support for power-supply control

 .../devicetree/bindings/eeprom/at24.txt       |  3 ++
 drivers/misc/eeprom/at24.c                    | 41 +++++++++++++++++++
 2 files changed, 44 insertions(+)

-- 
2.37.1


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

end of thread, other threads:[~2022-08-30 17:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 10:58 [PATCH v2 0/2] add power-supply control to enable eeprom usage Eliav Farber
2022-08-22 10:58 ` [PATCH v2 1/2] dt-bindings: at24: add new optional power-supply property Eliav Farber
2022-08-22 21:46   ` Rob Herring
2022-08-28 15:45     ` Farber, Eliav
2022-08-30 17:05       ` Krzysztof Kozlowski
2022-08-22 10:58 ` [PATCH v2 2/2] eeprom: at24: add support for power-supply control Eliav Farber
2022-08-28 14:28   ` Bartosz Golaszewski
2022-08-28 15:47     ` Farber, Eliav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).