u-boot-brain/drivers/mtd/spi
Simon Glass d0cff03e18 dm: spi: Move slave details to child platdata
At present we go through various contortions to store the SPI slave's chip
select in its private data. This only exists when the slave is active so
must be set up when it is probed. Until the device is probed we don't
actually know what chip select it will appear on.

However, now that we can support per-child platform data, we can use that
instead. This allows us to set up the chip select when the child is bound,
and avoid the messy contortions.

Unfortunately this is a fairly large change and it seems to be difficult to
break it down further.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-01-29 17:09:56 -07:00
..
eeprom_m95xxx.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
fsl_espi_spl.c driver: Add support of image load for MMC & SPI in SPL 2014-04-22 17:58:50 -07:00
Makefile mtd: sf: Zap ramtron driver 2014-12-18 18:17:54 +05:30
sandbox.c dm: spi: Move slave details to child platdata 2015-01-29 17:09:56 -07:00
sf_internal.h sf: Enable byte program support 2014-12-13 15:08:04 -07:00
sf_ops.c spi: sf: Support byte program for sst spi flash 2014-12-13 15:08:04 -07:00
sf_params.c sf: sf_params: Add S25FL164K flash identifier info 2014-12-18 18:48:30 +05:30
sf_probe.c dm: spi: Move slave details to child platdata 2015-01-29 17:09:56 -07:00
sf-uclass.c dm: sf: Add a uclass for SPI flash 2014-10-22 10:36:50 -06:00
sf.c sf: Add CONFIG_SF_DUAL_FLASH 2014-01-12 21:40:22 +05:30
spi_spl_load.c sf: Tidy up public and private header files 2014-10-22 10:36:50 -06:00