Re: [PATCH 0/3] nvmem: eeprom: add support for FRAM

2021-04-12 Thread Jiří Prchal
On 09. 04. 21 19:21, Christian Eggers wrote: Hi Jiri, I have two Fujitsu different FRAMs running with the stock at25 driver. I set the page size equal to the device size (as FRAMs have no pages). Are you able to run your FRAM with the unmodified driver? I assume that getting the device

Re: [PATCH 0/3] nvmem: eeprom: add support for FRAM

2021-04-09 Thread Christian Eggers
Hi Jiri, I have two Fujitsu different FRAMs running with the stock at25 driver. I set the page size equal to the device size (as FRAMs have no pages). Are you able to run your FRAM with the unmodified driver? I assume that getting the device geometry from the chip is vendor specific (in

[PATCH 0/3] nvmem: eeprom: add support for FRAM

2021-04-09 Thread Jiri Prchal
Adds sopport for Cypress FRAMs. Jiri Prchal (3): nvmem: eeprom: at25: add support for FRAM nvmem: eeprom: at25: add support for FRAM nvmem: eeprom: add documentation for FRAM .../devicetree/bindings/eeprom/at25.yaml | 12 +- drivers/misc/eeprom/Kconfig | 5 +-