History log of /netbsd-current/sys/arch/arm/nvidia/tegra_pmc.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.16 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.


Revision tags: thorpej-futex-base bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base phil-wifi-20191119
# 1.15 13-Oct-2019 skrll

Restore %# for PRIxBUSADDR


# 1.14 13-Oct-2019 skrll

Use PRIxBUSADDR


Revision tags: netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
# 1.13 16-Jul-2018 christos

Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407
# 1.12 01-Apr-2018 ryo

branches: 1.12.2;
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)


Revision tags: pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 nick-nhusb-base-20170825
# 1.11 20-Jul-2017 jmcneill

branches: 1.11.2; 1.11.4;
Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.10 25-May-2017 jmcneill

Match nvidia,tegra210-pmc compat string.


# 1.9 25-May-2017 jmcneill

Correct an issue introduced in r1.7 that prevented unclamping power for
non-GPU partitions. While here, apply the GPU power workaround to Tegra210
as well.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.


# 1.15 13-Oct-2019 skrll

Restore %# for PRIxBUSADDR


# 1.14 13-Oct-2019 skrll

Use PRIxBUSADDR


Revision tags: netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
# 1.13 16-Jul-2018 christos

Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407
# 1.12 01-Apr-2018 ryo

branches: 1.12.2;
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)


Revision tags: pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 nick-nhusb-base-20170825
# 1.11 20-Jul-2017 jmcneill

branches: 1.11.2; 1.11.4;
Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.10 25-May-2017 jmcneill

Match nvidia,tegra210-pmc compat string.


# 1.9 25-May-2017 jmcneill

Correct an issue introduced in r1.7 that prevented unclamping power for
non-GPU partitions. While here, apply the GPU power workaround to Tegra210
as well.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.


Revision tags: isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
# 1.13 16-Jul-2018 christos

Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407
# 1.12 01-Apr-2018 ryo

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)


Revision tags: pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 nick-nhusb-base-20170825
# 1.11 20-Jul-2017 jmcneill

branches: 1.11.2; 1.11.4;
Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.


Revision tags: netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.10 25-May-2017 jmcneill

Match nvidia,tegra210-pmc compat string.


# 1.9 25-May-2017 jmcneill

Correct an issue introduced in r1.7 that prevented unclamping power for
non-GPU partitions. While here, apply the GPU power workaround to Tegra210
as well.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.


# 1.11 20-Jul-2017 jmcneill

Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.


Revision tags: perseant-stdc-iso10646-base netbsd-8-base
# 1.10 25-May-2017 jmcneill

Match nvidia,tegra210-pmc compat string.


# 1.9 25-May-2017 jmcneill

Correct an issue introduced in r1.7 that prevented unclamping power for
non-GPU partitions. While here, apply the GPU power workaround to Tegra210
as well.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.


# 1.10 25-May-2017 jmcneill

Match nvidia,tegra210-pmc compat string.


# 1.9 25-May-2017 jmcneill

Correct an issue introduced in r1.7 that prevented unclamping power for
non-GPU partitions. While here, apply the GPU power workaround to Tegra210
as well.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.


Revision tags: nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.8 13-Dec-2015 jmcneill

Use fdt for device enumeration.


# 1.7 17-Oct-2015 jmcneill

GPU power is controlled by a different register on Tegra124, handle this in tegra_pmc_remove_clamping


Revision tags: nick-nhusb-base-20150921 nick-nhusb-base-20150606
# 1.6 25-May-2015 jmcneill

wait for PWRGATE_TOGGLE.START to clear before submitting a new request


# 1.5 18-May-2015 jmcneill

Make sure HDMI I/O is not in deep power down mode


# 1.4 15-May-2015 jmcneill

more Tegra SATA init


# 1.3 26-Apr-2015 jmcneill

add Tegra124 MP support


Revision tags: nick-nhusb-base-20150406
# 1.2 29-Mar-2015 jmcneill

branches: 1.2.2;
Use shared armv7_generic_space


# 1.1 29-Mar-2015 jmcneill

NVIDIA Tegra K1 support, work in progress.