1. 29cab7c include: export uuid.h by Caleb Connolly · 3 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. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  6. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
  7. 3364863 cmd: Fix up warnings in flash.c by Patrick Delaunay · 2 years, 11 months ago
  8. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  9. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  10. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  11. 8f055af Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 7 months ago
  12. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  13. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  14. c744316 flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 7 months ago
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  17. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  18. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_flash.c]
  19. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_flash.c]
  20. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  21. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  22. 497c32f cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  23. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  24. 57e219e common/cmd_flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  25. 4c2d899 GCC4.6: Squash warning in cmd_flash.c by Marek Vasut · 13 years ago
  26. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  27. e8d68cf Fix build warnings in cmd_flash.c by Remy Bohmer · 14 years ago
  28. 8967edf CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/off by Alexander Stein · 14 years ago
  29. 64b96a3 cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT by Stefan Roese · 14 years ago
  30. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  31. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  32. 161bfc5 Fix "par[t]ition" typo. by Wolfgang Denk · 15 years ago
  33. fd53c5e cmd_flash.c: fix fix compile error for boards with DataFlash by Wolfgang Denk · 15 years ago
  34. a2f3082 cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' by Wolfgang Denk · 15 years ago
  35. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  36. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  37. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  38. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  39. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. 6c24d31 flash: factor out adjusting of Flash address to the end of sector by Bartlomiej Sieka · 16 years ago
  41. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  42. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  43. fe036dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  44. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  46. a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
  47. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  48. 3bed54e Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
  49. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  50. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  51. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  52. 409a285 Change 'repeatable' attribute of some commands to sensible values. by Detlev Zundel · 18 years ago
  53. fd9e97c Fixes common/cmd_flash.c: by Heiko Schocher · 19 years ago
  54. efef95b * Changes/fixes for drivers/cfi_flash.c: by Stefan Roese · 19 years ago
  55. 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  56. eb95c85 Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · 19 years ago
  57. 16439ee Fix compiler warnings with older GCC versions by Wolfgang Denk · 19 years ago
  58. 47f5779 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · 19 years ago
  59. bb5c404 Fix compile problem in cmd_flash.c Patch by Teun Grinwis, 05 Aug 2005 by Wolfgang Denk · 19 years ago
  60. d06ce5d Coding style cleanup by Wolfgang Denk · 19 years ago
  61. 104866b Add new argument format for flash commands to allow for usage like by Wolfgang Denk · 19 years ago
  62. 54070ab * Code cleanup, mostly for GCC-3.3.x by wdenk · 20 years ago
  63. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  64. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  65. eb4a439 Fix output for "Unprotecting". by stroese · 21 years ago
  66. 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  67. bd1575f * Make sure HUSH is initialized for running auto-update scripts by wdenk · 21 years ago
  68. 3f08e20 Disable debug print for normal use. Fix MPC5200 FEC driver by wdenk · 21 years ago
  69. 0a65855 * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
  70. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  71. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  72. 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
  73. 38a24a6 Initial revision by wdenk · 22 years ago