mbox series

[0/3] misc: eeprom: at24: add optional dovdd-supply

Message ID 20240426102949.23057-1-zoie.lin@mediatek.com (mailing list archive)
Headers show
Series misc: eeprom: at24: add optional dovdd-supply | expand

Message

zoie.lin April 26, 2024, 10:29 a.m. UTC
From: Zoie Lin <zoie.lin@mediatek.com>

Based on tag: next-20240426, linux-next/master

v1:
Add support for the dovdd regulator, which supplies an
additional power source to the EEPROM.

Zoie Lin (3):
  misc: eeprom: at24: add optional dovdd-supply
  dt-bindings: eeprom: at24: Add support for at24c64
  dt-bindings: eeprom: at24: Add property dovdd-supply

 .../devicetree/bindings/eeprom/at24.yaml      |  6 +++
 drivers/misc/eeprom/at24.c                    | 37 ++++++++++++++++++-
 2 files changed, 41 insertions(+), 2 deletions(-)