summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-071-18/+18
* sf: Add a method to obtain the block-protect settingSimon Glass2018-11-201-0/+10
* dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass2018-10-091-10/+8
* sandbox: spi: Add more loggingSimon Glass2018-10-091-25/+29
* sandbox: spi: Drop command-line SPI optionSimon Glass2018-10-091-113/+9
* dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass2018-07-091-4/+5
* spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()Simon Glass2018-06-191-3/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: sandbox: spi: Convert driver to support livetreeSimon Glass2017-06-011-4/+2
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* sf: nr_sectors -> n_sectorsJagan Teki2016-11-181-1/+1
* sf: sandbox: Use JEDEC_MFR|ID in id exctractJagan Teki2016-11-181-3/+2
* sf: Adopt flash table INFO macro from LinuxJagan Teki2016-11-181-4/+6
* sf: Remove SECT_32KJagan Teki2016-09-221-4/+1
* sandbox: spi: Remove an incorrect free()Simon Glass2016-02-261-1/+0
* sandbox: spi: Add more debugging to SPI emulationSimon Glass2016-02-261-3/+10
* sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass2015-05-141-1/+1
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-0/+5
* dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-291-2/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-2/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-221-1/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-221-1/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-221-47/+291
* sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass2014-09-261-76/+38
* sandbox: spi: Add new SPI flash driverMike Frysinger2013-12-091-0/+483