summaryrefslogtreecommitdiff
path: root/test/dm/spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-23test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-23sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+1
2020-12-19dm: test: Drop assumptions of no sequence numbersSimon Glass1-3/+0
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-2/+2
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-3/+3
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-1/+1
2020-01-27test: dm: spi: Fix sandbox dm_test_spi_find()Bin Meng1-3/+3
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-2/+2
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-4/+4
2015-01-30dm: spi: Move slave details to child platdataSimon Glass1-3/+3
2014-10-22dm: spi: Add testsSimon Glass1-0/+127