summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/sandbox.c
Commit message (Expand)AuthorAgeLines
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08-2/+2
* sf: nr_sectors -> n_sectorsJagan Teki2016-11-18-1/+1
* sf: sandbox: Use JEDEC_MFR|ID in id exctractJagan Teki2016-11-18-3/+2
* sf: Adopt flash table INFO macro from LinuxJagan Teki2016-11-18-4/+6
* sf: Remove SECT_32KJagan Teki2016-09-22-4/+1
* sandbox: spi: Remove an incorrect free()Simon Glass2016-02-26-1/+0
* sandbox: spi: Add more debugging to SPI emulationSimon Glass2016-02-26-3/+10
* sandbox: spi: Add newline to printf() in sandbox_sf_probeSimon Glass2015-05-14-1/+1
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-0/+5
* dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-29-2/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-2/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-22-1/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-22-1/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
|/
* dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass2014-10-22-47/+291
* sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass2014-09-26-76/+38
* sandbox: spi: Add new SPI flash driverMike Frysinger2013-12-09-0/+483