summaryrefslogtreecommitdiffstats
path: root/drivers/spi/sandbox_spi.c
Commit message (Expand)AuthorAgeFilesLines
* test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2020-12-221-0/+14
* spi: sandbox_spi: Implement speed/mode setupOvidiu Panait2020-12-221-0/+26
* sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait2020-12-221-2/+2
* sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2020-12-221-16/+0
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-10/+0
* acpi: Support generation of SPI descriptorSimon Glass2020-07-171-0/+11
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* 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