mbox series

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

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

Message

Farber, Eliav Aug. 22, 2022, 10:58 a.m. UTC
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(+)

Comments

Farber, Eliav Aug. 28, 2022, 3:45 p.m. UTC | #1
On 8/23/2022 12:46 AM, Rob Herring wrote:
>>  Documentation/devicetree/bindings/eeprom/at24.txt | 3 +++
>>  1 file changed, 3 insertions(+)
>
> This file doesn't exist any more. Use the latest -rc1 kernel unless
> there is a reason you need a different (even later) base.
I applied the change on top of v6.0-rc1

--
Thanks, Eliav