| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: spi: Include dm.h in spi-nor-core.c | Sean Anderson | 2020-09-30 | 1 | -0/+1 |
* | mtd: spi-nor: Tidy up error handling / debug code | Simon Glass | 2020-08-03 | 1 | -1/+1 |
* | mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP | Pragnesh Patel | 2020-07-09 | 1 | -3/+4 |
* | mtd: spi: Call sst_write in _write ops | Jagan Teki | 2020-06-01 | 1 | -6/+7 |
* | sf: Drop spl_flash_get_sw_write_prot | Jagan Teki | 2020-06-01 | 1 | -11/+0 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | spi: fix dev parameter in dev_* calls | Dario Binacchi | 2020-05-11 | 1 | -8/+11 |
* | mtd: spi-nor: Enable QE bit for ISSI flash | Jagan Teki | 2020-04-30 | 1 | -0/+1 |
* | spi: use is_power_of_2 instead of hweight32 in spi_nor_write() | Rasmus Villemoes | 2020-04-29 | 1 | -4/+1 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | mtd: spi-nor-core: Add octal mode support | Vignesh Raghavendra | 2020-01-27 | 1 | -1/+19 |
* | Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian... | Tom Rini | 2020-01-07 | 1 | -2/+44 |
|\ |
|
| * | mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser | Tudor Ambarus | 2019-12-17 | 1 | -2/+44 |
* | | mtd: spi-nor-core: Fix static checker warnings | Vignesh Raghavendra | 2019-12-27 | 1 | -0/+6 |
|/ |
|
* | mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S... | Vignesh Raghavendra | 2019-10-25 | 1 | -1/+1 |
* | mtd: spi-nor-core: Use dev_err for reporting erase/write failures | Vignesh Raghavendra | 2019-10-25 | 1 | -3/+3 |
* | mtd: spi-nor: add missing SST26* flash IC protection ops | Eugeniy Paltsev | 2019-09-16 | 1 | -0/+181 |
* | mtd: spi-nor: fix page program issue when using spi-mem driver | Weijie Gao | 2019-05-03 | 1 | -19/+8 |
* | mtd: spi: Replace ad-hoc default implementation with spi_mem_op | Marek Vasut | 2019-04-12 | 1 | -8/+6 |
* | mtd: spi: Add lightweight SPI flash stack for SPL | Vignesh R | 2019-02-07 | 1 | -262/+4 |
* | mtd: spi: Switch to new SPI NOR framework | Vignesh R | 2019-02-07 | 1 | -57/+2 |
* | mtd: spi: spi-nor-core: Add back U-Boot specific features | Vignesh R | 2019-02-07 | 1 | -3/+159 |
* | mtd: spi: spi-nor-core: Add SFDP support | Vignesh R | 2019-02-07 | 1 | -2/+627 |
* | mtd: spi: spi-nor-core: Add 4 Byte addressing support | Vignesh R | 2019-02-07 | 1 | -0/+141 |
* | mtd: spi: spi-nor-core: Add SPI MEM support | Vignesh R | 2019-02-07 | 1 | -4/+93 |
* | mtd: spi: Port SPI NOR framework from Linux | Vignesh R | 2019-02-07 | 1 | -0/+1716 |