9
0
Fork 0
barebox/drivers/eeprom
Harald Welte 862064ee4f eeprom/at25: parse partitions from device tree
Unlike at24 (I2C), the at25 (spi) EEPROM driver doesn't check if the
device tree node contains partition definitions.  This means that one
for example cannot have bootstate partitions on an at25 EEPROM, while it
works on an at24 EEPROM.

This patch adds device tree based partition support to the at25 driver.

Signed-off-by: Harald Welte <laforge@gnumonks.org>
2016-02-17 20:04:16 +01:00
..
Kconfig Cleanup Kconfig files 2012-12-08 12:22:12 +01:00
Makefile eeprom: add at24 support 2012-11-15 20:18:50 +01:00
at24.c OWHW: Support AT24CM02 EEPROM 2015-11-01 23:19:08 +01:00
at25.c eeprom/at25: parse partitions from device tree 2016-02-17 20:04:16 +01:00