1. 06abbef mtd: spi-nor-ids: Add Macronix MX66UW2G345G by zhengxun · 3 years, 7 months ago
  2. b3b60f5 sf: Support querying write-protect by Simon Glass · 3 years, 7 months ago
  3. b09c74f mtd: spi_flash_free() by Heinrich Schuchardt · 3 years, 8 months ago
  4. 5988575 mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks by Patrice Chotard · 3 years, 9 months ago
  5. de76ae3 mtd: spi-nor-ids: Add support of flash protection to w25q128 by Su Baocheng · 3 years, 9 months ago
  6. eb69d79 mtd: spi-nor-ids: Add Gigadevice GD25LQ64C by Alper Nebi Yasak · 4 years ago
  7. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  8. 5d867bc mtd: spi-nor: add unlock all config option by Michael Walle · 3 years, 11 months ago
  9. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  10. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  11. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  12. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 10 months ago
  13. a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 3 years, 10 months ago
  14. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  15. 936a645 mtd: spi-nor-ids: add Micron MT25QL01G flash by Hongwei Zhang · 3 years, 11 months ago
  16. d1b6b94 mtd: spi-nor-ids: Add SECT_4K to mx25l12805d by Robert Marko · 4 years ago
  17. 9dddead mtd: spi-nor-ids: Add Winbond W25M512JW flash entry by Biju Das · 4 years, 1 month ago
  18. 1910aca mtd: spi-nor-ids: Add Winbond W25M512JV flash entry by Lad Prabhakar · 4 years, 1 month ago
  19. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  20. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  21. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  22. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  23. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  24. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 11 months ago
  25. 3829856 mtd: spi-nor-ids: add Winbond W25Q32JW-IM flash by Michael Walle · 3 years, 11 months ago
  26. 89b7f10 mtd: spi: Fix incorrect indentation by Michal Simek · 4 years ago
  27. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
  28. 8985e1c mtd: spi: Fix logging in spi-nor-tiny by Sean Anderson · 4 years, 1 month ago
  29. c646336 mtd: spi: Include dm.h in spi-nor-core.c by Sean Anderson · 4 years, 1 month ago
  30. 2781c71 mtd: spi-nor-ids: add support for Macronix mx25u12835f flash by Vladimir Vid · 4 years, 1 month ago
  31. e567ec8 mtd: spi-nor: Tidy up error handling / debug code by Simon Glass · 4 years, 3 months ago
  32. f38a299 spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL by Simon Glass · 4 years, 3 months ago
  33. 497c759 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 3 months ago
  34. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 4 months ago
  35. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 4 months ago
  36. a6cfc34 sandbox: spi: sandbox_sf_state_name() is required by Heinrich Schuchardt · 4 years, 5 months ago
  37. e69d078 mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP by Pragnesh Patel · 4 years, 4 months ago
  38. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 5 months ago
  39. c862b91 mtd: sf: Drop plat from sf_probe by Jagan Teki · 4 years, 5 months ago
  40. 46e4cdf mtd: spi: Call sst_write in _write ops by Jagan Teki · 4 years, 5 months ago
  41. f12f96c sf: Drop spl_flash_get_sw_write_prot by Jagan Teki · 4 years, 5 months ago
  42. 3ee152b mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef by Jagan Teki · 4 years, 5 months ago
  43. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  44. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  45. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  46. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  47. 8af1caa sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array by Ye Li · 4 years, 6 months ago
  48. 1fbfe58 spi: fix dev parameter in dev_* calls by Dario Binacchi · 4 years, 6 months ago
  49. 685465f mtd: spi-nor-ids: Add Spansion s25fs512s flash entry by Kuldeep Singh · 4 years, 7 months ago
  50. a976238 mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256 by Jagan Teki · 4 years, 6 months ago
  51. 5bf3f3d mtd: spi-nor: Enable QE bit for ISSI flash by Jagan Teki · 4 years, 6 months ago
  52. 6f3b1f4 mtd: spi-nor: Enable dual and quad read for s25fl256s0 by Bacem Daassi · 4 years, 7 months ago
  53. cae3c7c mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu* by Kuldeep Singh · 4 years, 7 months ago
  54. 7ddea75 spi: use is_power_of_2 instead of hweight32 in spi_nor_write() by Rasmus Villemoes · 4 years, 7 months ago
  55. 808e193 mtd: spi: Add Macronix MX25U3235F device by Tom Warren · 4 years, 7 months ago
  56. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  57. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  58. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 4 years, 11 months ago
  59. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  60. ac0f978 Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 10 months ago
  61. 5a8fa09 Merge branch 'next' by Tom Rini · 4 years, 10 months ago
  62. cb56caa mtd: spi-nor-core: Fix static checker warnings by Vignesh Raghavendra · 5 years ago
  63. 864d664 mtd: spi-nor: ids: Add GigaDevice gd25q128 by Peter Robinson · 5 years ago
  64. a11c081 mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser by Tudor Ambarus · 5 years ago
  65. 4806fce mtd: spi: Export spi_flash_std_probe() by Simon Glass · 4 years, 11 months ago
  66. 85f7e9d mtd: spi: SPI_FLASH_MTD depends on MTD by Miquel Raynal · 5 years ago
  67. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  68. 395ec74 spi-nor-ids: Add support for Adesto AT25SL321 by Fabio Estevam · 5 years ago
  69. 832ce20 mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD by Frieder Schrempf · 5 years ago
  70. 73d74b5 spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry by Vignesh Raghavendra · 5 years ago
  71. 8651593 spi-nor: spi-nor-ids: Add entries for mt25q variants by Vignesh Raghavendra · 5 years ago
  72. d66e07c spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256* by Vignesh Raghavendra · 5 years ago
  73. 2a2174d mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_SECTORS by Vignesh Raghavendra · 5 years ago
  74. cc91187 mtd: spi-nor-core: Use dev_err for reporting erase/write failures by Vignesh Raghavendra · 5 years ago
  75. 64f736c mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig by Frieder Schrempf · 5 years ago
  76. 77df1a9 mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH by Jagan Teki · 5 years ago
  77. 97009d5 mtd: spi-nor: ids: Add is25wp256 chip by Jagan Teki · 5 years ago
  78. 989fd97 mtd: spi: Kconfig: Update CONFIG_SPI_FLASH by Jagan Teki · 6 years ago
  79. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  80. 718fd83 mtd: spi-nor: enable protection ops for SST26 flash series by Eugeniy Paltsev · 5 years ago
  81. e0cacdc mtd: spi-nor: add missing SST26* flash IC protection ops by Eugeniy Paltsev · 5 years ago
  82. 210d8ad mtd: spi: Drop sf.c by Jagan Teki · 5 years ago
  83. 43084a5 mtd: spi_dataflash: Use spi read then write by Jagan Teki · 5 years ago
  84. 9454fee mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID by Ashish Kumar · 5 years ago
  85. 8385520 mtd: spi: Add flash property for Micron mt25qu512a by Ashish Kumar · 5 years ago
  86. 60e2bf4 mtd: spi-nor: fix page program issue when using spi-mem driver by Weijie Gao · 5 years ago
  87. 30b9a28 mtd: spi-nor-ids: Add Gigadevice gd25lq128 ID by Neil Armstrong · 6 years ago
  88. b0cc1b8 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  89. f909ddb mtd: spi: Replace ad-hoc default implementation with spi_mem_op by Marek Vasut · 6 years ago
  90. 3d2f12c mtd: spi: Add Macronix MX66U2G45F device by Marek Vasut · 6 years ago
  91. cd35365 mtd: sf_probe: remove spi-flash compatible by Neil Armstrong · 6 years ago
  92. a2dc8b1 mtd: add spi flash id s25fl064l by Heiko Schocher · 6 years ago
  93. 14453fb Convert CONFIG_SF_DEFAULT_* to Kconfig by Patrick Delaunay · 6 years ago
  94. 778572d mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
  95. 5b66fdb mtd: spi: Remove unused files by Vignesh R · 6 years ago
  96. c4e8862 mtd: spi: Switch to new SPI NOR framework by Vignesh R · 6 years ago
  97. 2ee6705 mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string by Vignesh R · 6 years ago
  98. 8c92780 mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · 6 years ago
  99. 0c6f187 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
  100. 61059bc mtd: spi: spi-nor-core: Add 4 Byte addressing support by Vignesh R · 6 years ago