Home | History | Annotate | Download | only in nvidia
History log of /src/sys/arch/arm/nvidia/tegra_rtc.c
RevisionDateAuthorComments
 1.10  08-Sep-2025  thorpej Garbage-collect fdtbus_todr_attach(); todr_attach() does all the
necessary work now.

kern/59630
 1.9  07-Sep-2025  thorpej Change todr_chip_handle::cookie -> todr_chip_handle::todr_dev, and
make it a device_t. Upcoming functional changes will require the
device_t associated with a TODR device.

Change todr_chip_handle::bus_cookie -> todr_chip_handle::todr_devaux.
Nothing was using the old field, but I decided to keep it around just
in cause something needs it in the future.

And with these largely mechanical yet semantically meaningful changes,
thus spake the Oracle: "Welcome to NetBSD 11.99.2."
 1.8  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.7  13-Oct-2019  skrll branches: 1.7.8;
Restore %# for PRIxBUSADDR
 1.6  13-Oct-2019  skrll Use PRIxBUSADDR
 1.5  16-Jul-2018  christos Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'
 1.4  25-May-2017  jmcneill branches: 1.4.8; 1.4.10; 1.4.12;
Match nvidia,tegra210-rtc and nvidia,tegra20-rtc compat strings.
 1.3  22-Apr-2017  jmcneill Use fdtbus_todr_attach
 1.2  13-Dec-2015  jmcneill branches: 1.2.2;
Use fdt for device enumeration.
 1.1  05-May-2015  jmcneill branches: 1.1.2;
Tegra K1 RTC driver.
 1.1.2.4  28-Aug-2017  skrll Sync with HEAD
 1.1.2.3  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.2  06-Jun-2015  skrll Sync with HEAD
 1.1.2.1  05-May-2015  skrll file tegra_rtc.c was added on branch nick-nhusb on 2015-06-06 14:39:56 +0000
 1.2.2.1  26-Apr-2017  pgoyette Sync with HEAD
 1.4.12.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.4.12.1  10-Jun-2019  christos Sync with HEAD
 1.4.10.1  28-Jul-2018  pgoyette Sync with HEAD
 1.4.8.2  03-Dec-2017  jdolecek update from HEAD
 1.4.8.1  25-May-2017  jdolecek file tegra_rtc.c was added on branch tls-maxphys on 2017-12-03 11:35:54 +0000
 1.7.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed