1. 9275929 sf: Rename spi_flash_set_* functions by Jagan Teki · 9 years ago
  2. d25dd94 sf: Move spi_read_cmds_array locally by Jagan Teki · 9 years ago
  3. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  4. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  5. e228d6d sf: Get spi locally from spi_flash by Jagan Teki · 9 years ago
  6. 67ecb84 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  7. 5092158 spi: spi_flash: Fix the arguments of stm_is_locked_sr() by Fabio Estevam · 9 years ago
  8. 6a45956 UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined by Ladislav Michl · 9 years ago
  9. 8e8106d altera_qspi: allow ctrl-c to abort the erase ops by Thomas Chou · 9 years ago
  10. d579d38 altera_qspi: show erase progress by Thomas Chou · 9 years ago
  11. f81a673 altera_qspi: skip erase if the sector is blank by Thomas Chou · 9 years ago
  12. a1b1d7e altera_qspi: set fail_addr for erase ops by Thomas Chou · 9 years ago
  13. 9e957aa altera_qspi: call callback even if the erase failed by Thomas Chou · 9 years ago
  14. 1c0e84c altera_qspi: initialize instr.mtd in flash_erase by Thomas Chou · 9 years ago
  15. cba65a7 sf: Rename sf_ops.c to spi-flash.c by Jagan Teki · 9 years ago
  16. 339fd6d sf: Use static for file-scope functions by Jagan Teki · 9 years ago
  17. bfdb07e sf: sf_probe: Remove spi_slave pointer argument by Jagan Teki · 9 years ago
  18. b6a2c43 sf: ops: Fix missing break on spansion read_bar by Jagan Teki · 9 years ago
  19. aae00f8 sf: Remove unneeded SST_BP and SST_WP by Jagan Teki · 9 years ago
  20. 615879a sf: Remove unneeded header includes by Jagan Teki · 9 years ago
  21. 6f9d670 sf: Flash power up read-only based on idcode0 by Jagan Teki · 9 years ago
  22. cb37518 sf: Use simple name for register access functions by Jagan Teki · 9 years ago
  23. fc335d6 sf: Fix Makefile by Jagan Teki · 9 years ago
  24. 6fa40e7 sf: Use static for file-scope functions by Jagan Teki · 9 years ago
  25. 0edae52 sf: probe: Code cleanup by Jagan Teki · 9 years ago
  26. 1e90d9f sf: Move read_id code to sf_ops by Jagan Teki · 9 years ago
  27. 3847c0c sf: Move spi_flash_scan code to sf_ops by Jagan Teki · 9 years ago
  28. 3a1adb6 sf: spi_flash_validate_params => spi_flash_scan by Jagan Teki · 9 years ago
  29. 25ef4be Merge git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  30. f118fe5 altera_qspi: fix erase and write error code by Thomas Chou · 9 years ago
  31. 421f306 altera_qspi: add lock unlock ops by Thomas Chou · 9 years ago
  32. 1b25e58 Fix typo: firstly -> first. by Vagrant Cascadian · 9 years ago
  33. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  34. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  35. 2588f2d dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  36. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  37. 8ed38fa altera_qspi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  38. 3e56ece sf: Correct flash->flags for SST flash by Bin Meng · 9 years ago
  39. a668a16 spi: sf_ops: Check the return value from spi_flash_cmd_read_status() by Fabio Estevam · 9 years ago
  40. 5168721 sf: Add lock ops for SST SPI NOR flash by Fabio Estevam · 9 years ago
  41. 7693fb3 sf: Remove eeprom_m95xxx test driver by Jagan Teki · 9 years ago
  42. 439fcb9 sf: Fix NULL pointer exception for flashes without lock methods by Bin Meng · 9 years ago
  43. 10b6971 mtd: uboot: Add meaningful error message by Maxime Ripard · 9 years ago
  44. 38a0f36 mtd: add altera quadspi driver by Thomas Chou · 9 years ago
  45. f105691 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  46. d858799 dm: implement a MTD uclass by Thomas Chou · 9 years ago
  47. c3c016c sf: Add SPI NOR protection mechanism by Fabio Estevam · 9 years ago
  48. 41b358d sf: Add SPI protection mechanism from the kernel by Fabio Estevam · 9 years ago
  49. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  50. 446d37c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  51. 714eec7 Merge git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 9 years ago
  52. 2431492 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  53. 622b952 cfi_flash: use specific width types for cword by Ryan Harkin · 9 years ago
  54. 248f260 UBI: Fastmap: Fix PEB array type by Heiko Schocher · 9 years ago
  55. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  56. baaaa75 sf: Add FSR support to spi_flash_cmd_wait_ready by Jagan Teki · 9 years ago
  57. 4efad20 sf: Update status reg check in spi_flash_cmd_wait_ready by Jagan Teki · 9 years ago
  58. 1fabefd sf: Make flash->flags use for generic usage by Jagan Teki · 9 years ago
  59. 70ccf59 sf: Optimize BAR write code by Jagan Teki · 9 years ago
  60. 234a9e1 sf: Add spi_flash_read_bar by Jagan Teki · 9 years ago
  61. 3c75ade sf: Return bank_sel, if flash->bank_curr == bank_sel by Jagan Teki · 9 years ago
  62. 720e5e5 sf: params: Add IS25LP128 part support by Jagan Teki · 9 years ago
  63. 65a75b6 sf: params: Add IS25LP064 part support by Jagan Teki · 9 years ago
  64. 24ea6ac sf: params: Add IS25LP032 part support by Jagan Teki · 9 years ago
  65. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  66. cb4c833 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  67. e24bb2b mtd: nand: vf610_nfc: resync with upstream Linux version by Stefan Agner · 9 years ago
  68. d1d0167 nand: omap_gpmc: Change correctable bit-flips messages to debug() by Ezequiel García · 9 years ago
  69. f2b76c6 mtd: sf: Add support AT26DF081A chip by Yao Yuan · 9 years ago
  70. 31c5614 sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin by Hans de Goede · 9 years ago
  71. 168617c mtd: nand: mxs check maximum ecc that platfrom supports by Peng Fan · 9 years ago
  72. 62c390f mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc() by Stefan Roese · 9 years ago
  73. 92a3188 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  74. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  75. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  76. 1a103c6 mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · 9 years ago
  77. 0abdd9d arm: Remove nhk8815 boards and nomadik arch by Simon Glass · 9 years ago
  78. cc19722 sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices by Stefan Roese · 9 years ago
  79. d90ba79 mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig by Hans de Goede · 9 years ago
  80. ddd37fe sunxi_nand_spl: clear status flags in SPL implementation by Boris Brezillon · 9 years ago
  81. 6a08d65 sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END by Hans de Goede · 9 years ago
  82. e526861 sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI by Hans de Goede · 9 years ago
  83. 24a06c9 sunxi_nand_spl: Add support for backup boot partitions by Hans de Goede · 9 years ago
  84. 2b8a01a sunxi_nand_spl: Auto detect nand configuration parameters by Hans de Goede · 9 years ago
  85. f5916d1 sunxi_nand_spl: Parametrize lowlevel read functions by Hans de Goede · 9 years ago
  86. 0a24755 sunxi_nand_spl: Properly config page-size in the nand ctl register by Hans de Goede · 9 years ago
  87. 022a99d sunxi_nand_spl: Add support for sun4i and sun5i SoCs by Hans de Goede · 9 years ago
  88. 008ac1d sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off by Hans de Goede · 9 years ago
  89. 2a43973 sunxi_nand_spl: Add proper cache flusing by Hans de Goede · 9 years ago
  90. 5d65c67 sunxi_nand_spl: Turn off clocks when we're done with the nand by Hans de Goede · 9 years ago
  91. f62bfa5 sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary by Hans de Goede · 9 years ago
  92. 9da5fca sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode by Hans de Goede · 9 years ago
  93. 630cf2e sunxi_nand_spl: We only need to reset the nand chip once by Hans de Goede · 9 years ago
  94. 10d069b sunxi_nand_spl: Drop unnecessary temp buf by Hans de Goede · 9 years ago
  95. 2bc1f2b mtd: denali_spl: do not allocate page_buffer in .bss section by Masahiro Yamada · 9 years ago
  96. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  97. ecfb876 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · 9 years ago
  98. 63b29d8 mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · 9 years ago
  99. 873960c mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · 9 years ago
  100. d396372 nand: Sync with Linux v4.1 by Scott Wood · 9 years ago