[PATCH v2 0/2] add power-supply control to enable eeprom usage
From: Eliav Farber
Date: Mon Aug 22 2022 - 06:59:10 EST
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