1. 1833d6b cmd: sf: Fix the flash_is_unlocked api size parameter by Venkatesh Yadav Abbarapu · Wed Sep 20 08:24:50 2023 +0530
  2. 14fd4c6 cmd: sf/nand: Print and return failure when 0 length is passed by Ashok Reddy Soma · Tue May 16 05:52:36 2023 -0600
  3. d2659a3 cmd: fix return code of 'sf erase' by Heinrich Schuchardt · Mon Jan 02 18:21:16 2023 +0100
  4. c6f864e cmd: simplify do_spi_flash() by Heinrich Schuchardt · Mon Jan 02 18:21:15 2023 +0100
  5. b555e36 cmd: fix return code of 'sf write' and 'sf read' by Heinrich Schuchardt · Mon Jan 02 18:21:14 2023 +0100
  6. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  7. 96dad64 cmd: sf: Handle unaligned 'update' start offset by Marek Vasut · Wed Sep 28 18:45:04 2022 +0200
  8. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  9. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  10. 2bba3f5 sf: Query write-protection status before operating the flash by Jan Kiszka · Wed Mar 02 15:01:56 2022 +0100
  11. 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · Wed Mar 30 09:33:14 2022 +0200
  12. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  13. 1d0e79f sf: Tidy up code to avoid #ifdef by Simon Glass · Sun Sep 19 15:49:34 2021 -0600
  14. 8cbe22b sf: Use const for the stage name by Simon Glass · Sun Sep 19 15:49:33 2021 -0600
  15. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  16. 0e34ef9 cmd: sf: Print error on test failure by Sean Anderson · Thu Feb 04 23:11:07 2021 -0500
  17. cc19b1d cmd: sf: Display errno on erase failure by Sean Anderson · Thu Feb 04 23:11:06 2021 -0500
  18. 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · Thu Jun 04 23:11:53 2020 +0800
  19. 43dab5f cmd: sf Drop reassignment of new into flash by Jagan Teki · Wed May 13 16:28:01 2020 +0530
  20. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  21. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  22. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  23. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  24. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · Fri Oct 25 19:39:29 2019 +0200
  25. fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · Wed Feb 27 15:36:44 2019 +0100
  26. 4d08ddd cmd: sf: use correct printf code by Heinrich Schuchardt · Sun Jan 06 12:03:37 2019 +0100
  27. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  28. 0b9e727 cmd: sf: fix map_physmem check by Liam Beguin · Wed Mar 14 19:15:11 2018 -0400
  29. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  30. 194d3df sf: fix sf probe by Cyrille Pitchen · Wed Aug 17 15:19:39 2016 +0800
  31. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · Wed Jul 06 10:04:28 2016 +0530
  32. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_sf.c]
  33. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_sf.c]
  34. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · Thu Nov 05 12:43:42 2015 -0200
  35. 8f2c9bb sf: allocate cache aligned buffers to copy from flash by Ravi Babu · Mon Aug 17 13:29:48 2015 +0530
  36. 4806148 spi: sf: Print the error code on failure by Simon Glass · Sun Jun 07 08:50:32 2015 -0600
  37. 3e2c319 mtd, spi: Check if flash pointer is used by Heiko Schocher · Mon Apr 27 07:42:07 2015 +0200
  38. 6f2991b spi, sf: Use offset and size in sf cmd from mtdpartition by Heiko Schocher · Mon Apr 27 07:42:06 2015 +0200
  39. 06cfc03 mtd, spi: Add MTD layer driver by Daniel Schwierzeck · Mon Apr 27 07:42:04 2015 +0200
  40. ef4f711 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · Fri Jan 09 14:39:22 2015 +0100
  41. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  42. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  43. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  44. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · Mon Oct 13 23:42:07 2014 -0600
  45. d34b456 sf: Tidy up public and private header files by Simon Glass · Mon Oct 13 23:42:04 2014 -0600
  46. 6c6ccdf spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · Wed Aug 20 15:08:48 2014 +0300
  47. 6571caa sandbox: spi: Adjust 'sf test' to work on sandbox by Simon Glass · Sun Nov 10 10:26:51 2013 -0700
  48. d145270 sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones by Jagannadha Sutradharudu Teki · Thu Oct 10 22:32:55 2013 +0530
  49. cb898d8 cmd_sf: let "sf update" preserve the final part of the last sector by Gerlando Falauto · Tue Aug 27 19:13:57 2013 +0530
  50. 609d1e3 cmd_sf: let "sf update" erase last sector as a whole by Gerlando Falauto · Wed Jul 03 20:33:57 2013 +0200
  51. b1df922 cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · Mon Jul 29 22:12:52 2013 +0530
  52. 7958772 cmd_sf: Add print mesgs on sf read/write commands by Jagannadha Sutradharudu Teki · Sun May 26 14:52:52 2013 +0530
  53. 8c5124a cmd_sf: Add print mesg for 'sf erase' command by Jagannadha Sutradharudu Teki · Sun May 26 01:35:21 2013 +0530
  54. dff5ba3 cmd_sf: include header file common.h before div64.h by Mingkai Hu · Sun Apr 07 22:13:32 2013 +0000
  55. b16912a sf: Use unsigned type for buffers by Simon Glass · Mon Mar 11 06:08:13 2013 +0000
  56. 4b5545e spi: Add SPI flash test by Simon Glass · Mon Oct 08 13:16:02 2012 +0000
  57. c0d2f0b spi: Add progress percentage and write speed to `sf update` by James Miller · Fri Sep 28 14:28:00 2012 +0000
  58. 94fdf99 cmd_sf: add size checking to spi flash commands by Gerlando Falauto · Tue Apr 03 04:34:13 2012 +0000
  59. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  60. b0af633 sf command: allow default bus and chip selects by Eric Nelson · Tue Jan 31 10:52:07 2012 -0700
  61. f51b06c cmd_sf.c: fix printf() length modifier by Andreas Bießmann · Thu Dec 15 09:56:53 2011 +0100
  62. 2f78b6a cmd_sf: Fix compiler warning by Kumar Gala · Mon Oct 03 04:35:47 2011 +0000
  63. 125f7a4 cmd_sf: add "update" subcommand to do smart SPI flash update by Simon Glass · Mon Aug 22 16:03:46 2011 -0700
  64. 07a036a common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · Fri Sep 02 13:45:28 2011 +0000
  65. 153c3cd cmd_sf: use cmd_usage() in more places by Mike Frysinger · Tue Apr 12 02:21:31 2011 -0400
  66. c7d9e89 cmd_sf: drop device status message when probing by Mike Frysinger · Tue Apr 12 02:10:19 2011 -0400
  67. 605dbd1 cmd_sf: add handler for +len arg for erase command by Richard Retanubun · Wed Feb 16 16:39:44 2011 -0500
  68. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  69. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  70. 22f8b68 sf: add GPL-2 license info by Mike Frysinger · Fri Oct 09 17:12:44 2009 -0400
  71. ef4a562 Command for accessing serial flash update by TsiChung Liew · Tue Jun 30 14:30:19 2009 +0000
  72. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  73. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  74. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  75. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · Fri May 16 11:10:34 2008 +0200