1. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  2. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  3. 8629d30 dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 3 years, 9 months ago
  4. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  5. be3bd3b Makefile: Invoke dtoc only once by Simon Glass · 3 years, 9 months ago
  6. 10cbd3b dtoc: Add an 'all' command by Simon Glass · 3 years, 9 months ago
  7. be44f27 dtoc: Allow outputing to multiple files by Simon Glass · 3 years, 9 months ago
  8. 192c111 dtoc: Allow providing a directory to write files to by Simon Glass · 3 years, 9 months ago
  9. de846cb dtoc: Test the stdout output by Simon Glass · 3 years, 9 months ago
  10. f62cea0 dtoc: Use None to mean stdout by Simon Glass · 3 years, 9 months ago
  11. 67b5ec5 dtoc: Tidy up pylint warnings in test by Simon Glass · 3 years, 9 months ago
  12. 97e8684 dm: core: Add logging when lists_bind_fdt() fails by Simon Glass · 3 years, 9 months ago
  13. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 9 months ago
  14. 49bbe6e dm: core: Split out scanning code to dm_scan() by Simon Glass · 3 years, 9 months ago
  15. 84a42ae dm: core: Rename device node to indicate it is private by Simon Glass · 3 years, 9 months ago
  16. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  17. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  18. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 9 months ago
  19. 156004f dm: core: Rename device flags to indicate it is private by Simon Glass · 3 years, 9 months ago
  20. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 9 months ago
  21. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 9 months ago
  22. 82021e3 dm: core: Split out alloc code into a new function by Simon Glass · 3 years, 9 months ago
  23. e7144b0 x86: Drop rtc from SPL by Simon Glass · 3 years, 9 months ago
  24. a59f3d2 x86: coral: Remove unwanted nodes from SPL/TPL by Simon Glass · 3 years, 9 months ago
  25. 21303d1 x86: apl: Adjust how the UART gets its platform data by Simon Glass · 3 years, 9 months ago
  26. 6a2350f x86: sysreset: Move priv/plat structs to headers by Simon Glass · 3 years, 9 months ago
  27. 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 3 years, 9 months ago
  28. 332b986 x86: apl: Use struct spi_nor instead of struct spi_flash by Simon Glass · 3 years, 9 months ago
  29. a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 3 years, 9 months ago
  30. e2a7cfe spi: Tidy up get/set of device node by Simon Glass · 3 years, 9 months ago
  31. a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 3 years, 9 months ago
  32. f6257f7 x86: Move priv/plat structs for intel_common to headers by Simon Glass · 3 years, 9 months ago
  33. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 3 years, 9 months ago
  34. 370746a sandbox: Update dts files to reduce SPL size by Simon Glass · 3 years, 9 months ago
  35. b060333 sandbox: Add a compatible string for spltest by Simon Glass · 3 years, 9 months ago
  36. f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 3 years, 9 months ago
  37. bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 3 years, 9 months ago
  38. 10bb90f sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 3 years, 10 months ago
  39. 941e630 x86: Fix header guard in asm/pmu.h by Simon Glass · 3 years, 9 months ago
  40. cee58bd x86: tpl: Remove unwanted devicetree string by Simon Glass · 3 years, 9 months ago
  41. 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 3 years, 9 months ago
  42. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 9 months ago
  43. 5e89be1 x86: apl: Update hostbridge to remove unwanted TPL code by Simon Glass · 3 years, 9 months ago
  44. 1d2b858 x86: coral: Move fsp-m settings to a subnode by Simon Glass · 3 years, 9 months ago
  45. 7dc8259 x86: Move call64 into its own section by Simon Glass · 3 years, 9 months ago
  46. 52d2e9c x86: apl: Use const for driver operations by Simon Glass · 3 years, 9 months ago
  47. 7d637c1 dtoc: Convert _drivers to a dict by Simon Glass · 3 years, 9 months ago
  48. 161dac1 dtoc: Output the struct values in a separate function by Simon Glass · 3 years, 9 months ago
  49. 221ddc1 dtoc: Output the device in a separate function by Simon Glass · 3 years, 9 months ago
  50. abf0c80 dtoc: Make _output_list a top-level function by Simon Glass · 3 years, 9 months ago
  51. ccc3da7 dtoc: Fix a few pylint warnings in dtb_platdata by Simon Glass · 3 years, 9 months ago
  52. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 9 months ago
  53. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 3 years, 9 months ago
  54. 6d1a8eb timer: Use a shorter error in TPL by Simon Glass · 3 years, 9 months ago
  55. 477a6bc arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · 3 years, 9 months ago
  56. 4c66cb4 sysreset: Use a shorter error with SPL by Simon Glass · 3 years, 9 months ago
  57. c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 3 years, 9 months ago
  58. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 3 years, 9 months ago
  59. 89ba6d5 dm: core: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  60. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  61. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 3 years, 9 months ago
  62. 8064739 dm: core: Add function to access uclass priv by Simon Glass · 3 years, 9 months ago
  63. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 9 months ago
  64. 79ea8f7 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · 3 years, 9 months ago
  65. 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 3 years, 9 months ago
  66. 45ad176 dm: core: Support dm_dump_all() in SPL by Simon Glass · 3 years, 9 months ago
  67. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 3 years, 9 months ago
  68. acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 9 months ago
  69. 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 3 years, 9 months ago
  70. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 9 months ago
  71. aa88ac8 Makefile: Use common args for dtoc by Simon Glass · 3 years, 9 months ago
  72. c7674fc Makefile: Tidy up SPL dtb production by Simon Glass · 3 years, 9 months ago
  73. de3e372 Makefile: Build SPL dtbs in the spl/ directory by Simon Glass · 3 years, 9 months ago
  74. 53db2ee Makefile: Build a separate .dtb for TPL by Simon Glass · 3 years, 9 months ago
  75. a8ef64e Nokia RX-51: Decrease i2c speed to 100000 by Pali Rohár · 3 years, 10 months ago
  76. d8ab0fe image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 9 months ago
  77. f14e6ee image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 9 months ago
  78. 62b07b5 Prepare v2021.01-rc5 by Tom Rini · 3 years, 9 months ago
  79. 0109db1 xilinx: Fill git repository for Xilinx boards by Michal Simek · 3 years, 9 months ago
  80. 5337663 video: Call video_sync in video_clear() by Michal Simek · 3 years, 9 months ago
  81. b66d7af video: seps525: Add seps525 SPI driver by Michal Simek · 3 years, 10 months ago
  82. 1ac1a04 video: seps525: Add dt binding description by Vikhyat Goyal · 3 years, 10 months ago
  83. 9d69c2d video: Introduce video_sync operation by Michal Simek · 3 years, 10 months ago
  84. 9de731f video: Let video_sync to return error value by Michal Simek · 3 years, 9 months ago
  85. 17da310 video: Fix video sync kernel-doc format by Michal Simek · 3 years, 9 months ago
  86. b6d14c5 fru: ops: avoid out of bounds access by Heinrich Schuchardt · 3 years, 9 months ago
  87. 389b45d zynq: mtd: nand: remove superfluous if by Heinrich Schuchardt · 3 years, 9 months ago
  88. 0e3a7aa arm64: zynqmp: Add Ethernet node for zcu1285 revA by Harini Katakam · 4 years, 7 months ago
  89. 59fbd5c arm64: zynqmp: Add ethernet node for zcu1275 revB by Siva Durga Prasad Paladugu · 6 years ago
  90. 2e57549 Merge branch '2021-01-04-minor-fixes' by Tom Rini · 3 years, 9 months ago
  91. acff02c cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 3 years, 9 months ago
  92. 1639988 cmd: ubi: don't allow to rename a volume to a name that already exist by Philippe Reynes · 3 years, 9 months ago
  93. 19408a3 mailmap: Update mail address for Igor Opaniuk by Igor Opaniuk · 3 years, 9 months ago
  94. 5154971 doc: android/boot-image: invalid C declaration by Heinrich Schuchardt · 3 years, 9 months ago
  95. 71fd11b nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq by Stefan Agner · 3 years, 9 months ago
  96. 9021748 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 3 years, 10 months ago
  97. 6b80de7 microblaze: Add nor device to distro boot by T Karthik Reddy · 3 years, 9 months ago
  98. 5766429 microblaze: Set script_offset_nor env variable by T Karthik Reddy · 3 years, 9 months ago
  99. 2d381d2 arm64: zynqmp: Sync DT with Linux kernel by Michal Simek · 4 years ago
  100. e5e8bbd serial: uartlite: Fix uninitialized ret in debug uartlite by Ashok Reddy Soma · 3 years, 10 months ago