Re: nvmem: add driver for Microchip 24AA025E48 I2C eeprom / nodeID chip

From: Felix Brack
Date: Wed Jan 24 2018 - 10:18:11 EST



On 24.01.2018 16:08, Andy Shevchenko wrote:
> On Wed, Jan 24, 2018 at 4:23 PM, Felix Brack <fb@xxxxxxx> wrote:
>> Hello,
>>
>> About three years ago I wrote a driver for Microchip's 24AA025E48 I2C
>> eeprom/nodeID chip. At that time I placed the source files in
>> drivers/misc/eeprom. I never posted the code.
>> I now plan to rewrite the driver from scratch. Is it correct to place
>> the source code in drivers/nvmem and is there a special mailing list to
>> which the patch should be posted when ready?
>>
>> many thanks and kind regards, Felix
>
> Does the existing driver [1] work for you (if you add ID there)?
>
> [1]: at24
>
Yes it does. Actually the driver I wrote 3 years ago is based on the
at24 driver. Lot's of code in my driver originates directly from the
at24 driver.

--
regards Felix