1. 1cedca1 event: Use an event to replace last_stage_init() by Simon Glass · Mon Aug 21 21:17:01 2023 -0600
  2. 225381d MAINTAINERS: Add a number of "common" directories by Tom Rini · Tue Jul 18 19:33:31 2023 -0400
  3. 281f064 gdsys: Drop unused fpga file by Simon Glass · Wed Feb 01 13:20:11 2023 -0700
  4. fc739e8 gpio: Drop unused pca9698 driver by Simon Glass · Wed Feb 01 13:19:56 2023 -0700
  5. 639cc77 Correct CONFIG_CONTROLCENTERDC by Simon Glass · Wed Feb 01 13:19:26 2023 -0700
  6. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  7. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  8. 558e9f2 mpc83xx: gazerbeam: Update sysinfo_get error handling by Michal Suchanek · Wed Oct 12 21:58:04 2022 +0200
  9. 2f05fef powerpc: Move CONFIG_SYS_DDR_SIZE to CONFIG_SYS_SDRAM_SIZE by Tom Rini · Sat Jul 23 13:04:56 2022 -0400
  10. 3927efb net: phy: don't require PHY interface mode during PHY creation by Marek Behún · Thu Apr 07 00:33:08 2022 +0200
  11. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  12. bfd02eb board: gdsys: Drop Dirk Eibach from MAINTAINERS by Marek Behún · Tue Jan 04 16:14:54 2022 +0100
  13. 2c391e5 board: gdsys: a38x: Enable PCIe link 2 in spl_board_init() by Pali Rohár · Tue Dec 21 12:20:12 2021 +0100
  14. 1feae9d arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INIT by Pali Rohár · Tue Dec 21 12:20:11 2021 +0100
  15. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  16. bf2f900 board: gdsys: a38x: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · Mon Sep 27 14:21:42 2021 +0300
  17. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  18. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  19. 7135111 arm: mvebu: gdsys: Remove custom spl_board_init() by Pali Rohár · Fri Jul 23 11:14:33 2021 +0200
  20. 1f85b3e ppc: Remove controlcenterd boards by Tom Rini · Sat Feb 20 20:06:25 2021 -0500
  21. 91b7886 ppc: Remove gdsys hrcon boards by Tom Rini · Sat Feb 20 20:06:24 2021 -0500
  22. 587d77a ppc: Remove gdsys strider boards by Tom Rini · Sat Feb 20 20:06:23 2021 -0500
  23. 3b8692a tpm: Switch TPMv1 over to use the new API by Simon Glass · Sat Feb 06 14:23:36 2021 -0700
  24. 498475e ddr: marvell: a38x: add support for twin-die combined memory device by Moti Buskila · Fri Feb 19 17:11:19 2021 +0100
  25. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  26. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  27. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  28. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  29. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  30. fb64e36 common: Drop linux/stringify.h from common header by Simon Glass · Sun May 10 11:40:09 2020 -0600
  31. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  32. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  33. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  34. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  35. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  36. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  37. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  38. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  39. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  40. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · Thu Nov 14 12:57:47 2019 -0700
  41. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  42. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  43. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  44. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  45. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  46. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:47 2019 -0600
  47. 8fc4084 mpc83xx: Add gazerbeam board by Dirk Eibach · Fri Mar 29 10:18:19 2019 +0100
  48. 54ecad4 gdsys: ioep-fpga: Switch to gazerbeam-style reporting by Mario Six · Fri Mar 29 10:18:15 2019 +0100
  49. dab9eaa gdsys: cmd_ioloop: Make DM compatible by Mario Six · Fri Mar 29 10:18:14 2019 +0100
  50. a5d76b2 gdsys: cmd_ioloop: Introduce commenting enum by Mario Six · Fri Mar 29 10:18:13 2019 +0100
  51. c5d7852 gdsys: cmd_ioloop: Fix style violations by Mario Six · Fri Mar 29 10:18:12 2019 +0100
  52. ca10b2f gdsys: mpc8308: Add FPGA flavor option by Mario Six · Fri Mar 29 10:18:11 2019 +0100
  53. 7851021 gdsys: Introduce GDSYS_LEGACY_DRIVERS by Mario Six · Fri Mar 29 10:18:10 2019 +0100
  54. 0486138 gdsys: mpc8308: Don't use manual RAM config if RAM driver is active by Mario Six · Fri Mar 29 10:18:09 2019 +0100
  55. 53abde7 gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig by Mario Six · Fri Mar 29 10:18:08 2019 +0100
  56. ae0feaa gdsys: mpc8308: Use shadow register for output GPIO values by Mario Six · Fri Mar 29 10:18:07 2019 +0100
  57. 3809c47 gdsys: mpc8308: Fix style violations by Mario Six · Fri Mar 29 10:18:06 2019 +0100
  58. cb645d0 gdsys: Post ppc4xx removal cleanup by Mario Six · Fri Mar 29 10:18:05 2019 +0100
  59. 83250c1 gdsys: phy: Adapt fixup_88e1518() to latest Release Notes by Dirk Eibach · Fri Mar 29 10:18:04 2019 +0100
  60. 7720ba0 ihs_mdio: Use new regmap interface by Mario Six · Mon Jan 28 09:49:33 2019 +0100
  61. 805cac1 mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE by Mario Six · Mon Jan 21 09:18:16 2019 +0100
  62. 4510d44 strider: Migrate to CONFIG_TARGET_STRIDER by Mario Six · Mon Jan 21 09:17:46 2019 +0100
  63. c9c663b hrcon: Migrate to CONFIG_TARGET_HRCON by Mario Six · Mon Jan 21 09:17:45 2019 +0100
  64. 6d5d96f board: mvebu: drop unused ETH_PHY macro definitions by Baruch Siach · Wed Jan 02 18:26:42 2019 +0200
  65. 4bf81db ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02 by Chris Packham · Mon Dec 03 14:26:49 2018 +1300
  66. 8ceca1d tpm: Convert to use a device parameter by Simon Glass · Sun Nov 18 14:22:27 2018 -0700
  67. f839590 cmd: Add osd commands by Mario Six · Thu Sep 27 09:19:34 2018 +0200
  68. ea3d9de mvebu: select boot device at SoC level by Baruch Siach · Mon Jun 18 21:56:25 2018 +0300
  69. 8d196a4 mvebu: consolidate SPL boot device config symbols by Baruch Siach · Mon Jun 18 21:56:24 2018 +0300
  70. daa6f08 mvebu: a38x: drop duplicate platform id symbols by Baruch Siach · Mon Jun 18 21:56:23 2018 +0300
  71. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · Tue May 15 11:57:06 2018 +0200
  72. 3a09e13 ARM: mvebu: a38x: restore support for setting timing by Chris Packham · Thu May 10 13:28:30 2018 +1200
  73. 1a07d21 ARM: mvebu: a38x: sync ddr training code with upstream by Chris Packham · Thu May 10 13:28:29 2018 +1200
  74. 2963721 ihs_mdio: Make DM-compatible by Mario Six · Fri Apr 27 14:52:10 2018 +0200
  75. 9a95ba6 ihs_mdio: Encapsulate register access by Mario Six · Fri Apr 27 14:52:09 2018 +0200
  76. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  77. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  78. b489358 treewide: Fix gdsys mail addresses by Mario Six · Tue Mar 06 08:04:58 2018 +0100
  79. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  80. 05204d0 powerpc: mpc85xx: Fix static TLB table for SDRAM by York Sun · Tue Dec 05 10:57:54 2017 -0800
  81. dd092bd arm: mvebu: correct comments around cas_wl/cas_l by Chris Packham · Wed Nov 29 10:38:34 2017 +1300
  82. 2b0aa66 MAINTAINERS: Add missing boards and config entries by Tom Rini · Sat Oct 21 12:54:02 2017 -0400
  83. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  84. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  85. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  86. f8bf75f driver/ddr: Add support for setting timing in hws_topology_map by Marek Behún · Fri Jun 09 19:28:40 2017 +0200
  87. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  88. 910c793 controlcenterd_36BIT_SDCARD: Fix unused variable warning by Tom Rini · Fri Jun 16 13:06:26 2017 -0400
  89. ec10c01 Convert CONFIG_CMD_IOLOOP to Kconfig by Simon Glass · Wed May 17 03:25:35 2017 -0600
  90. b6fadad Drop digital thermometer and thermostat (DTT) drivers by Simon Glass · Wed May 17 03:25:05 2017 -0600
  91. 09868d4 gdsys: P1022: Fix unused variable warnings by Tom Rini · Mon May 08 22:14:26 2017 -0400
  92. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  93. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  94. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  95. fb60594 arm: mvebu: Add gdsys ControlCenter-Compact board by Dirk Eibach · Wed Feb 22 16:07:23 2017 +0100
  96. 4eceb6c lib: tpm: Add command to flush resources by Mario Six · Wed Jan 11 16:00:50 2017 +0100
  97. 9fd465c usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · Fri Sep 16 17:12:15 2016 +0530
  98. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  99. ece1aa6 net: mii: Fix changes made by spatch by Joe Hershberger · Mon Aug 08 11:28:40 2016 -0500
  100. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · Mon Aug 08 11:28:38 2016 -0500