-
clk-2024.01-rc2
Clock changes for 2024.01-rc2 This contains several fixes for the clock core.
-
clk-2023.04-rc1
Clock changes for 2023.04-rc1 This contains various fixes and small features. I've included a reset patch as well since it was in the same series as a clock patch.
-
clk-2023.04
Clock patches for 2023.04 This adds support for USB clocks on SAM9X60, as well as various fixes for nuvoton, imx8mn, and clock core.
-
clk-2023.01
Clock patches for 2023.01 This contains various fixes (some long overdue) for the next release.
-
clk-2022.04-next
Clock patches for u-boot/next This is mostly cleanups/consolidations. clk_free is made to return void, and the CCF wrappers present in almost every CCF clock are consolidated. I would particularly like to have the latter upstream, since there are at least two series adding support for new CCF drivers (imx8mq and imxrt1170) which can benefit from these commits. I had to fix up the last commit since I missed an include for at91. CI: https://source.denx.de/u-boot/custodians/u-boot-clk/-/pipelines/11521
-
clk-2022.04-rc2
Clock patches for v2022.04-rc2 This has an assortment of cleanups and the occasional bugfix. Also present is the addition of the clock subsystem documentation to HTML docs. CI: https://source.denx.de/u-boot/custodians/u-boot-clk/-/pipelines/11075
-
clk-2022.01-rc3
Clock patches for v2022.01-rc3 This adds better logging support for many CCF drivers, and clarifies some documentation regarding clk_get_rate.
-
u-boot-clk-24Aug2020 Release: u-boot-clk-24Aug2020
-
u-boot-clk-26Jan2020 Release: u-boot-clk-26Jan2020
-
u-boot-clk-23Oct2019
- Add I2C clocks for i.MX6Q CCF driver - Fix check in clk_set_default_parents() - Managed API to get clock from device tree - Fixes for core clock code (including sandbox regression tests)
-
ccf-pr-22.08
Changes (Common Clock Framework): - Add enable counter to CCF (including sandbox tests) - Expose CCF entry to all SoC - Add iMX8MM CCF driver - Add composite clock support for iMX8M