- 03f3101 mtd: spi-nor: Tidy up error handling / debug code by Simon Glass · 4 years, 4 months ago
- 4ec7313 spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL by Simon Glass · 4 years, 4 months ago
- 191cad6 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 5 months ago
- 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
- 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
- 839c941 sandbox: spi: sandbox_sf_state_name() is required by Heinrich Schuchardt · 4 years, 6 months ago
- 03c3093 mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP by Pragnesh Patel · 4 years, 5 months ago
- 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 6 months ago
- e80699c mtd: sf: Drop plat from sf_probe by Jagan Teki · 4 years, 7 months ago
- d312081 mtd: spi: Call sst_write in _write ops by Jagan Teki · 4 years, 7 months ago
- e58ca24 sf: Drop spl_flash_get_sw_write_prot by Jagan Teki · 4 years, 7 months ago
- 380cdbe mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef by Jagan Teki · 4 years, 7 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
- efd11b9 sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array by Ye Li · 4 years, 7 months ago
- e50cc3e spi: fix dev parameter in dev_* calls by Dario Binacchi · 4 years, 7 months ago
- e8a14f5 mtd: spi-nor-ids: Add Spansion s25fs512s flash entry by Kuldeep Singh · 4 years, 8 months ago
- e719070 mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256 by Jagan Teki · 4 years, 7 months ago
- 355db10 mtd: spi-nor: Enable QE bit for ISSI flash by Jagan Teki · 4 years, 7 months ago
- 74412ab mtd: spi-nor: Enable dual and quad read for s25fl256s0 by Bacem Daassi · 4 years, 8 months ago
- 1067551 mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu* by Kuldeep Singh · 4 years, 9 months ago
- aea0b21 spi: use is_power_of_2 instead of hweight32 in spi_nor_write() by Rasmus Villemoes · 4 years, 9 months ago
- a599cb6 mtd: spi: Add Macronix MX25U3235F device by Tom Warren · 4 years, 8 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- c063ee3 mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 5 years ago
- f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
- e1f63a8 Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
- 1a6b0f1 Merge branch 'next' by Tom Rini · 5 years ago
- 79e1377 mtd: spi-nor-core: Fix static checker warnings by Vignesh Raghavendra · 5 years ago
- 231855e mtd: spi-nor: ids: Add GigaDevice gd25q128 by Peter Robinson · 5 years ago
- 49e3ca6 mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser by Tudor Ambarus · 5 years ago
- a104b64 mtd: spi: Export spi_flash_std_probe() by Simon Glass · 5 years ago
- c921dc7 mtd: spi: SPI_FLASH_MTD depends on MTD by Miquel Raynal · 5 years ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 7d252f4 spi-nor-ids: Add support for Adesto AT25SL321 by Fabio Estevam · 5 years ago
- d7be62c mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD by Frieder Schrempf · 5 years ago
- 4973621 spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry by Vignesh Raghavendra · 5 years ago
- f53bd81 spi-nor: spi-nor-ids: Add entries for mt25q variants by Vignesh Raghavendra · 5 years ago
- 84acf73 spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256* by Vignesh Raghavendra · 5 years ago
- a5cf613 mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_SECTORS by Vignesh Raghavendra · 5 years ago
- 9817208 mtd: spi-nor-core: Use dev_err for reporting erase/write failures by Vignesh Raghavendra · 5 years ago
- a1685dc mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig by Frieder Schrempf · 5 years ago
- fa89f04 mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH by Jagan Teki · 5 years ago
- ae04794 mtd: spi-nor: ids: Add is25wp256 chip by Jagan Teki · 5 years ago
- 13d103b mtd: spi: Kconfig: Update CONFIG_SPI_FLASH by Jagan Teki · 6 years ago
- 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
- 9c9d8d5 mtd: spi-nor: enable protection ops for SST26 flash series by Eugeniy Paltsev · 5 years ago
- 04a11a6 mtd: spi-nor: add missing SST26* flash IC protection ops by Eugeniy Paltsev · 5 years ago
- bbeca68 mtd: spi: Drop sf.c by Jagan Teki · 5 years ago
- 544a7b4 mtd: spi_dataflash: Use spi read then write by Jagan Teki · 5 years ago
- 820de7e mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID by Ashish Kumar · 5 years ago
- 8a201a0 mtd: spi: Add flash property for Micron mt25qu512a by Ashish Kumar · 5 years ago
- 09e9415 mtd: spi-nor: fix page program issue when using spi-mem driver by developer · 6 years ago
- 3f83d7d mtd: spi-nor-ids: Add Gigadevice gd25lq128 ID by Neil Armstrong · 6 years ago
- fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
- 0a77676 mtd: spi: Replace ad-hoc default implementation with spi_mem_op by Marek Vasut · 6 years ago
- 942a420 mtd: spi: Add Macronix MX66U2G45F device by Marek Vasut · 6 years ago
- 94c53b7 mtd: sf_probe: remove spi-flash compatible by Neil Armstrong · 6 years ago
- 50aad82 mtd: add spi flash id s25fl064l by Heiko Schocher · 6 years ago
- 0df8104 Convert CONFIG_SF_DEFAULT_* to Kconfig by Patrick Delaunay · 6 years ago
- 3f5fb8b mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
- 35dc058 mtd: spi: Remove unused files by Vignesh R · 6 years ago
- 1451041 mtd: spi: Switch to new SPI NOR framework by Vignesh R · 6 years ago
- 54c8a67 mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string by Vignesh R · 6 years ago
- 7b3626f mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · 6 years ago
- 4d848c9 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
- 36d1aa5 mtd: spi: spi-nor-core: Add 4 Byte addressing support by Vignesh R · 6 years ago
- cc682b9 mtd: spi: spi-nor-core: Add SPI MEM support by Vignesh R · 6 years ago
- 3a8c62c mtd: spi: Port SPI NOR framework from Linux by Vignesh R · 6 years ago
- f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
- 925a51d mtd: sf: Make sf_mtd.c more robust by Boris Brezillon · 6 years ago
- 4be0c81 mtd: sf: Unregister the MTD device prior to removing the spi_flash obj by Boris Brezillon · 6 years ago
- 9080e28 mtd: sf: Make sure we don't register the same device twice by Boris Brezillon · 6 years ago
- 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
- d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
- 7cab738 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
- 00d9990 dm: spi: Add logging of some return values by Simon Glass · 6 years ago
- 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
- 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
- 3b4b340 sandbox: spi: Add more logging by Simon Glass · 6 years ago
- fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
- 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
- f26b4c7 spi: Kconfig: Create ISSI Kconfig entry by Michal Simek · 9 years ago
- 84727b6 mtd: add spi flash id s25fl128l by Clément Laigle · 6 years ago
- ea15d06 sf: add paired dev info for winbond w25q16jv by Ludwig Zenz · 6 years ago
- af45f63 sf: add Macronix mx25l1633e entry by Ludwig Zenz · 6 years ago
- 4dc1de3 sf: add Gigadevice gd25q16c entry by Ludwig Zenz · 6 years ago
- 4ff88da spi_flash: add a bunch of winbond flashes to id-table by Hannes Schmelzer · 6 years ago
- f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
- 328357f sf: Enable FSR polling on N25Q256(A) by Marek Vasut · 7 years ago
- 529e820 mtd: spi: Correct parameters for s25fs512s flash by Ashish Kumar · 6 years ago
- 18790eb spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() by Simon Glass · 6 years ago
- baf207c sf: Add support for gd25q32b gigadevice flash by Carlo Caione · 6 years ago
- 314c72a sf: Set current flash bank to 0 in clean_bar() by Marek Vasut · 7 years ago
- 9105e43 sf: Add Macronix MX25U25635F ID by Marek Vasut · 7 years ago
- e9b668d sf: Add Winbond W25Q256 ID by Marek Vasut · 7 years ago
- 32ff4e1 sf: Default page size Spansion flash "S25FS512S" is 256b by Ashish Kumar · 7 years ago