1. 86a898f pci: Drop old code from pci command by Simon Glass · 3 years, 2 months ago
  2. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  3. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  4. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  5. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  6. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  7. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  8. 4ebeb4c cmd: pci: Adjust display of digits for 64bit address and size by Kunihiko Hayashi · 5 years ago
  9. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  10. 1864242 Kconfig: Drop CONFIG_CMD_PCI_ENUM by Simon Glass · 7 years ago
  11. 84d7f91 pci: Correct cast for sandbox by Simon Glass · 7 years ago
  12. b997a73 pci: Add a command to show PCI regions by Simon Glass · 7 years ago
  13. e5f96a8 cmd: pci: add option to parse and display BAR information by Yehuda Yitschak · 8 years ago
  14. e578b92 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  15. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_pci.c]
  16. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_pci.c]
  17. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  18. cab24b3 dm: pci: Convert 'pci' command to driver model by Simon Glass · 9 years ago
  19. c4f32bb pci: Move PCI header output code into its own function by Simon Glass · 9 years ago
  20. 32ec5b3 pci: Use a separate 'dev' variable for the PCI device by Simon Glass · 9 years ago
  21. 72ef5b6 pci: Use common functions to read/write config by Simon Glass · 9 years ago
  22. c2be070 pci: Tidy up function comments in cmd_pci.c by Simon Glass · 9 years ago
  23. 49f835f dm: pci: Reorder functions in cmd_pci.c by Simon Glass · 9 years ago
  24. 07a5887 pci: Refactor the pciinfo() function by Simon Glass · 9 years ago
  25. ca7de76 pci: Use a separate variable for the bus number by Simon Glass · 9 years ago
  26. bfa4191 pci: Use a common return in command processing by Simon Glass · 9 years ago
  27. 871bc92 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM by Simon Glass · 9 years ago
  28. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  29. ff3e077 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  30. 4efe52b pci: Honour pci_skip_dev() by Thierry Reding · 10 years ago
  31. 042b83d pci: Abort early if bus does not exist by Thierry Reding · 10 years ago
  32. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 10 years ago
  33. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 10 years ago
  34. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  35. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  36. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  37. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  38. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  39. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  40. 983eb9d pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW by Peter Tyser · 14 years ago
  41. 96d6160 pci: Add ability to re-enumerate PCI buses by John Schmoller · 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. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  45. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  46. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  47. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  50. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  51. fd9bcaa common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  52. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  53. 256d31c Patch by Manfred Baral, 17 Mar 2005: Fix typo by wdenk · 20 years ago
  54. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  55. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  56. 5d232d0 * Patch by Dave Ellis, 22 May 2003: by wdenk · 21 years ago
  57. 06d01db * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
  58. 7c7a23b * Patch by Hans-Joerg Frieden, 06 Dec 2002 by wdenk · 22 years ago
  59. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  60. c609719 Initial revision by wdenk · 22 years ago