1. 9dccf34 mtd: cfi: respect reg address length by Nuno Sá · 1 year, 7 months ago
  2. 01fe814 Convert CONFIG_FLASH_SHOW_PROGRESS to Kconfig by Tom Rini · 2 years ago
  3. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  4. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  5. 2c56279 Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig by Tom Rini · 2 years, 7 months ago
  6. edfad17 mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean by Patrick Delaunay · 2 years, 11 months ago
  7. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
  8. 43dad6f mtd: cfi: Fix PPB lock status readout by Marek Vasut · 3 years, 8 months ago
  9. cb99a77 cfi_flash: Fix detection of 8-bit bus flash devices via address shift by Jagannadha Sutradharudu Teki · 3 years, 9 months ago
  10. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  11. b2bb1b3 cfi_flash: Fix devicetree address determination by Andre Przywara · 4 years, 2 months ago
  12. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  13. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  14. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  15. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  16. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  17. 5b9d800 mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined by Vignesh Raghavendra · 5 years ago
  18. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  19. db22961 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 4d5b82d mtd: cfi_flash: Make live-tree compatible by Mario Six · 7 years ago
  22. 28f1898 cfi_flash: Always define cfi_flash_num_flash_banks by Mario Six · 7 years ago
  23. dde8550 cfi_flash: Fix indention by Mario Six · 7 years ago
  24. bc762c1 cfi_flash: Fix long lines by Mario Six · 7 years ago
  25. aaf1a4a cfi_flash: Bound-check index before array access by Mario Six · 7 years ago
  26. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  27. f8783d2 cfi_flash: Rename camel-case variables by Mario Six · 7 years ago
  28. 246e506 cfi_flash: Fix strings split across lines by Mario Six · 7 years ago
  29. f4bab85 cfi_flash: Use u8 pointers instead of void pointers by Mario Six · 7 years ago
  30. 6cf5574 cfi_flash: Remove assignments from if conditions by Mario Six · 7 years ago
  31. d544ddf cfi_flash: Remove return from void function by Mario Six · 7 years ago
  32. c4b85c3 cfi_flash: Fix placement of brace by Mario Six · 7 years ago
  33. 411ede3 cfi_flash: Fix else after break by Mario Six · 7 years ago
  34. acf1208 cfi_flash: Fix spelling of "Unknown" by Mario Six · 7 years ago
  35. 179b8d6 cfi_flash: Add missing braces in blocks by Mario Six · 7 years ago
  36. d1141c5 cfi_flash: Remove unnecessary braces by Mario Six · 7 years ago
  37. 1ec6d34 cfi_flash: Fix comment style by Mario Six · 7 years ago
  38. 9355d55 cfi_flash: Use __func__ macro instead of function name by Mario Six · 7 years ago
  39. 0c9be97 cfi_flash: Fix logical continuations by Mario Six · 7 years ago
  40. cbe41ca cfi_flash: Remove braces for single-statement blocks by Mario Six · 7 years ago
  41. c7e359e cfi_flash: Fix missing/superfluous lines by Mario Six · 7 years ago
  42. a828c1e cfi_flash: Fix spacing around casts/operators by Mario Six · 7 years ago
  43. 76857f0 cfi_flash: Fix indent of case statements by Mario Six · 7 years ago
  44. ae0b9c7 cfi_flash: Fix whitespace with casting by Mario Six · 7 years ago
  45. e2c0746 cfi_flash: Fix Parenthesis spacing by Mario Six · 7 years ago
  46. 88f439f cfi_flash: Fix style of pointer declarations by Mario Six · 7 years ago
  47. fa29069 cfi_flash: Fix space between function name and parenthesis by Mario Six · 7 years ago
  48. de067cd mtd: cfi: Fix checking status register feature by York Sun · 7 years ago
  49. 9b71847 mtd: cfi: Add support for status register polling by Marek Vasut · 7 years ago
  50. 970940f mtd: cfi: Zap cfi_flash_base in DM case by Marek Vasut · 7 years ago
  51. a26162d mtd: cfi: staticize functions by Marek Vasut · 7 years ago
  52. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  53. bb7c01e fdt: Rename a few functions in fdt_support by Simon Glass · 8 years ago
  54. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  55. 90723f6 mtd: cfi_flash: fix indentation by Andre Przywara · 8 years ago
  56. 3e2fa2a mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  57. b0805e2 mtd: cfi: Unlock current sector instead of sector 0 before buffered write by Rouven Behr · 9 years ago
  58. cf46400 cfi_flash: return device into read array mode after reading status by Vasily Khoruzhick · 9 years ago
  59. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  60. 47eae23 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  61. 316870c cfi_flash: use specific width types for cword by Ryan Harkin · 9 years ago
  62. 4f517e6 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
  63. 9e2712d cfi_flash: don't hide write/erase errors by Baruch Siach · 10 years ago
  64. 5a85e89 mtd: cfi_flash: fix clang warning by Jeroen Hofstee · 10 years ago
  65. c715c08 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 11 years ago
  66. 7a939fe cfi_flash: use buffer length in unmap_physmem() by Kuo-Jung Su · 11 years ago
  67. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  68. 85706c8 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places by Axel Lin · 11 years ago
  69. c663b9a cfi_flash: return NULL for invalid base address input by Masahiro Yamada · 12 years ago
  70. 44049f3 cosmetic: cfi_flash: delete a space after an unary operator by Masahiro Yamada · 12 years ago
  71. c159258 cfi_flash: Fix unaligned accesses to cfi_qry structure by Andrew Gabbasov · 12 years ago
  72. 70a90b7 Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" by Stefan Roese · 12 years ago
  73. c6c93de Revert "cfi_flash: Use uintptr_t for casts from u32 to void *" by Stefan Roese · 12 years ago
  74. 08db03a cfi_flash: Use uintptr_t for casts from u32 to void * by Stefan Roese · 12 years ago
  75. 130def3 mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices by Jagannadha Sutradharudu Teki · 12 years ago
  76. 7e76d63 mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support by aaron.williams@caviumnetworks.com · 12 years ago
  77. e442a90 cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd by Stefan Roese · 12 years ago
  78. 7de6584 cfi_flash: Enable PPB protection for all AMD cmdset flash chips by Stefan Roese · 12 years ago
  79. bcb3344 cfi_flash: Read PPB sector protection from device for AMD/Spansion chips by Stefan Roese · 12 years ago
  80. 92b1bca cfi_flash: Add manufact_match helper function by Stefan Roese · 12 years ago
  81. 7ba3028 mtd/cfi: add support for SST 4KB sector granularity by Angelo Dureghello · 12 years ago
  82. d303b86 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  83. 497c32f cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  84. 7f3c211 cfi: Check for blank before erase by Joe Hershberger · 12 years ago
  85. 94c302d mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs by Holger Brunck · 12 years ago
  86. 041b04f cfi_flash: add support for Spansion flash PPB sector protection by Anatolij Gustschin · 12 years ago
  87. dd3b455 cfi: fix the incomplete erased status check in buffer write by Tao Hou · 13 years ago
  88. 287a158 * Fix: watchdog timed out, if flash blank (0xFF) blocks by Jens Scharsig (BuS Elektronik) · 13 years ago
  89. cb1622e GCC4.6: Squash warning in cfi_flash.c by Marek Vasut · 13 years ago
  90. 13ec42b Timer: Allow reset_timer() only for systems with low resolution timers by Graeme Russ · 13 years ago
  91. 97dd899 cfi_flash: reverse geometry for newer STM parts by Mike Frysinger · 14 years ago
  92. ffcef2f cfi_flash driver - Add delay after reset command by Aaron Williams · 14 years ago
  93. 27cea50 mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devices by Heiko Schocher · 14 years ago
  94. 02a3786 cfi_flash: reverse geometry for M29W800DT parts by Mike Frysinger · 14 years ago
  95. 4f3c60d cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usage by Peter Tyser · 14 years ago
  96. ef0946a mtd, cfi: introduce void flash_protect_default(void) by Heiko Schocher · 14 years ago
  97. 5c3579e cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) too by Mario Schuknecht · 14 years ago
  98. be9d568 cfi_flash: fix bug with flash banks with different sector numbers by Martin Krause · 14 years ago
  99. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  100. c2c093d cfi_flash: avoid flash_verbose when possible by Mike Frysinger · 14 years ago