Home | History | Annotate | Download | only in nvidia
History log of /src/sys/arch/arm/nvidia/tegra124_cpu.c
RevisionDateAuthorComments
 1.6  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.5  25-Aug-2020  skrll branches: 1.5.2;
Protect tegra124_cpu_init_cpufreq against being run more than once.

config_finalize will call all config_finalize_register functions until
all registered functions return 0. rf_autoconfig currently returns 1
which means tegra124_cpu_init_cpufreq would get called multiple times.
 1.4  02-Jun-2017  jmcneill branches: 1.4.6; 1.4.10;
Attach Tegra124 DVFS to /cpus/cpu0 now that another driver is claiming the
/cpus node.
 1.3  29-Apr-2017  jmcneill Adjust voltage when changing CPU frequency.
 1.2  29-Apr-2017  jakllsch - Recognize the AS3722 sd0_v_minus_200mV bit, which is 1 on my Jetson TK1.
- Reduce intended core voltage for Tegra K1 124 by 200mV to 1.2V.

The actual value programmed into the SD0 regulator remains the same (0x50),
a value corresponding to 1.20V.
 1.1  23-Apr-2017  jmcneill branches: 1.1.2; 1.1.4;
Split cpufreq driver out into a separate module.
 1.1.4.1  02-May-2017  pgoyette Sync with HEAD - tag prg-localcount2-base1
 1.1.2.2  26-Apr-2017  pgoyette Sync with HEAD
 1.1.2.1  23-Apr-2017  pgoyette file tegra124_cpu.c was added on branch pgoyette-localcount on 2017-04-26 02:53:00 +0000
 1.4.10.2  03-Dec-2017  jdolecek update from HEAD
 1.4.10.1  02-Jun-2017  jdolecek file tegra124_cpu.c was added on branch tls-maxphys on 2017-12-03 11:35:54 +0000
 1.4.6.2  28-Aug-2017  skrll Sync with HEAD
 1.4.6.1  02-Jun-2017  skrll file tegra124_cpu.c was added on branch nick-nhusb on 2017-08-28 17:51:31 +0000
 1.5.2.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed