1. 9465748 mtd: cfi: Fix PPB lock status readout by Marek Vasut · 3 years, 6 months ago
  2. 53879b1 cfi_flash: Fix detection of 8-bit bus flash devices via address shift by Jagannadha Sutradharudu Teki · 3 years, 8 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  4. 492b991 cfi_flash: Fix devicetree address determination by Andre Przywara · 4 years, 1 month ago
  5. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  8. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  9. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  10. d75eacf mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined by Vignesh Raghavendra · 5 years ago
  11. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  12. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  13. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  14. 8bfeb33 mtd: cfi_flash: Make live-tree compatible by Mario Six · 7 years ago
  15. d9a3569 cfi_flash: Always define cfi_flash_num_flash_banks by Mario Six · 7 years ago
  16. c0350fb cfi_flash: Fix indention by Mario Six · 7 years ago
  17. ddcf054 cfi_flash: Fix long lines by Mario Six · 7 years ago
  18. 5701ba8 cfi_flash: Bound-check index before array access by Mario Six · 7 years ago
  19. 9dbaebc flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  20. c8a9a82 cfi_flash: Rename camel-case variables by Mario Six · 7 years ago
  21. 876c52f cfi_flash: Fix strings split across lines by Mario Six · 7 years ago
  22. 5312838 cfi_flash: Use u8 pointers instead of void pointers by Mario Six · 7 years ago
  23. d3525b6 cfi_flash: Remove assignments from if conditions by Mario Six · 7 years ago
  24. ab61cfb cfi_flash: Remove return from void function by Mario Six · 7 years ago
  25. 0cec0a1 cfi_flash: Fix placement of brace by Mario Six · 7 years ago
  26. 9860137 cfi_flash: Fix else after break by Mario Six · 7 years ago
  27. 9f72021 cfi_flash: Fix spelling of "Unknown" by Mario Six · 7 years ago
  28. 12d7fed cfi_flash: Add missing braces in blocks by Mario Six · 7 years ago
  29. 4f89da4 cfi_flash: Remove unnecessary braces by Mario Six · 7 years ago
  30. a6d18f2 cfi_flash: Fix comment style by Mario Six · 7 years ago
  31. 38d2831 cfi_flash: Use __func__ macro instead of function name by Mario Six · 7 years ago
  32. 88ecd8b cfi_flash: Fix logical continuations by Mario Six · 7 years ago
  33. 0412e90 cfi_flash: Remove braces for single-statement blocks by Mario Six · 7 years ago
  34. 7223a8c cfi_flash: Fix missing/superfluous lines by Mario Six · 7 years ago
  35. 640f4e3 cfi_flash: Fix spacing around casts/operators by Mario Six · 7 years ago
  36. dde0913 cfi_flash: Fix indent of case statements by Mario Six · 7 years ago
  37. db91bb2 cfi_flash: Fix whitespace with casting by Mario Six · 7 years ago
  38. b168386 cfi_flash: Fix Parenthesis spacing by Mario Six · 7 years ago
  39. ca2b07a cfi_flash: Fix style of pointer declarations by Mario Six · 7 years ago
  40. 188a556 cfi_flash: Fix space between function name and parenthesis by Mario Six · 7 years ago
  41. 2544f47 mtd: cfi: Fix checking status register feature by York Sun · 7 years ago
  42. 72443c7 mtd: cfi: Add support for status register polling by Marek Vasut · 7 years ago
  43. 1ec0a37 mtd: cfi: Zap cfi_flash_base in DM case by Marek Vasut · 7 years ago
  44. 236c49a mtd: cfi: staticize functions by Marek Vasut · 7 years ago
  45. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  46. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  47. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  48. 58eab32 mtd: cfi_flash: fix indentation by Andre Przywara · 8 years ago
  49. 55edb9d mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  50. 7570a0c mtd: cfi: Unlock current sector instead of sector 0 before buffered write by Rouven Behr · 9 years ago
  51. edc498c cfi_flash: return device into read array mode after reading status by Vasily Khoruzhick · 9 years ago
  52. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  53. f105691 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  54. 622b952 cfi_flash: use specific width types for cword by Ryan Harkin · 9 years ago
  55. 00dcb07 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
  56. 9169305 cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  57. c15df21 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  58. 5b9c79a Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 11 years ago
  59. d8b57c0 cfi_flash: use buffer length in unmap_physmem() by Kuo-Jung Su · 11 years ago
  60. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. 31bf0f5 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  62. 24c185c cfi_flash: return NULL for invalid base address input by Masahiro Yamada · 11 years ago
  63. e2e273a cosmetic: cfi_flash: delete a space after an unary operator by Masahiro Yamada · 11 years ago
  64. aedadf1 cfi_flash: Fix unaligned accesses to cfi_qry structure by Andrew Gabbasov · 11 years ago
  65. e303be2 Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" by Stefan Roese · 12 years ago
  66. b9589ec Revert "cfi_flash: Use uintptr_t for casts from u32 to void *" by Stefan Roese · 12 years ago
  67. 81a4f70 cfi_flash: Use uintptr_t for casts from u32 to void * by Stefan Roese · 12 years ago
  68. c502321 mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices by Jagannadha Sutradharudu Teki · 12 years ago
  69. 239cb9d mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support by aaron.williams@caviumnetworks.com · 12 years ago
  70. d2af028 cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd by Stefan Roese · 12 years ago
  71. ac6b911 cfi_flash: Enable PPB protection for all AMD cmdset flash chips by Stefan Roese · 12 years ago
  72. 03deff4 cfi_flash: Read PPB sector protection from device for AMD/Spansion chips by Stefan Roese · 12 years ago
  73. 20043a4 cfi_flash: Add manufact_match helper function by Stefan Roese · 12 years ago
  74. 07b2c5c mtd/cfi: add support for SST 4KB sector granularity by Angelo Dureghello · 12 years ago
  75. 11dc401 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  76. de15a06 cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  77. 6822a64 cfi: Check for blank before erase by Joe Hershberger · 12 years ago
  78. 81316a9 mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs by Holger Brunck · 12 years ago
  79. 66863b0 cfi_flash: add support for Spansion flash PPB sector protection by Anatolij Gustschin · 12 years ago
  80. 85c344e cfi: fix the incomplete erased status check in buffer write by Tao Hou · 13 years ago
  81. a9f5fab * Fix: watchdog timed out, if flash blank (0xFF) blocks by Jens Scharsig (BuS Elektronik) · 13 years ago
  82. 31d3414 GCC4.6: Squash warning in cfi_flash.c by Marek Vasut · 13 years ago
  83. e110c4f Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · 13 years ago
  84. 4c2105c cfi_flash: reverse geometry for newer STM parts by Mike Frysinger · 13 years ago
  85. a90b957 cfi_flash driver - Add delay after reset command by Aaron Williams · 14 years ago
  86. 5b448ad mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devices by Heiko Schocher · 14 years ago
  87. 6a011ce cfi_flash: reverse geometry for M29W800DT parts by Mike Frysinger · 14 years ago
  88. 2c51983 cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usage by Peter Tyser · 14 years ago
  89. 6ee1416 mtd, cfi: introduce void flash_protect_default(void) by Heiko Schocher · 14 years ago
  90. 2c9f48a cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too by Mario Schuknecht · 14 years ago
  91. af56730 cfi_flash: fix bug with flash banks with different sector numbers by Martin Krause · 14 years ago
  92. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  93. 4ffeab2 cfi_flash: avoid flash_verbose when possible by Mike Frysinger · 14 years ago
  94. 6f726f9 cfi_flash: Add optional config register write to cfi-detection by Stefan Roese · 14 years ago
  95. 4d2ca9d cfi_flash: Use flash_read32() in sector_erased() by Stefan Roese · 14 years ago
  96. df4e813 cfi_flash: Fix problems with status/id read mode by Stefan Roese · 14 years ago
  97. 34bbb8f cfi_flash: fix bug introduced while recent change to flash_get_size() by Anatolij Gustschin · 14 years ago
  98. ec50a8e cfi_flash: handle 'chip size exceeds address window' situation by Ilya Yanok · 14 years ago
  99. 0e3fa01 cfi_flash: Fix "Unknown FLASH" error message by John Schmoller · 14 years ago
  100. ca5def3 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago