summaryrefslogtreecommitdiff
path: root/sys/arch/arm/nvidia/tegra_soctherm.c
AgeCommit message (Expand)Author
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2019-10-13Restore %# for PRIxBUSADDRskrll
2019-10-13Use PRIxBUSADDRskrll
2018-07-16Add missing pointer <-> integer castschristos
2017-07-21Fix of_search_compatible usagejmcneill
2017-07-20Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.jmcneill
2017-04-16Add support for multiple clock domains in clk API.jmcneill
2015-12-22Switch Tegra over to fdt based clocks and reset controls.jmcneill
2015-12-13Use fdt for device enumeration.jmcneill
2015-11-21Add SOC_THERM temperature sensor driver:jmcneill