summaryrefslogtreecommitdiffstats
path: root/test/dm/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-1/+1
* test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng2020-01-271-3/+3
* dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass2018-07-091-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-2/+2
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-4/+4
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-3/+3
* dm: spi: Add testsSimon Glass2014-10-221-0/+127