index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi
/
spi-nor-core.c
Age
Commit message (
Expand
)
Author
2020-08-03
mtd: spi-nor: Tidy up error handling / debug code
Simon Glass
2020-07-09
mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP
Pragnesh Patel
2020-06-01
mtd: spi: Call sst_write in _write ops
Jagan Teki
2020-06-01
sf: Drop spl_flash_get_sw_write_prot
Jagan Teki
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-11
spi: fix dev parameter in dev_* calls
Dario Binacchi
2020-04-30
mtd: spi-nor: Enable QE bit for ISSI flash
Jagan Teki
2020-04-29
spi: use is_power_of_2 instead of hweight32 in spi_nor_write()
Rasmus Villemoes
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-01-27
mtd: spi-nor-core: Add octal mode support
Vignesh Raghavendra
2020-01-07
Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2019-12-27
mtd: spi-nor-core: Fix static checker warnings
Vignesh Raghavendra
2019-12-17
mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser
Tudor Ambarus
2019-10-25
mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...
Vignesh Raghavendra
2019-10-25
mtd: spi-nor-core: Use dev_err for reporting erase/write failures
Vignesh Raghavendra
2019-09-16
mtd: spi-nor: add missing SST26* flash IC protection ops
Eugeniy Paltsev
2019-05-03
mtd: spi-nor: fix page program issue when using spi-mem driver
Weijie Gao
2019-04-12
mtd: spi: Replace ad-hoc default implementation with spi_mem_op
Marek Vasut
2019-02-07
mtd: spi: Add lightweight SPI flash stack for SPL
Vignesh R
2019-02-07
mtd: spi: Switch to new SPI NOR framework
Vignesh R
2019-02-07
mtd: spi: spi-nor-core: Add back U-Boot specific features
Vignesh R
2019-02-07
mtd: spi: spi-nor-core: Add SFDP support
Vignesh R
2019-02-07
mtd: spi: spi-nor-core: Add 4 Byte addressing support
Vignesh R
2019-02-07
mtd: spi: spi-nor-core: Add SPI MEM support
Vignesh R
2019-02-07
mtd: spi: Port SPI NOR framework from Linux
Vignesh R