-
- Downloads
sf: Use spi_flash_alloc() in each SPI flash driver
Rather than each device having its own way to allocate a SPI flash
structure, use the new allocation function everywhere. This will make it
easier to extend the interface without breaking devices.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/mtd/spi/atmel.c 1 addition, 7 deletionsdrivers/mtd/spi/atmel.c
- drivers/mtd/spi/eon.c 1 addition, 7 deletionsdrivers/mtd/spi/eon.c
- drivers/mtd/spi/macronix.c 1 addition, 7 deletionsdrivers/mtd/spi/macronix.c
- drivers/mtd/spi/ramtron.c 1 addition, 3 deletionsdrivers/mtd/spi/ramtron.c
- drivers/mtd/spi/spansion.c 1 addition, 7 deletionsdrivers/mtd/spi/spansion.c
- drivers/mtd/spi/sst.c 1 addition, 7 deletionsdrivers/mtd/spi/sst.c
- drivers/mtd/spi/stmicro.c 1 addition, 7 deletionsdrivers/mtd/spi/stmicro.c
- drivers/mtd/spi/winbond.c 1 addition, 7 deletionsdrivers/mtd/spi/winbond.c
Loading
Please register or sign in to comment