mbox series

[RESEND,v4,0/2] Add aproperty in at24.c

Message ID 1532488822-5622-1-git-send-email-alanx.chiang@intel.com
Headers show
Series Add aproperty in at24.c | expand

Message

Chiang, AlanX July 25, 2018, 3:20 a.m. UTC
From: Alan Chiang <alanx.chiang@intel.com>

The RESEND PATCH modifies the commit message and adds the Reviewed-by.

In at24.c, it uses 8-bit addressing by default. In this patch add a
property address-width that provides a flexible method to pass the
information to the driver.

Alan Chiang (2):
  dt-bindings: at24: Add address-width property
  eeprom: at24: Add support for address-width property

 Documentation/devicetree/bindings/eeprom/at24.txt |  2 ++
 drivers/misc/eeprom/at24.c                        | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)