History log of /netbsd/sys/arch/arm/nvidia/tegra210_car.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 8e90f9ed 27-Jan-2021 thorpej <thorpej@NetBSD.org>

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 c

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.

show more ...


# 6c4e96ff 30-Apr-2020 riastradh <riastradh@NetBSD.org>

rnd_attach_source calls the callback itself now.

No need for every driver to explicitly call it to prime the pool.

Eliminate now-unused <sys/rndpool.h>.


# b2c5aa90 13-Oct-2019 skrll <skrll@NetBSD.org>

Restore %# for PRIxBUSADDR


# 68ab602f 13-Oct-2019 skrll <skrll@NetBSD.org>

Use PRIxBUSADDR


# 1d25e555 14-Dec-2018 skrll <skrll@NetBSD.org>

Support SATA on TEGRA210

Thanks to jmcneill for help with this.


# d0c11329 12-Dec-2018 skrll <skrll@NetBSD.org>

Trailing whitespace


# 10d0a9b4 26-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Initialize CML1 clock


# 27f90052 26-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Register clocks with clk_attach


# cdeb425b 09-Sep-2018 aymeric <aymeric@NetBSD.org>

Pass clock provider's phandle to fdtbus_clock_controller_func.decode()
and update callers.

This allows to accomodate clock managers whose clocks are identified
directly by a clock instead of a pair

Pass clock provider's phandle to fdtbus_clock_controller_func.decode()
and update callers.

This allows to accomodate clock managers whose clocks are identified
directly by a clock instead of a pair (clock provider, index).

ok jmcneill@ on port-arm

show more ...


# aea3c753 16-Jul-2018 christos <christos@NetBSD.org>

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


# b92fb30a 28-Sep-2017 jmcneill <jmcneill@NetBSD.org>

use CLK_GATE_SIMPLE


# c0320a7b 27-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Tegra210 HDA support.


# 7cfee78a 27-Sep-2017 jmcneill <jmcneill@NetBSD.org>

add SOC_THERM and TSENSOR clocks


# 4a654dbf 26-Sep-2017 jmcneill <jmcneill@NetBSD.org>

More PCIe / XUSBPAD initialization goo for Tegra210.


# 8f1aa5a0 25-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Add clocks used by pcie


# fadbc66f 25-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Disable debug again


# a459a872 25-Sep-2017 jmcneill <jmcneill@NetBSD.org>

USB works on Tegra X1 now.


# 7caf41cf 24-Sep-2017 jmcneill <jmcneill@NetBSD.org>

More XUSB init. A USB3 memory stick seems to work now.


# a07b0468 23-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Disable debug


# b5f18759 23-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Add APBDMA clock


# 8fbf88e2 23-Sep-2017 jmcneill <jmcneill@NetBSD.org>

More XUSB init stuff.


# 108f6e21 22-Sep-2017 jmcneill <jmcneill@NetBSD.org>

add USB2_TRK and HSIC_TRK clocks


# a1ce811e 22-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Initialize PLLE


# f548a61e 21-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Setup PLLU


# 35c55860 21-Sep-2017 jmcneill <jmcneill@NetBSD.org>

Fix div calculation and utmip init params


12