1. d6e9141 sf: fix sf probe by Cyrille Pitchen · 8 years ago
  2. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  3. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_sf.c]
  4. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_sf.c]
  5. c3c016c sf: Add SPI NOR protection mechanism by Fabio Estevam · 9 years ago
  6. 156e96f sf: allocate cache aligned buffers to copy from flash by Ravi Babu · 9 years ago
  7. a7d0711 spi: sf: Print the error code on failure by Simon Glass · 9 years ago
  8. 8ee81b7 mtd, spi: Check if flash pointer is used by Heiko Schocher · 9 years ago
  9. 2ec1a40 spi, sf: Use offset and size in sf cmd from mtdpartition by Heiko Schocher · 9 years ago
  10. 9fe6d87 mtd, spi: Add MTD layer driver by Daniel Schwierzeck · 9 years ago
  11. ed62756 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · 10 years ago
  12. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  13. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 9 years ago
  14. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  15. fbb0991 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  16. ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
  17. 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  18. d1f22d4 sandbox: spi: Adjust 'sf test' to work on sandbox by Simon Glass · 11 years ago
  19. 0c88a84 sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones by Jagannadha Sutradharudu Teki · 11 years ago
  20. b95f958 cmd_sf: let "sf update" preserve the final part of the last sector by Gerlando Falauto · 11 years ago
  21. 3488850 cmd_sf: let "sf update" erase last sector as a whole by Gerlando Falauto · 11 years ago
  22. 402ba1e cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · 11 years ago
  23. 60b6614 cmd_sf: Add print mesgs on sf read/write commands by Jagannadha Sutradharudu Teki · 11 years ago
  24. 96bbf55 cmd_sf: Add print mesg for 'sf erase' command by Jagannadha Sutradharudu Teki · 11 years ago
  25. 381c6e2 cmd_sf: include header file common.h before div64.h by Mingkai Hu · 11 years ago
  26. 1e7133e sf: Use unsigned type for buffers by Simon Glass · 11 years ago
  27. 2400727 spi: Add SPI flash test by Simon Glass · 12 years ago
  28. a683c28 spi: Add progress percentage and write speed to `sf update` by James Miller · 12 years ago
  29. 8649399 cmd_sf: add size checking to spi flash commands by Gerlando Falauto · 12 years ago
  30. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  31. c1173bd sf command: allow default bus and chip selects by Eric Nelson · 13 years ago
  32. a97f6ef cmd_sf.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  33. 8e8a4bc cmd_sf: Fix compiler warning by Kumar Gala · 13 years ago
  34. 8d1af94 cmd_sf: add "update" subcommand to do smart SPI flash update by Simon Glass · 13 years ago
  35. 155cfb5 common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  36. 8a07de0 cmd_sf: use cmd_usage() in more places by Mike Frysinger · 13 years ago
  37. 840ff99 cmd_sf: drop device status message when probing by Mike Frysinger · 13 years ago
  38. 334eb4b cmd_sf: add handler for +len arg for erase command by Richard Retanubun · 13 years ago
  39. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  40. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  41. 4166ee5 sf: add GPL-2 license info by Mike Frysinger · 15 years ago
  42. 6e8d58d Command for accessing serial flash update by TsiChung Liew · 15 years ago
  43. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  44. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  45. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  46. b636846 SPI Flash: Add "sf" command by Haavard Skinnemoen · 16 years ago