1. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_sf.c]
  2. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_sf.c]
  3. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · 9 years ago
  4. 8f2c9bb sf: allocate cache aligned buffers to copy from flash by Ravi Babu · 9 years ago
  5. 4806148 spi: sf: Print the error code on failure by Simon Glass · 9 years ago
  6. 3e2c319 mtd, spi: Check if flash pointer is used by Heiko Schocher · 10 years ago
  7. 6f2991b spi, sf: Use offset and size in sf cmd from mtdpartition by Heiko Schocher · 10 years ago
  8. 06cfc03 mtd, spi: Add MTD layer driver by Daniel Schwierzeck · 10 years ago
  9. ef4f711 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · 10 years ago
  10. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  11. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  12. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  13. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  14. d34b456 sf: Tidy up public and private header files by Simon Glass · 10 years ago
  15. 6c6ccdf spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  16. 6571caa sandbox: spi: Adjust 'sf test' to work on sandbox by Simon Glass · 11 years ago
  17. d145270 sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones by Jagannadha Sutradharudu Teki · 11 years ago
  18. cb898d8 cmd_sf: let "sf update" preserve the final part of the last sector by Gerlando Falauto · 11 years ago
  19. 609d1e3 cmd_sf: let "sf update" erase last sector as a whole by Gerlando Falauto · 11 years ago
  20. b1df922 cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · 11 years ago
  21. 7958772 cmd_sf: Add print mesgs on sf read/write commands by Jagannadha Sutradharudu Teki · 12 years ago
  22. 8c5124a cmd_sf: Add print mesg for 'sf erase' command by Jagannadha Sutradharudu Teki · 12 years ago
  23. dff5ba3 cmd_sf: include header file common.h before div64.h by Mingkai Hu · 12 years ago
  24. b16912a sf: Use unsigned type for buffers by Simon Glass · 12 years ago
  25. 4b5545e spi: Add SPI flash test by Simon Glass · 12 years ago
  26. c0d2f0b spi: Add progress percentage and write speed to `sf update` by James Miller · 12 years ago
  27. 94fdf99 cmd_sf: add size checking to spi flash commands by Gerlando Falauto · 13 years ago
  28. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  29. b0af633 sf command: allow default bus and chip selects by Eric Nelson · 13 years ago
  30. f51b06c cmd_sf.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  31. 2f78b6a cmd_sf: Fix compiler warning by Kumar Gala · 13 years ago
  32. 125f7a4 cmd_sf: add "update" subcommand to do smart SPI flash update by Simon Glass · 13 years ago
  33. 07a036a common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  34. 153c3cd cmd_sf: use cmd_usage() in more places by Mike Frysinger · 14 years ago
  35. c7d9e89 cmd_sf: drop device status message when probing by Mike Frysinger · 14 years ago
  36. 605dbd1 cmd_sf: add handler for +len arg for erase command by Richard Retanubun · 14 years ago
  37. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  38. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  39. 22f8b68 sf: add GPL-2 license info by Mike Frysinger · 15 years ago
  40. ef4a562 Command for accessing serial flash update by TsiChung Liew · 15 years ago
  41. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  42. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  43. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  44. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · 17 years ago