commit | d3cd0071a89a085a2d578b6a9e31db10469501c6 | [log] [tgz] |
---|---|---|
author | Christian Eggers <ceggers@arri.de> | Mon Jul 27 13:12:18 2020 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 28 12:08:08 2020 +0200 |
tree | 295ec7e59a8b35a9bef429d4e8faece39f068419 | |
parent | d162219c655c8cf8003128a13840d6c1e183fb80 [diff] |
eeprom: at25: allow page sizes greater than 16 bit Storage technologies like FRAM have no "write pages", the whole chip can be written within one SPI transfer. For these chips, the page size can be set equal to the device size. Currently available devices are already bigger than 64 kiB. Signed-off-by: Christian Eggers <ceggers@arri.de> Link: https://lore.kernel.org/r/20200727111218.26926-1-ceggers@arri.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>