1. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  2. 83f7078 cmd: ubi: add a command to rename volume by Philippe Reynes · 4 years, 6 months ago
  3. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  4. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  5. e6661cf ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr by Stefan Roese · 5 years ago
  6. 386f20c ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  7. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  8. 7642856 cmd: ubi: remove unreachable code by Heinrich Schuchardt · 6 years ago
  9. d821e5e cmd: ubi: Make ubi_detach() static by Stefan Roese · 6 years ago
  10. 86dfa55 cmd: ubi: Remove useless call to mtdparts_init() by Boris Brezillon · 6 years ago
  11. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  12. c58fb2c cmd: ubi: clean the partition handling by Miquel Raynal · 6 years ago
  13. 10c2044 cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount() by Tien Fong Chee · 6 years ago
  14. b01c146 cmd: ubi: delete useless and misleading definitions by Miquel Raynal · 6 years ago
  15. 1341533 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  16. 4a94e53 cmd: ubi: Add additional message upon UBI attach error by Stefan Roese · 6 years ago
  17. 68c7025 cmd: ubi: print load size after establishing volume size by Stefan Agner · 6 years ago
  18. 985fa93 cmd: set filesize variable in ubi read by Holger Dengler · 7 years ago
  19. 18f41f2 cmd: ubi: remove unnecessary logical constraint by xypron.glpk@gmx.de · 7 years ago
  20. f59f07e cmd: ubi: allow '-' to specify maximum volume size by Ladislav Michl · 8 years ago
  21. 0061242 cmd: ubi: add option to specify volume id by Ladislav Michl · 8 years ago
  22. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  23. cddfc97 ubi: add new ubi command "ubi detach" by Heiko Schocher · 8 years ago
  24. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_ubi.c]
  25. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_ubi.c]
  26. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  27. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  28. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  29. 6d0f452 common, ubi: use positive return values for ubi check by Stefan Agner · 9 years ago
  30. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  31. 0e350f8 common: commands: make commands static by Jeroen Hofstee · 10 years ago
  32. f9f4d80 common, ubi: add ubi check volumename command by Heiko Schocher · 11 years ago
  33. cc734f5 cmd_ubi: add write.part command, to write a volume in multiple parts by Paul Burton · 11 years ago
  34. dd7185f cmd_ubi: use int64_t volume size for 'ubi create' by Paul Burton · 11 years ago
  35. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  36. 7182906 ubi: Expose a few simple functions from the cmd_ubi by Joe Hershberger · 11 years ago
  37. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  38. 2984fd1 GCC4.6: Squash warning in cmd_ubi.c: by Marek Vasut · 13 years ago
  39. 7f5d8a4 UBI: Fix error code handling in ubi commands by Stefan Roese · 14 years ago
  40. 2f15cfd UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change by Stefan Roese · 14 years ago
  41. 388a29d various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  42. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  43. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  44. 3b653fd cmd_ubi: Fix uninitialized variable warning by Peter Tyser · 14 years ago
  45. f6ca3b7 ubi: help message correction by Andrzej Wolski · 15 years ago
  46. 25c8f40 Handle VID header offset in ubi part command by Simon Kagstrom · 15 years ago
  47. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  48. 0850301 UBI: fix return code in ubi_volume_read by Andreas Huber · 15 years ago
  49. 2d579e5 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · 15 years ago
  50. c203ef5 UBI/cfi-mtd: Fix mtd name for multiple chips by Andreas Huber · 15 years ago
  51. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  52. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  53. 455ae7e Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  54. 3b089e4 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization by Stefan Roese · 16 years ago
  55. 2d2e057 UBI: Fix size parsing in "ubi create" by Stefan Roese · 16 years ago
  56. 2ee951b UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · 16 years ago
  57. 25ea652 UBI: Add proof-of-concept CFI flash support by Piotr Ziecik · 16 years ago
  58. a5c4067 UBI: Change parsing of size in commands to default to hex by Stefan Roese · 16 years ago
  59. 694a0b3 UBI: Add UBI command support by Kyungmin Park · 16 years ago