1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. fca3cd4 timer: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:27 2024 -0600
  4. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  5. 09c8112 timer: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:13 2023 +0200
  6. 7c1974b timer: Tidy up use of notrace by Simon Glass · Sun Jan 15 14:15:42 2023 -0700
  7. 9533931 timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Wed Oct 12 08:36:55 2022 +0300
  8. 49e17df timer-uclass: add timer_get_ops() macro by Ovidiu Panait · Wed Oct 12 08:36:54 2022 +0300
  9. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  10. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · Fri Sep 10 16:16:20 2021 +0200
  11. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  12. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  13. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  14. 2f00216 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · Mon Mar 15 18:11:18 2021 +1300
  15. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  16. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  17. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  18. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  19. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  20. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  21. 947fc2d timer: Return count from timer_ops.get_count by Sean Anderson · Wed Oct 07 14:37:44 2020 -0400
  22. d111306 timer: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:52 2020 -0400
  23. 738ff53 timer: Add helper for drivers using timebase fallback by Sean Anderson · Mon Sep 28 10:52:22 2020 -0400
  24. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  25. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  26. fe5eb09 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · Fri Jul 05 09:23:15 2019 -0700
  27. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  29. 63cf24a dm: timer: handle being called before dm_root is ready by Philipp Tomsich · Mon Sep 11 22:04:11 2017 +0200
  30. 617fd62 dm: timer: Convert to livetree by Philipp Tomsich · Mon Sep 11 22:04:10 2017 +0200
  31. 163796c timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · Fri Jul 28 17:19:58 2017 +0200
  32. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · Thu May 18 20:09:06 2017 -0600
  33. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  34. 36901a4 timer: Support clocks via phandle by Zakharov Vlad · Fri Dec 09 17:18:32 2016 +0300
  35. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  36. 04cb14c timer: Support tracing fully by Simon Glass · Wed Feb 24 09:14:48 2016 -0700
  37. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · Wed Jan 06 10:33:03 2016 -0700
  38. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · Thu Dec 24 16:08:06 2015 +0530
  39. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · Sat Jan 16 21:33:58 2016 +0530
  40. ab841b6 dm: timer: Support 64-bit counter by Bin Meng · Tue Nov 24 13:31:17 2015 -0700
  41. f786c64 dm: timer: Implement pre_probe() by Bin Meng · Fri Nov 13 00:11:15 2015 -0800
  42. 8a7b864 dm: timer: Fix several nits by Bin Meng · Fri Nov 13 00:11:14 2015 -0800
  43. fb798b1 dm: implement a Timer uclass by Thomas Chou · Fri Oct 09 13:46:34 2015 +0800