Home | History | Annotate | Download | only in altera
History log of /src/sys/arch/arm/altera/cycv_clkmgr.c
RevisionDateAuthorComments
 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  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.6  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.5  19-Jan-2021  thorpej Use device_compatible_entry / of_search_compatible() to match the clock
type rather than calling of_compatible() on different sets of compatible
strings.
 1.4  18-Oct-2019  skrll branches: 1.4.8;
Use PRIxBUSADDR
 1.3  01-Oct-2019  chs in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
and remove code to handle failures that can no longer happen.
 1.2  17-Jan-2019  skrll branches: 1.2.4;
KNF
 1.1  19-Sep-2018  aymeric branches: 1.1.2;
Add support for the DE0 NanoSoC board.

It's Cyclone V based and thus includes a dual-core Cortex A9 @925MHz.
Most standard peripherals are supported (USB, SDCard, Ethernet) and
no unusual peripheral is supported yet (FPGA, GPIO, ...)
 1.1.2.3  18-Jan-2019  pgoyette Synch with HEAD
 1.1.2.2  30-Sep-2018  pgoyette Ssync with HEAD
 1.1.2.1  19-Sep-2018  pgoyette file cycv_clkmgr.c was added on branch pgoyette-compat on 2018-09-30 01:45:37 +0000
 1.2.4.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.2.4.2  10-Jun-2019  christos Sync with HEAD
 1.2.4.1  17-Jan-2019  christos file cycv_clkmgr.c was added on branch phil-wifi on 2019-06-10 22:05:50 +0000
 1.4.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed