| #
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 ...
|
| #
a1a3a16f |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI device PSC integration layer
Add device PSC integration layer for TI K3 platforms. This bridges device management API to PSC hardware operations.
Change-Id: Ic8172f022faf14269c0bbd
feat(ti): add TI device PSC integration layer
Add device PSC integration layer for TI K3 platforms. This bridges device management API to PSC hardware operations.
Change-Id: Ic8172f022faf14269c0bbdcaa687de87a927bf0a Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
f6db41e0 |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI PSC hardware driver
Add Power and Sleep Controller (PSC) hardware driver for TI K3 platforms. This manages power domain state transitions and LPSC module clock gating.
Change-Id: I
feat(ti): add TI PSC hardware driver
Add Power and Sleep Controller (PSC) hardware driver for TI K3 platforms. This manages power domain state transitions and LPSC module clock gating.
Change-Id: I5cb663459d17bbc2228dea845100890549de7fde Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
bc55e131 |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI device preparation and validation driver
Add device preparation and validation driver for TI K3 platforms. This validates device access and ownership before power management operati
feat(ti): add TI device preparation and validation driver
Add device preparation and validation driver for TI K3 platforms. This validates device access and ownership before power management operations.
Change-Id: I4f9eada93276d158698178d9c338ac7cf1f9d6f1 Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
43b5c095 |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI core device management driver
Add core device management driver for TI K3 platforms. This provides device initialization and lifecycle management.
Change-Id: I55505785e6f8df7ae917e
feat(ti): add TI core device management driver
Add core device management driver for TI K3 platforms. This provides device initialization and lifecycle management.
Change-Id: I55505785e6f8df7ae917ea4d5a751f432a1fcabf Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
92ee37ff |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI device power management driver
Add device power management driver for high-level power coordination.
This driver implements power management policies and coordination across device
feat(ti): add TI device power management driver
Add device power management driver for high-level power coordination.
This driver implements power management policies and coordination across devices, including: - Device power state management - Power dependency tracking - Device group power control
Change-Id: I6dbbe2c99d33934b7a212ca023998c2ceeee6719 Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|
| #
6f2a8791 |
| 16-Feb-2026 |
Kamlesh Gurudasani <kamlesh@ti.com> |
feat(ti): add TI device clock driver and power domain API
Add device clock driver and power domain API headers for TI K3 platforms. This manages clocks attached to devices for power management opera
feat(ti): add TI device clock driver and power domain API
Add device clock driver and power domain API headers for TI K3 platforms. This manages clocks attached to devices for power management operations.
Change-Id: I6851b9227238ff6511f4835b7e6ffd504b265ceb Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
show more ...
|