aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/sandbox_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-10/+0
2020-07-17acpi: Support generation of SPI descriptorSimon Glass1-0/+11
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-11-03spi: Add support for memory-mapped flashSimon Glass1-0/+11
2019-10-25dm: 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-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-01-29dm: 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-17sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass1-0/+13
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger1-0/+204