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