summaryrefslogtreecommitdiffstats
path: root/drivers/spi/sandbox_spi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spi: Add support for memory-mapped flashSimon Glass2019-11-031-0/+11
* dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng2019-10-251-1/+1
* sandbox: spi: Add more loggingSimon Glass2018-10-091-29/+9
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-1/+0
* dm: sandbox: spi: Move to driver modelSimon Glass2014-10-221-126/+74
* sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass2014-03-171-0/+13
* sandbox: spi: Add SPI emulation busMike Frysinger2013-12-091-0/+204