freebsd-dev/sys/dev/flash
Adrian Chadd 1b46803833 [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_flashmap
This teaches the mx25l driver (sys/dev/flash/mx25l.c) to interact with
sys/dev/fdt/fdt_slicer.c and sys/geom/geom_flashmap.c.

This allows systems with SPI flash to benefit from the possibility to define
flash 'slices' via FDT, just the same way that it's currently possible for
CFI and NAND flashes.

Tested:

* Carambola 2, AR9331 + SPI NOR flash

PR:		kern/206227
Submitted by:	Stanislav Galabov <sgalabov@gmail.com>
2016-01-22 03:15:53 +00:00
..
at45d.c Check the return value of config_intrhook_establish(). 2015-03-03 02:08:17 +00:00
mx25l.c [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_flashmap 2016-01-22 03:15:53 +00:00
mx25lreg.h