9
0
Fork 0
barebox/drivers
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
..
amba resource: Let request_iomem_region return an error pointer 2014-09-16 08:32:09 +02:00
ata of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
base Merge branch 'for-next/of-device-id' 2015-05-06 21:36:13 +02:00
bus Merge branch 'for-next/of-device-id' 2015-05-06 21:36:13 +02:00
clk of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
clocksource clock: incorporate dummy clocksource into core clock code 2014-12-17 12:15:11 +01:00
dma of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
eeprom eeprom/at25: parse partitions from device tree 2016-02-17 20:04:16 +01:00
firmware firmware: socfpga: Fix a bug in fpgamgr_program_write_buf() 2015-04-23 07:57:56 +02:00
gpio gpio-davinci: gpio get should return 0 or 1 2015-06-01 14:07:29 +02:00
habv4 habv4: add High Assurance Boot v4 2015-04-15 07:12:17 +02:00
i2c i2c: gpio: add bus recovery support 2015-07-30 16:46:27 +02:00
input input: Let input support depend on !CONSOLE_NONE 2014-10-08 08:11:02 +02:00
led led: gpio: Free GPIOs on unregister() 2015-04-20 07:00:21 +02:00
mci of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
mfd of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
misc bootstate: probe bootstate later 2015-06-10 13:42:33 +02:00
mtd fixup! davinci_nand: add support for the NAND controller 2015-07-30 17:20:33 +02:00
net davinci_emac: add support for version 1 2015-06-14 12:17:07 +02:00
of of/base: fix typo 2015-06-14 12:17:08 +02:00
pci Merge branch 'for-next/of-device-id' 2015-05-06 21:36:13 +02:00
phy add generic PHY framework 2014-11-04 09:50:44 +01:00
pinctrl of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
pwm of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
regulator regulator: add bcm2835 driver 2015-02-04 15:49:59 +01:00
reset reset: add reset controller framework 2014-05-15 14:17:11 +02:00
rtc of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
serial of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
spi spi: only register enabled child nodes 2015-06-14 12:17:09 +02:00
usb Merge branch 'pu/am335x' 2015-05-28 08:27:02 +02:00
video of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
w1 driver: Call remove function only when available 2015-03-17 07:24:50 +01:00
watchdog fixup! watchdog: add davinci watchdog driver 2015-07-30 17:20:32 +02:00
Kconfig add generic PHY framework 2014-11-04 09:50:44 +01:00
Makefile habv4: add High Assurance Boot v4 2015-04-15 07:12:17 +02:00