History log of /rk3399_ARM-atf/drivers/ti/clk/ti_clk.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 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 ...


# 574e3fe7 30-Mar-2026 Kamlesh Gurudasani <kamlesh@ti.com>

feat(ti): add device group filtering to clock initialization

Add device group (devgrp) filtering to ti_clk_init() to optimize
clock initialization by limiting it based on enabled device groups.

The

feat(ti): add device group filtering to clock initialization

Add device group (devgrp) filtering to ti_clk_init() to optimize
clock initialization by limiting it based on enabled device groups.

The filtering logic iterates through the device group table and stops
clock initialization at the first disabled device group. This reduces
boot time by skipping initialization of clocks associated with
disabled device groups.

Change-Id: Ie8d6beab811a873f794052822dab52d8f642b021
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>

show more ...


# 6b875d38 13-Feb-2026 Kamlesh Gurudasani <kamlesh@ti.com>

feat(ti): add TI clock management framework core

Add the core clock management framework for TI platforms including:
- Clock subsystem core with get/put reference counting
- Clock initialization and

feat(ti): add TI clock management framework core

Add the core clock management framework for TI platforms including:
- Clock subsystem core with get/put reference counting
- Clock initialization and state management
- Parent child clock relationship management
- Frequency setting

This provides the foundation for clock tree management.

Change-Id: I794944500097ab7b739ffb9d2748d1271be98f1d
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>

show more ...