1. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · Mon Mar 15 17:25:30 2021 +1300
  2. 6714bab sandbox_spl: Increase SPL malloc() size by Simon Glass · Mon Mar 15 17:25:29 2021 +1300
  3. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  4. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · Mon Mar 15 17:25:27 2021 +1300
  5. 107da8f dm: core: Drop uclass_find_device_by_phandle() with of-platdata by Simon Glass · Mon Mar 15 17:25:26 2021 +1300
  6. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · Mon Mar 15 17:25:25 2021 +1300
  7. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  8. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:23 2021 +1300
  9. 96d5736 clk: sandbox: Move priv/plat data to a header file by Simon Glass · Mon Mar 15 17:25:22 2021 +1300
  10. 96113c1 dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · Mon Mar 15 17:25:21 2021 +1300
  11. 29b099a dm: core: Include dt-decl.h automatically by Simon Glass · Mon Mar 15 17:25:20 2021 +1300
  12. c3576b2 Makefile: Remove old of-platdata files before regenerating by Simon Glass · Thu Mar 25 06:40:53 2021 +1300
  13. bfbf044 Makefile: Use a variable for generated of-platdata headers by Simon Glass · Thu Mar 25 06:40:52 2021 +1300
  14. db2b9ca dtoc: Only generate the required files by Simon Glass · Thu Mar 25 06:40:51 2021 +1300
  15. 049becf Makefile: Depend only on required of-platdata files by Simon Glass · Thu Mar 25 06:40:50 2021 +1300
  16. 8c0a0b0 Makefile: Avoid running dtoc every time by Simon Glass · Thu Mar 25 06:40:49 2021 +1300
  17. 237b3cc libfdt: Tidy up pylibfdt build rule by Simon Glass · Thu Mar 25 06:40:48 2021 +1300
  18. b0f463c dm: Add the new dtoc-generated files to the build by Simon Glass · Mon Mar 15 17:25:19 2021 +1300
  19. 05693e9 dm: core: Skip adding uclasses with OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:18 2021 +1300
  20. 43f7ea5 dm: core: Set up driver model for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:17 2021 +1300
  21. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · Mon Mar 15 17:25:16 2021 +1300
  22. 47fd4a2 dm: core: Allow dropping run-time binding of devices by Simon Glass · Mon Mar 15 17:25:15 2021 +1300
  23. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · Mon Mar 15 17:25:14 2021 +1300
  24. 735ccf9 linker_lists: Allow use in data structures by Simon Glass · Mon Mar 15 17:25:13 2021 +1300
  25. df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · Mon Mar 15 17:25:12 2021 +1300
  26. ed5e6ae dtoc: Drop use of DECL() macros by Simon Glass · Mon Mar 15 17:25:11 2021 +1300
  27. 4d925eb bus: ti-sysc: change in a normal driver by Dario Binacchi · Tue Mar 16 21:51:44 2021 +0100
  28. fea2f25 dtoc: Generate device instances by Simon Glass · Wed Feb 03 06:01:21 2021 -0700
  29. c7b4b83 dtoc: Generate uclass devices by Simon Glass · Wed Feb 03 06:01:20 2021 -0700
  30. e211908 dtoc: Generate a summary in the dt-plat.c file by Simon Glass · Wed Feb 03 06:01:19 2021 -0700
  31. 4e430a2 dtoc: Tidy up the list of supported phandle properties by Simon Glass · Wed Feb 03 06:01:18 2021 -0700
  32. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · Wed Feb 03 06:01:17 2021 -0700
  33. 9db623b sandbox: Make sandbox,emul more conventional by Simon Glass · Wed Feb 03 06:01:16 2021 -0700
  34. be74900 dtoc: Don't generate platform data with instantiation by Simon Glass · Wed Feb 03 06:01:15 2021 -0700
  35. 3fa3bbb dtoc: Add support for decl file by Simon Glass · Wed Feb 03 06:01:14 2021 -0700
  36. 240d5f6 dm: of-platadata: Add option for device instantiation by Simon Glass · Wed Feb 03 06:01:13 2021 -0700
  37. 3809ad9 dtoc: Add an option for device instantiation by Simon Glass · Wed Feb 03 06:01:12 2021 -0700
  38. c14fd0c dtoc: Support processing the root node by Simon Glass · Wed Feb 03 06:01:11 2021 -0700
  39. 80d782c4 dtoc: Set up the uclasses that are used by Simon Glass · Wed Feb 03 06:01:10 2021 -0700
  40. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · Wed Feb 03 06:01:09 2021 -0700
  41. 072b9c5 dtoc: Detect drivers only at the start of start of line by Simon Glass · Wed Feb 03 06:01:08 2021 -0700
  42. be88d2f dtoc: Read aliases for uclasses by Simon Glass · Wed Feb 03 06:01:07 2021 -0700
  43. 9b2eac0 dtoc: Warn of duplicate drivers by Simon Glass · Wed Feb 03 06:01:06 2021 -0700
  44. 2f4455f dtoc: Process driver aliases along with drivers by Simon Glass · Wed Feb 03 06:01:05 2021 -0700
  45. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · Wed Feb 03 06:01:04 2021 -0700
  46. 74ef226 Makefile: Pass the U-Boot phase to dtoc by Simon Glass · Wed Feb 03 06:01:03 2021 -0700
  47. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · Wed Feb 03 06:01:02 2021 -0700
  48. eb3c249 dtoc: Track nodes which are actually used by Simon Glass · Wed Feb 03 06:01:01 2021 -0700
  49. 047a480 dtoc: Process nodes to set up required properties by Simon Glass · Wed Feb 03 06:01:00 2021 -0700
  50. 62a9537 dtoc: Make use of node properties by Simon Glass · Wed Feb 03 06:00:59 2021 -0700
  51. 4447978 dtoc: Add some extra properties to nodes by Simon Glass · Wed Feb 03 06:00:58 2021 -0700
  52. 32a8d22 dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · Wed Feb 03 06:00:57 2021 -0700
  53. 4f4b240 dtoc: Move test files into a test/ directory by Simon Glass · Wed Feb 03 06:00:56 2021 -0700
  54. 88bd538 dtoc: Support scanning of structs in header files by Simon Glass · Wed Feb 03 06:00:55 2021 -0700
  55. 2e199ab dtoc: Support scanning of uclasses by Simon Glass · Wed Feb 03 06:00:54 2021 -0700
  56. 0f3b141 dtoc: Collect priv/plat struct info from drivers by Simon Glass · Wed Feb 03 06:00:53 2021 -0700
  57. dc37c81 dtoc: Ignore unwanted files when scanning for drivers by Simon Glass · Wed Feb 03 06:00:52 2021 -0700
  58. 768ff0a dtoc: Save scan information across test runs by Simon Glass · Wed Feb 03 06:00:51 2021 -0700
  59. 78933b7 dtoc: Scan drivers for available information by Simon Glass · Wed Feb 03 06:00:50 2021 -0700
  60. 55cbdf8 sandbox: add FAT to the list of usable env drivers by Heinrich Schuchardt · Thu Mar 04 18:28:37 2021 +0000
  61. 52d2bf6 dm: error handling dev_get_dma_range() by Heinrich Schuchardt · Sat Feb 20 10:41:22 2021 +0100
  62. e24fdef sandbox: enable cros-ec-keyb in test.dtb by Heinrich Schuchardt · Thu Feb 18 13:01:35 2021 +0100
  63. 9bbcf9b patman: Use less for help file, if available by Nicolas Boichat · Wed Feb 17 18:41:43 2021 +0800
  64. fce3802 test: print_ut: Fix potential build error by Bin Meng · Wed Feb 17 17:31:47 2021 +0800
  65. 0bcbec7 test: cmd: setexpr: Fix a typo by Bin Meng · Wed Feb 17 17:04:06 2021 +0800
  66. 3d81f02 mmc: pci: Fix Kconfig dependency by Bin Meng · Mon Feb 15 20:01:44 2021 +0800
  67. 32b4955 tools: fdtgrep: Use unsigned chars for arrays by Samuel Dionne-Riel · Wed Feb 10 19:43:09 2021 -0500
  68. 1e3287b sandbox: allow cross-compiling sandbox by Heinrich Schuchardt · Wed Feb 10 18:54:25 2021 +0100
  69. 1f975b9 patman: Quieten down the alias checking by Simon Glass · Sat Jan 23 08:56:15 2021 -0700
  70. 541186e patman: Update documentation to match new usage by Simon Glass · Sat Jan 23 08:56:14 2021 -0700
  71. a26d8fe azure: Use --board flag with sandbox_spl by Simon Glass · Mon Mar 22 08:22:53 2021 +1300
  72. b9f028f Merge branch '2021-03-20-mediatek-updates' into next by Tom Rini · Sat Mar 20 19:27:22 2021 -0400
  73. 8265933 tools: mtk_image: add an option to set device header offset by developer · Tue Mar 09 15:52:31 2021 +0800
  74. 0f71c38 configs: mt7622: enable debug uart for mt7622_rfb_defconfig by developer · Fri Mar 05 10:41:33 2021 +0800
  75. 801de30 board: mt7629: enable compression of u-boot to reduce the size of final image by developer · Fri Mar 05 10:39:55 2021 +0800
  76. dc45773 serial: mtk: rewrite the setbrg function by developer · Fri Mar 05 10:35:39 2021 +0800
  77. 1268755 dts: mt7629: enable JTAG pins by default by developer · Fri Mar 05 10:27:46 2021 +0800
  78. 9d4eefc configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer by developer · Fri Mar 05 10:24:58 2021 +0800
  79. a03cf3f pinctrl: mt7629: add jtag function and pin group by developer · Fri Mar 05 10:22:31 2021 +0800
  80. f4154da pinctrl: mediatek: do not probe gpio driver if not enabled by developer · Fri Mar 05 10:22:26 2021 +0800
  81. 0163c08 pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl by developer · Fri Mar 05 10:22:19 2021 +0800
  82. deb8406 pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name by developer · Fri Mar 05 10:22:11 2021 +0800
  83. e5c1e62 board: Add MT8183 pumpkin board support by Fabien Parent · Mon Feb 15 19:21:12 2021 +0100
  84. 4640e2a ARM: mediatek: Add MT8183 support by Fabien Parent · Mon Feb 15 19:21:11 2021 +0100
  85. 00763af configs: mt8516: use bootcmd from config_distro_bootcmd.h by Fabien Parent · Mon Feb 15 19:07:46 2021 +0100
  86. aed4490 board: mediatek: mt8516: init USB Ether for pumpkin board by Fabien Parent · Mon Feb 15 19:07:45 2021 +0100
  87. 2bd14a8 board: mediatek: rename pumpkin board into mt8516 by Fabien Parent · Mon Feb 15 19:07:44 2021 +0100
  88. 054b7b9 Merge branch 'next' of git://source.denx.de/u-boot-sh into next by Tom Rini · Fri Mar 19 08:20:34 2021 -0400
  89. bef12c1 board: silinux: Enable recovery SPL for EK874 board by Lad Prabhakar · Mon Mar 15 22:24:06 2021 +0000
  90. b4b65ec arm: rmobile: Add Silicon Linux EK874 board support by Lad Prabhakar · Mon Mar 15 22:24:05 2021 +0000
  91. 53b88b9 pinctrl: renesas: Add support for R8A774C0 by Lad Prabhakar · Mon Mar 15 22:24:04 2021 +0000
  92. 14c9b04 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11 by Lad Prabhakar · Mon Mar 15 22:24:03 2021 +0000
  93. ef6e081 arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11 by Lad Prabhakar · Mon Mar 15 22:24:02 2021 +0000
  94. d771b22 arm: rmobile: Add HopeRun HiHope RZ/G2H board support by Biju Das · Mon Mar 01 17:08:49 2021 +0000
  95. 222cb30 arm: rmobile: Add HopeRun HiHope RZ/G2N board support by Biju Das · Mon Mar 01 17:08:48 2021 +0000
  96. da58fb4 arm: rmobile: Add HopeRun HiHope RZ/G2M board support by Biju Das · Mon Mar 01 17:08:47 2021 +0000
  97. 8576216 arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11 by Biju Das · Mon Mar 01 17:08:46 2021 +0000
  98. ef145c4 arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11 by Biju Das · Mon Mar 01 17:08:45 2021 +0000
  99. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  100. a7f8011 Prepare v2021.04-rc4 by Tom Rini · Mon Mar 15 12:06:41 2021 -0400