Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/amdccp_fdt.c
RevisionDateAuthorComments
 1.7  18-Dec-2022  reinoud Add amdsmn(4) and amdccp(4) power management stubs.
 1.6  27-Jan-2021  thorpej branches: 1.6.18;
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.5  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.4  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.3  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.2  17-Jan-2021  jmcneill trailing whitespace
 1.1  19-Oct-2018  jakllsch branches: 1.1.2; 1.1.6; 1.1.16;
Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the
A11xx Opterons. Driver currently provides RNG service only.
 1.1.16.1  03-Apr-2021  thorpej Sync with HEAD.
 1.1.6.2  10-Jun-2019  christos Sync with HEAD
 1.1.6.1  19-Oct-2018  christos file amdccp_fdt.c was added on branch phil-wifi on 2019-06-10 22:07:07 +0000
 1.1.2.2  20-Oct-2018  pgoyette Sync with head
 1.1.2.1  19-Oct-2018  pgoyette file amdccp_fdt.c was added on branch pgoyette-compat on 2018-10-20 06:58:31 +0000
 1.6.18.1  19-Dec-2022  martin Pull up following revision(s) (requested by reinoud in ticket #3):

sys/dev/pci/amdccp_pci.c: revision 1.4
sys/arch/x86/pci/amdsmn.c: revision 1.15
sys/dev/acpi/amdccp_acpi.c: revision 1.6
sys/dev/fdt/amdccp_fdt.c: revision 1.7

Add amdsmn(4) and amdccp(4) power management stubs.

RSS XML Feed