1. 72443c7 mtd: cfi: Add support for status register polling by Marek Vasut · 7 years ago
  2. 1ec0a37 mtd: cfi: Zap cfi_flash_base in DM case by Marek Vasut · 7 years ago
  3. 236c49a mtd: cfi: staticize functions by Marek Vasut · 7 years ago
  4. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  5. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  6. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  7. 58eab32 mtd: cfi_flash: fix indentation by Andre Przywara · 8 years ago
  8. 55edb9d mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  9. 7570a0c mtd: cfi: Unlock current sector instead of sector 0 before buffered write by Rouven Behr · 8 years ago
  10. edc498c cfi_flash: return device into read array mode after reading status by Vasily Khoruzhick · 9 years ago
  11. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  12. f105691 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  13. 622b952 cfi_flash: use specific width types for cword by Ryan Harkin · 9 years ago
  14. 00dcb07 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
  15. 9169305 cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  16. c15df21 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  17. 5b9c79a Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 11 years ago
  18. d8b57c0 cfi_flash: use buffer length in unmap_physmem() by Kuo-Jung Su · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. 31bf0f5 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  21. 24c185c cfi_flash: return NULL for invalid base address input by Masahiro Yamada · 11 years ago
  22. e2e273a cosmetic: cfi_flash: delete a space after an unary operator by Masahiro Yamada · 11 years ago
  23. aedadf1 cfi_flash: Fix unaligned accesses to cfi_qry structure by Andrew Gabbasov · 11 years ago
  24. e303be2 Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" by Stefan Roese · 11 years ago
  25. b9589ec Revert "cfi_flash: Use uintptr_t for casts from u32 to void *" by Stefan Roese · 11 years ago
  26. 81a4f70 cfi_flash: Use uintptr_t for casts from u32 to void * by Stefan Roese · 11 years ago
  27. c502321 mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices by Jagannadha Sutradharudu Teki · 12 years ago
  28. 239cb9d mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support by aaron.williams@caviumnetworks.com · 12 years ago
  29. d2af028 cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd by Stefan Roese · 12 years ago
  30. ac6b911 cfi_flash: Enable PPB protection for all AMD cmdset flash chips by Stefan Roese · 12 years ago
  31. 03deff4 cfi_flash: Read PPB sector protection from device for AMD/Spansion chips by Stefan Roese · 12 years ago
  32. 20043a4 cfi_flash: Add manufact_match helper function by Stefan Roese · 12 years ago
  33. 07b2c5c mtd/cfi: add support for SST 4KB sector granularity by Angelo Dureghello · 12 years ago
  34. 11dc401 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  35. de15a06 cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  36. 6822a64 cfi: Check for blank before erase by Joe Hershberger · 12 years ago
  37. 81316a9 mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs by Holger Brunck · 12 years ago
  38. 66863b0 cfi_flash: add support for Spansion flash PPB sector protection by Anatolij Gustschin · 12 years ago
  39. 85c344e cfi: fix the incomplete erased status check in buffer write by Tao Hou · 13 years ago
  40. a9f5fab * Fix: watchdog timed out, if flash blank (0xFF) blocks by Jens Scharsig (BuS Elektronik) · 13 years ago
  41. 31d3414 GCC4.6: Squash warning in cfi_flash.c by Marek Vasut · 13 years ago
  42. e110c4f Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · 13 years ago
  43. 4c2105c cfi_flash: reverse geometry for newer STM parts by Mike Frysinger · 13 years ago
  44. a90b957 cfi_flash driver - Add delay after reset command by Aaron Williams · 13 years ago
  45. 5b448ad mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devices by Heiko Schocher · 13 years ago
  46. 6a011ce cfi_flash: reverse geometry for M29W800DT parts by Mike Frysinger · 13 years ago
  47. 2c51983 cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usage by Peter Tyser · 13 years ago
  48. 6ee1416 mtd, cfi: introduce void flash_protect_default(void) by Heiko Schocher · 13 years ago
  49. 2c9f48a cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too by Mario Schuknecht · 14 years ago
  50. af56730 cfi_flash: fix bug with flash banks with different sector numbers by Martin Krause · 14 years ago
  51. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  52. 4ffeab2 cfi_flash: avoid flash_verbose when possible by Mike Frysinger · 14 years ago
  53. 6f726f9 cfi_flash: Add optional config register write to cfi-detection by Stefan Roese · 14 years ago
  54. 4d2ca9d cfi_flash: Use flash_read32() in sector_erased() by Stefan Roese · 14 years ago
  55. df4e813 cfi_flash: Fix problems with status/id read mode by Stefan Roese · 14 years ago
  56. 34bbb8f cfi_flash: fix bug introduced while recent change to flash_get_size() by Anatolij Gustschin · 14 years ago
  57. ec50a8e cfi_flash: handle 'chip size exceeds address window' situation by Ilya Yanok · 14 years ago
  58. 0e3fa01 cfi_flash: Fix "Unknown FLASH" error message by John Schmoller · 14 years ago
  59. ca5def3 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  60. b00e19c cfi_flash: Add weak default for cfi_flash_bank_addr() by Stefan Roese · 14 years ago
  61. cba34aa cfi_flash: Simplify flash_get_info() by Stefan Roese · 14 years ago
  62. 5465299 Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips. by Philippe De Muyter · 14 years ago
  63. 70084df cfi_flash: Cleanup flash_print_info() by Stefan Roese · 14 years ago
  64. d77c7ac Fix printing & reading of 16-bit CFI device identifiers by Philippe De Muyter · 14 years ago
  65. 2e97394 cfi_flash: flinfo: allow user interrupt in flash print info fn by Kim Phillips · 14 years ago
  66. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  67. 22d6c8f cfi_flash: reset timer in flash status check by Thomas Chou · 15 years ago
  68. 0020db3 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  69. e572082 cfi flash: add status polling method for amd flash by Thomas Chou · 15 years ago
  70. c40c94a cfi_flash: precision and underflow problem in tout calculation by Renato Andreola · 15 years ago
  71. 8f9a221 ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM by Wolfgang Wegner · 15 years ago
  72. fa36ae7 cfi: Add weak default function for flash_cmd_reset() by Stefan Roese · 15 years ago
  73. 3a7b2c2 Support up to 7 banks for ids as specified in JEDEC JEP106Z by Niklaus Giger · 15 years ago
  74. 7dedefd flash: Fix CFI buffer size bug by John Schmoller · 15 years ago
  75. b4db4a7 issue write command to base for JEDEC flash by Po-Yu Chuang · 15 years ago
  76. dfcd7f2 Redundant Environment: protect full sector size by Wolfgang Denk · 15 years ago
  77. cb82a53 Add support for the AT91RM9200EK Board. by Ulf Samuelsson · 16 years ago
  78. 3a3baf3 Make flash protection work, when the environment is in EEPROM by Eric Schumann · 16 years ago
  79. 7a88601 CFI: geometry reversal for STMicro M29W320DT by Richard Retanubun · 16 years ago
  80. 4f97567 cfi: make flash_get_info() non static by Heiko Schocher · 16 years ago
  81. f8306cb Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  82. e1fb6d0 cfi_flash: Fix typo in cfi_flash.c by Stefan Roese · 16 years ago
  83. ec21d5c cfi_flash: Silence compilation warning by Stefan Roese · 16 years ago
  84. 09ce992 flash/cfi_flash: Use virtual sector start address, not phys by Becky Bruce · 16 years ago
  85. 657f206 Fix compiler warning by Wolfgang Denk · 16 years ago
  86. e8eac43 CFI: Add geometry reversal for STMicro M29W320ET by Richard Retanubun · 16 years ago
  87. 0f8e851 CFI: increase performance of function find_sector() by Jens Gehrlein · 16 years ago
  88. a729287 CFI: avoid redundant function call in single word programming mode by Jens Gehrlein · 16 years ago
  89. 91809ed cfi-mtd: Add cfi-mtd driver. by Piotr Ziecik · 16 years ago
  90. 6ea808e cfi_flash: Add interface for flash verbosity control by Piotr Ziecik · 16 years ago
  91. ebc9784 cfi_flash: Export flash_sector_size() function. by Piotr Ziecik · 16 years ago
  92. 45aa5a7 cfi_flash: Make all flash access functions weak by Stefan Roese · 16 years ago
  93. 9abda6b CFI Driver: Fix "flash not ready" problem by Wolfgang Denk · 16 years ago
  94. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. 0d01f66 CFI: cfi_flash write fix for AMD legacy by Ed Swarthout · 16 years ago
  96. 2215987 cfi_flash: do not reset flash when probe fails by Mike Frysinger · 16 years ago
  97. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  98. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  99. 5251469 Fix printf errors under -DDEBUG by Andrew Klossner · 16 years ago
  100. 9e8e63c CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect() by Nick Spence · 16 years ago