History log of /netbsd-src/sys/arch/arm/sunxi/sunxi_timer.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 6e54367a 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 ...


# 076a1169 15-Jan-2021 jmcneill <jmcneill@NetBSD.org>

use fdtbus_intr_establish_xname


# 349b1fb4 14-Jun-2019 tnn <tnn@NetBSD.org>

fix typo


# 2a873fc7 27-Mar-2019 tnn <tnn@NetBSD.org>

ensure LOSC is configured for external clock


# a66a6894 27-Mar-2019 tnn <tnn@NetBSD.org>

fix wrong counter_mask assignment due to typo in previous


# da24f7de 26-Mar-2019 tnn <tnn@NetBSD.org>

Register a timecounter source for the 32.768kHz low-power oscillator,
if it is physically present. It is preferable for timekeeping in
offline scenarios because it generally has much better long-term

Register a timecounter source for the 32.768kHz low-power oscillator,
if it is physically present. It is preferable for timekeeping in
offline scenarios because it generally has much better long-term
frequency stability than the platform XO.

XXX: should it have higher quality rating than the 24MOSC?
I made it lower quality for now to avoid surprises for users.

show more ...


# 91f7c998 16-Dec-2017 jmcneill <jmcneill@NetBSD.org>

Use Timer 2 instead of the 64-bit counter as a timecounter so we can use it
in MP configurations. Should be faster as well since we don't have to do
the 64-bit counter read latch dance here.


# 68cff0d7 25-Aug-2017 jmcneill <jmcneill@NetBSD.org>

Use the 64-bit counter as timecounter, and only use it in UP configs.


# 69b44ac7 25-Aug-2017 jmcneill <jmcneill@NetBSD.org>

Add initial support for Allwinner A13 and R8 SoCs.