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