| #
a28114d6 |
| 22-Apr-2026 |
Boyan Karatotev <boyan.karatotev@arm.com> |
Merge changes from topic "ti-am62l-clk" into integration
* changes: feat(k3low): add board specific power management drivers and data feat(ti): add device group filtering to clock initialization
Merge changes from topic "ti-am62l-clk" into integration
* changes: feat(k3low): add board specific power management drivers and data feat(ti): add device group filtering to clock initialization feat(ti): add clock device integration to TI clock framework feat(ti): add TI device PSC integration layer feat(ti): add TI PSC hardware driver feat(ti): add TI device preparation and validation driver feat(ti): add TI core device management driver feat(ti): add TI device power management driver feat(ti): add TI device clock driver and power domain API feat(ti): add TI clock management framework core feat(ti): add TI low-frequency oscillator driver feat(ti): add TI high-frequency oscillator driver feat(ti): add TI 16FFT PLL driver feat(ti): add TI generic PLL driver and control feat(ti): add TI fixed clock driver feat(ti): add TI clock divider driver feat(ti): add TI clock multiplexer driver
show more ...
|
| #
cd88365f |
| 05-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add clock device integration to TI clock framework
Add clock device integration layer that allows clock nodes to be derived from device power states. This enables the clock framework to qu
feat(ti): add clock device integration to TI clock framework
Add clock device integration layer that allows clock nodes to be derived from device power states. This enables the clock framework to query and track device power states as part of the clock tree.
The clock driver queries device power state and output clock status to provide frequency and enable information to the clock framework, allowing devices to act as clock sources in the clock tree.
Change-Id: I0036a387063daea7fe18f43ffafb74832649f0ec Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|