Re: [PATCH v3] eeprom/at24: use device_property_*() functions instead of of_get_property()

2017-02-09 Thread Ben Gardner
Ignore this last patch. I should remember to test even the simplest of cut-and-paste ops. On Thu, Feb 9, 2017 at 11:09 AM, Ben Gardner wrote: > Allow the at24 driver to get configuration information from both OF and > ACPI by using the more generic device_property functions. > This change was ins

[PATCH v3] eeprom/at24: use device_property_*() functions instead of of_get_property()

2017-02-09 Thread Ben Gardner
Allow the at24 driver to get configuration information from both OF and ACPI by using the more generic device_property functions. This change was inspired by the at25.c driver. I have a custom board with a ST M24C02 EEPROM attached to an I2C bus. With the following ACPI construct, this patch insta