Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_timer.c
RevisionDateAuthorComments
 1.9  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.8  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.7  14-Jun-2019  tnn branches: 1.7.10;
fix typo
 1.6  27-Mar-2019  tnn ensure LOSC is configured for external clock
 1.5  27-Mar-2019  tnn fix wrong counter_mask assignment due to typo in previous
 1.4  26-Mar-2019  tnn 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.
 1.3  16-Dec-2017  jmcneill branches: 1.3.4;
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.
 1.2  25-Aug-2017  jmcneill branches: 1.2.2; 1.2.4;
Use the 64-bit counter as timecounter, and only use it in UP configs.
 1.1  25-Aug-2017  jmcneill Add initial support for Allwinner A13 and R8 SoCs.
 1.2.4.2  03-Dec-2017  jdolecek update from HEAD
 1.2.4.1  25-Aug-2017  jdolecek file sunxi_timer.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
 1.2.2.2  28-Aug-2017  skrll Sync with HEAD
 1.2.2.1  25-Aug-2017  skrll file sunxi_timer.c was added on branch nick-nhusb on 2017-08-28 17:51:32 +0000
 1.3.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.4.1  10-Jun-2019  christos Sync with HEAD
 1.7.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed