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