1. ee1c709 mtd: spi-nor-core: Default to addr_width of 3 for configurable widths by Takahiro Kuwano · 2 years, 1 month ago
  2. de9e837 mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs by Takahiro Kuwano · 2 years, 1 month ago
  3. f422c4b mtd: spi-nor-core: Rename configuration macro for S28 support by Takahiro Kuwano · 2 years, 1 month ago
  4. 4bfeb00 mtd: spi-nor-core: Rename s28hs512t prefix by Takahiro Kuwano · 2 years, 1 month ago
  5. 90cce05 mtd: mxs_nand: Support EDO mode for imx8mn architecture by Michael Trimarchi · 2 years, 1 month ago
  6. 6b7149a mtd: mxs_nand: get the clock with the right name by Dario Binacchi · 2 years ago
  7. d5fb94e mtd: mxs_nand: don't get the gpmi_apbh_dma clock by Dario Binacchi · 2 years ago
  8. b6f9f98 mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig by Roger Quadros · 2 years ago
  9. 1ba0018 mtd: nand: pxa3xx: simplify ECC hardware parameters by Chris Packham · 2 years, 1 month ago
  10. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  11. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  12. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  13. c184aca mtd: spi-nor-ids: Add Winbond W25Q512JVQ ID by Chin-Ting Kuo · 2 years, 1 month ago
  14. 463cdf6 mtd: spi-nor: Use spi-mem dirmap API by Chin-Ting Kuo · 2 years, 1 month ago
  15. 68083b8 renesas: Fix RPC-IF compatible values by Geert Uytterhoeven · 2 years, 6 months ago
  16. ac30d24 mtd: rawnand: fsl_elbc: Fix reading address pointer from DT by Pali Rohár · 2 years, 1 month ago
  17. 080b7d8 mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag by Pali Rohár · 2 years, 1 month ago
  18. 007f1d1 mtd: nand: samsung: Retrieve ECC requirements from extended by Michael Trimarchi · 2 years, 2 months ago
  19. 6cda1dc mtd: nand: Rename nand_get_flash_type() into nand_detect() by Michael Trimarchi · 2 years, 2 months ago
  20. c76f9dd mtd: nand: change return type of nand_get_flash_type() to int by Michael Trimarchi · 2 years, 2 months ago
  21. 8a67acf mtd: nand: Rename the nand_manufacturers struct by Michael Trimarchi · 2 years, 2 months ago
  22. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  23. 1107dad Convert CONFIG_SYS_FLASH_QUIET_TEST to Kconfig by Tom Rini · 2 years, 2 months ago
  24. 1db251b Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig by Tom Rini · 2 years, 2 months ago
  25. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  26. cc1015f flash: Remove pic32_flash.c by Tom Rini · 2 years, 2 months ago
  27. 5d68d2f Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to Kconfig by Tom Rini · 2 years, 2 months ago
  28. 90e9b3d Convert CONFIG_SYS_FLASH_CHECKSUM to Kconfig by Tom Rini · 2 years, 2 months ago
  29. b72713d Convert CONFIG_SYS_FLASH_EMPTY_INFO to Kconfig by Tom Rini · 2 years, 2 months ago
  30. 204b870 arm: mvebu: Fix compatible string for nand controller by Pali Rohár · 2 years, 2 months ago
  31. 90ba25b mtd: decommission the NAND museum by Michael Trimarchi · 2 years, 2 months ago
  32. bf438db mtd: nand: toshiba: Retrieve ECC requirements from extended ID by Michael Trimarchi · 2 years, 2 months ago
  33. c7f7cce mtd: nand: Move Macronix specific initialization in nand_macronix.c by Michael Trimarchi · 2 years, 2 months ago
  34. bd6adff mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c by Michael Trimarchi · 2 years, 2 months ago
  35. c596e01 mtd: nand: Move Micron specific init logic in nand_micron.c by Michael Trimarchi · 2 years, 2 months ago
  36. 3de2cdb mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c by Michael Trimarchi · 2 years, 2 months ago
  37. 2811ed2 mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c by Michael Trimarchi · 2 years, 2 months ago
  38. a1286a1 mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c by Michael Trimarchi · 2 years, 2 months ago
  39. bded7d8 mtd: nand: Export symbol nand_decode_ext_id by Michael Trimarchi · 2 years, 2 months ago
  40. 1fde146 mtd: nand: Fix MediaTek MT7621 SoC build by Michael Trimarchi · 2 years, 2 months ago
  41. 9d1806f mtd: nand: Get rid of mtd variable in function calls by Michael Trimarchi · 2 years, 2 months ago
  42. b8cd2df mtd: nand: Add manufacturer specific initialization/detection steps by Michael Trimarchi · 2 years, 2 months ago
  43. bd87603 mtd: nand: Store nand ID in struct nand_chip by Michael Trimarchi · 2 years, 2 months ago
  44. 1ca6f94 mtd: nand: Get rid of busw parameter by Michael Trimarchi · 2 years, 2 months ago
  45. e2e6caa ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code by Pali Rohár · 2 years, 2 months ago
  46. fc97ff2 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 2 months ago
  47. 47ed8b2 mtd: spi-nor-ids: add winbond w25q512nw family support by Jae Hyun Yoo · 2 years, 3 months ago
  48. 4290ed7 mtd: spi-nor-core: Add support for Macronix Octal flash by JaimeLiao · 2 years, 2 months ago
  49. 513c607 mtd: spi: Convert is_locked callback to is_unlocked by Jan Kiszka · 2 years, 7 months ago
  50. bebdc23 mtd: spi-nor: Parse SFDP SCCR Map by JaimeLiao · 2 years, 3 months ago
  51. 68ad73b mtd: spi-nor-core: Adding different type of command extension in Soft Reset by JaimeLiao · 2 years, 3 months ago
  52. df3d5f9 mtd: spi-nor: add support for Macronix Octal flash by JaimeLiao · 2 years, 3 months ago
  53. 5fd30ed sunxi-nand: fix the PIO instead of DMA implementation by Markus Hoffrogge · 2 years, 3 months ago
  54. 3ab8bea nand: raw: add support for MediaTek MT7621 SoC by Weijie Gao · 2 years, 4 months ago
  55. 36b661d Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  56. 7886c45 mtd: rawnand: Add support to dedicated function to set timings by Kory Maincent · 2 years, 3 months ago
  57. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 3 months ago
  58. ddd39d0 Convert CONFIG_SAMSUNG_ONENAND to Kconfig by Tom Rini · 2 years, 3 months ago
  59. 712a172 mtd: rawnand: fsl_elbc: Fix detection when nand_scan_ident() has not selected ecc.mode by Pali Rohár · 2 years, 3 months ago
  60. baef13e mtd: spi-nor-ids: Add support for flashes tested by xilinx by Ashok Reddy Soma · 2 years, 4 months ago
  61. 05dcb5b mtd: mxs_nand_spl: fix nand_command protocol violation by Andrea Scian · 2 years, 3 months ago
  62. 2f7821a Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 3 months ago
  63. 26153d0 mtd: rawnand: fsl_elbc: Fix DM support in DTS code path by Pali Rohár · 2 years, 5 months ago
  64. eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 4 months ago
  65. b4d3b33 mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_t by Pali Rohár · 2 years, 4 months ago
  66. 90e1fd0 Convert CONFIG_TPL_NAND_INIT to Kconfig by Tom Rini · 2 years, 4 months ago
  67. e247514 Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to Kconfig by Tom Rini · 2 years, 4 months ago
  68. 2f57139 Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig by Tom Rini · 2 years, 4 months ago
  69. 3feea0b spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 6 months ago
  70. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 6 months ago
  71. a222c14 mtd: nand: mxs_nand_spl: Fix bad block skipping by Michael Trimarchi · 2 years, 4 months ago
  72. 78bf8e8 nand: raw: mxs_nand: Fix specific hook registration by Michael Trimarchi · 2 years, 4 months ago
  73. 9fd406d mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driver by Ye Li · 2 years, 6 months ago
  74. 54a54a6 Convert CONFIG_MTD_CONCAT to Kconfig by Chris Packham · 2 years, 5 months ago
  75. 4209f74 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 2 years, 5 months ago
  76. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  77. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  78. c62f93a sf: dataflash: add support for AT45DB641E by Luca Ellero · 2 years, 5 months ago
  79. 1c1c581 sf: dataflash: add support for "extended ID" by Luca Ellero · 2 years, 5 months ago
  80. f9b9641 mtd: spi-nor-ids: add Macronix mx25u51245g flash entry by Tien Fong Chee · 2 years, 5 months ago
  81. 1aa60f0 mtd: spi-nor-ids: Add Winbond W25Q128JW ID by Marek Vasut · 2 years, 5 months ago
  82. 06ef911 mtd: nand: raw: Add support for DT property nand-ecc-algo=bch by Pali Rohár · 2 years, 6 months ago
  83. c9ea901 mtd: rawnand: fsl_elbc: Use ECC configuration from device tree by Pali Rohár · 2 years, 6 months ago
  84. da98dda mtd: rawnand: fsl_elbc: Add device tree support by Pali Rohár · 2 years, 6 months ago
  85. 974f66a mtd: rawnand: fsl_elbc: Implement RNDOUT command by Pali Rohár · 2 years, 6 months ago
  86. 2ddf846 Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 5 months ago
  87. 3479359 mtd: nand: mxs_nand_spl: Remove the page aligned access by Ye Li · 2 years, 6 months ago
  88. 7ab3364 mtd: Update the way partitions are parsed by Patrice Chotard · 2 years, 6 months ago
  89. c86a4de mtd: Add flash_node in struct mtd_info by Patrice Chotard · 2 years, 6 months ago
  90. 564e532 spi: Avoid checking console in SPL by Simon Glass · 2 years, 7 months ago
  91. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 6 months ago
  92. ed48490 mtd: gpmi: fix the bch setting backward compatible issue by Han Xu · 2 years, 6 months ago
  93. 297e6eb Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 6 months ago
  94. 7ce4f1f mtd: rawnand: stm32_fmc2: add NAND Write Protect support by Christophe Kerello · 2 years, 7 months ago
  95. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 6 months ago
  96. 228173d mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128 by Niklas Cassel · 2 years, 7 months ago
  97. 0d32ebf nand: brcmnand: add bcm6753 support by Philippe Reynes · 2 years, 7 months ago
  98. c2b74ed mtd: nand: Update driver to match new DT binding by Michal Simek · 2 years, 7 months ago
  99. 819b477 Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to Kconfig by Tom Rini · 2 years, 7 months ago
  100. 016e82d mtd: cfi_mtd: populate mtd->dev with flash_info->dev by Patrice Chotard · 2 years, 10 months ago