summaryrefslogtreecommitdiff
path: root/drivers/spi/sandbox_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-11-03spi: Add support for memory-mapped flashSimon Glass1-0/+11
2019-10-24dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng1-1/+1
2018-10-09sandbox: spi: Add more loggingSimon Glass1-29/+9
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-01-30dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass1-126/+74
2014-03-18sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass1-0/+13
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger1-0/+204