1. 26ec65b usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget by Marek Vasut · Sun Mar 17 05:42:52 2024 +0100
  2. bce01ee Kconfig: Centralize prompting for SYS_CONFIG_NAME by Tom Rini · Mon Jan 22 17:39:20 2024 -0500
  3. 29c8027 board: samsung: Add support for E850-96 board by Sam Protsenko · Wed Jan 10 21:09:08 2024 -0600
  4. a96370a board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig by Sam Protsenko · Thu Nov 09 14:13:12 2023 -0600
  5. 757dc98 exynos: Cleanup exynos_init by Tom Rini · Thu Sep 21 19:32:48 2023 -0400
  6. 5a12160 board: Remove essentially empty board files and Makefiles by Tom Rini · Thu Sep 21 19:32:47 2023 -0400
  7. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  8. 283bbec board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · Fri Sep 01 11:50:03 2023 +0200
  9. d13e0fc samsung: common: do not reset if cros-ec uclass is missing by Henrik Grimler · Tue May 09 21:05:47 2023 +0200
  10. a996ad9 board: Fix board file path for sdm845.c for Samsung and Qualcomm boards by Bhupesh Sharma · Thu Apr 20 16:58:47 2023 +0530
  11. b942f0a global: Migrate CONFIG_SMP_PEN_ADDR to CFG by Tom Rini · Sun Dec 04 10:13:54 2022 -0500
  12. cee139a global: Migrate CONFIG_SET_DFU_ALT_BUF_LEN to CFG by Tom Rini · Sun Dec 04 10:13:46 2022 -0500
  13. 2353629 global: Migrate CONFIG_ODROID_REV_AIN to CFG by Tom Rini · Sun Dec 04 10:13:23 2022 -0500
  14. 7e60cba global: Migrate CONFIG_ENV_SROM_BANK to CFG by Tom Rini · Sun Dec 04 10:03:46 2022 -0500
  15. 3aef00d global: Migrate CONFIG_DFU_ALT et al to CFG by Tom Rini · Sun Dec 04 10:03:38 2022 -0500
  16. 4720d91 arm: samsung: Rename CONFIG_G_DNL_*_NUM variables by Tom Rini · Fri Dec 02 16:42:28 2022 -0500
  17. 6fb86c1 Convert CONFIG_FLASH_SPANSION_S29WS_N et al to Kconfig by Tom Rini · Fri Dec 02 16:42:21 2022 -0500
  18. b5207bb arm: samsung: Move CONFIG_MISC_COMMON to Kconfig by Tom Rini · Sat Nov 19 18:45:26 2022 -0500
  19. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  20. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  21. d48f49b Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · Fri Oct 28 20:26:54 2022 -0400
  22. 31e1dcb video: samsung: Drop old LCD code by Simon Glass · Sun Oct 16 15:54:35 2022 -0600
  23. ae0ee10 video: Drop ld9040 driver by Simon Glass · Sun Oct 16 15:46:15 2022 -0600
  24. 3951bc1 video: Drop CONFIG_LCD_MENU by Simon Glass · Sun Oct 16 15:06:52 2022 -0600
  25. 1e7b3df smdkc100: Remove legacy non-DM_ETH code by Tom Rini · Tue Aug 02 07:33:46 2022 -0400
  26. 893cd41 arm: samsung: Migrate a number of symbols to Kconfig by Tom Rini · Fri Jun 10 22:59:33 2022 -0400
  27. c06b6b4 arm: samsung: Remove dead LCD code by Tom Rini · Fri Jun 10 22:59:31 2022 -0400
  28. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  29. 5c1e727 Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · Wed Apr 06 10:33:32 2022 -0400
  30. 3d4ce0b board: samsung: fix menu entries for a{3,7}y17lte by Henrik Grimler · Fri Jan 07 20:12:54 2022 +0100
  31. 324d1be Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Nov 09 08:51:00 2021 -0500
  32. 83af4cb board: samsung: add support for Galaxy A series of 2017 (a5y17lte) by Dzmitry Sankouski · Sun Oct 17 13:45:42 2021 +0300
  33. 4e6df40 board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board by Dzmitry Sankouski · Sun Oct 17 13:44:32 2021 +0300
  34. 4cc3885 arm: Disable ATAGs support by Tom Rini · Mon Aug 30 09:16:30 2021 -0400
  35. 3133941 i2c: Convert CONFIG_POWER_I2C et al to Kconfig by Simon Glass · Sun Aug 08 12:20:27 2021 -0600
  36. 44da595 power: Rename CONFIG_POWER to CONFIG_POWER_LEGACY by Simon Glass · Sun Aug 08 12:20:26 2021 -0600
  37. c14d7b3 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Aug 03 09:07:01 2021 -0400
  38. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  39. 881c886 samsung: exynos: Convert SROMC interface to a driver by Simon Glass · Sun Jul 18 19:02:40 2021 -0600
  40. 35f307d ARM: fix LTO for rockchip and samsung by Marek Behún · Thu May 20 13:24:18 2021 +0200
  41. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  42. 01077ce samsung: origen: change maintainer by Minkyu Kang · Fri Feb 19 17:59:18 2021 +0900
  43. beda4ef samsung: espresso7420: change maintainer by Minkyu Kang · Fri Feb 19 17:59:14 2021 +0900
  44. 58aaf10 samsung: smdkv310: change maintainer by Minkyu Kang · Fri Feb 19 17:59:07 2021 +0900
  45. d44860c samsung: smdk5420: change maintainer by Minkyu Kang · Fri Feb 19 17:58:54 2021 +0900
  46. c8f4020 samsung: smdk5250: change maintainer by Minkyu Kang · Fri Feb 19 17:58:06 2021 +0900
  47. 633098d samsung: goni: change maintainer by Minkyu Kang · Fri Feb 19 17:57:57 2021 +0900
  48. 4cc3c8b board: samsung: covert to driver model about power_key_pressed by Jaehoon Chung · Tue Feb 23 07:28:22 2021 +0900
  49. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · Tue Feb 09 13:52:45 2021 +0200
  50. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  51. 5c9f2a5 samsung: arndale: remove board_mmc_init function by Jaehoon Chung · Tue Jan 12 15:30:53 2021 +0900
  52. a778d4d samsung: common: remove the duplicated stdio print message by Jaehoon Chung · Thu Oct 22 15:56:57 2020 +0900
  53. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  54. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  55. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  56. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  57. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  58. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  59. bc4a2e3 arm: exynos: Read default MMC device from XOM[7:5] pins by Marek Szyprowski · Fri Jan 17 14:02:44 2020 +0100
  60. a436d70 arm: exynos: Use proper PMIC device names by Marek Szyprowski · Thu Jan 16 14:46:04 2020 +0100
  61. 3d025f6 arm: exynos: Use proper ADC device name by Marek Szyprowski · Tue Jan 14 15:04:20 2020 +0100
  62. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  63. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  64. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  65. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  66. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  67. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  68. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  69. 2d8ba4e arndale: fix unknown status by Minkyu Kang · Thu Mar 14 09:38:41 2019 +0900
  70. 1b2b382 arm: exynos: odroid: Fix build if BOARD_TYPES are not set by Krzysztof Kozlowski · Wed Mar 06 10:23:09 2019 +0100
  71. f4befd4 arm: exynos: Remove duplicated "boardname" env setting by Krzysztof Kozlowski · Fri Feb 22 19:36:43 2019 +0100
  72. f0e6202 arm: exynos: arndale: Replace Chander Kashyap inactive maintainer by Krzysztof Kozlowski · Fri Feb 22 19:36:40 2019 +0100
  73. ab7d7464 arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision by Krzysztof Kozlowski · Wed Mar 06 19:37:53 2019 +0100
  74. c51bd0b arm: exynos: odroid-xu3: Display info late to have proper type by Krzysztof Kozlowski · Wed Mar 06 19:37:52 2019 +0100
  75. 36476ee arm: exynos: Detect revision later, when all resources are ready by Krzysztof Kozlowski · Wed Mar 06 19:37:51 2019 +0100
  76. deec621 samsung: mmc: Drop old MMC init code by Simon Glass · Fri Jan 11 18:37:13 2019 -0700
  77. b6322f2 samsung: Drop board_enable_audio_codec() by Simon Glass · Fri Jan 11 18:37:12 2019 -0700
  78. 6ceeff4 exynos: Drop duplicate 'model' line by Simon Glass · Fri Jan 11 18:37:07 2019 -0700
  79. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  80. fe3f643 sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() by Simon Glass · Tue Nov 06 15:21:26 2018 -0700
  81. 738805d ARM: Samsung: Add Exynos5422-based Odroid HC2 support by Dirk Meul · Sun Oct 14 17:14:17 2018 +0200
  82. a09c2c8 ARM: Odroid XU3: MAINTAINERS: Add a co-maintainer for OdroidXU3 by Lukasz Majewski · Wed Aug 01 14:48:58 2018 +0200
  83. 42a4b14 ARM: Odroid XU3: Fix autoboot.cmd to use ${mmcbootdev} instead of hardcoded 0 by Lukasz Majewski · Wed Aug 01 14:48:56 2018 +0200
  84. ca21166 board: samsung: add missing line breaks for pr_err() by Seung-Woo Kim · Mon Jun 04 16:03:05 2018 +0900
  85. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  86. a47a6bb samsung: board: init the s2mps11 pmic during booting time by Jaehoon Chung · Mon Jan 29 13:53:19 2018 +0900
  87. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  88. b7c82ed build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · Thu Dec 21 22:13:22 2017 -0500
  89. 3b1688f ARM: Samsung: Add Exynos5422-based Odroid HC1 support by Marek Szyprowski · Fri Nov 03 09:30:30 2017 +0100
  90. 2b0aa66 MAINTAINERS: Add missing boards and config entries by Tom Rini · Sat Oct 21 12:54:02 2017 -0400
  91. 121973a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · Thu Oct 05 08:26:36 2017 -0400
  92. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  93. 7f78b9d usb: gadget: Make g_dnl USB settings common by Maxime Ripard · Thu Sep 07 08:58:08 2017 +0200
  94. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  95. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  96. 0ffb9d6 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · Wed May 31 19:47:48 2017 -0600
  97. 19eb118 samsung: Move pmic header out of config file by Simon Glass · Thu May 18 20:09:31 2017 -0600
  98. 1d9af1f dm: gpio: Add live tree support by Simon Glass · Tue May 30 21:47:09 2017 -0600
  99. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · Tue May 09 20:31:39 2017 +0900
  100. 98826d7 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Sat Apr 08 10:20:26 2017 -0400