mbox series

[v3,0/2] add power-supply control to enable eeprom usage

Message ID 20220828154904.20477-1-farbere@amazon.com
Headers show
Series add power-supply control to enable eeprom usage | expand

Message

Farber, Eliav Aug. 28, 2022, 3:49 p.m. UTC
First patch describes the new binding property.
Second patch adds the functionality to the driver.

Change between v3 and v2:
- Apply on top of v6.0-rc1.

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.yaml      |  4 ++
 drivers/misc/eeprom/at24.c                    | 40 +++++++++++++++++++
 2 files changed, 44 insertions(+)