[PATCH v3 0/3] Re-Send Timer support for ARM Tegra

2023-01-17 Thread Svyatoslav Ryhel
- ARM: tegra: remap clock_osc_freq for all Tegra family Enum clock_osc_freq was designed to use only with T20. This patch remaps it to use additional frequencies, added in T30+ SoC while maintaining backwards compatibility with T20. - drivers: timer: add timer driver for ARMv7 based Tegra devices

[PATCH v3 0/3] Re-Send Timer support for ARM Tegra

2022-12-13 Thread Svyatoslav Ryhel
3.5 weeks have passed and I got no reviews. Since deadline of timer dm driver implementation is approaching I am re-sending partches. - ARM: tegra: remap clock_osc_freq for all Tegra family Enum clock_osc_freq was designed to use only with T20. This patch remaps it to use additional frequencies, a