Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_nmi.c
RevisionDateAuthorComments
 1.12  07-Nov-2021  jmcneill sunxi: nmi: add support for #interrupt-cells 3 bindings
 1.11  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.10  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.9  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.8  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.7  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.6  15-Jan-2021  jmcneill Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish
 1.5  16-Feb-2020  thorpej branches: 1.5.6;
Provide a back-end for fdt_intr_mask() / fdt_intr_unmask().
 1.4  07-Jan-2020  skrll branches: 1.4.2;
Fix arm __HAVE_PREEMPTION build

__HAVE_PREEMPTION requires TPIDRPRW_IS_CURLWP and curcpu is defined as

#define curcpu() lwp_getcpu(_curlwp())
 1.3  07-Jan-2020  skrll KNF
 1.2  27-May-2019  jmcneill Add A80 support
 1.1  02-May-2018  jmcneill branches: 1.1.2; 1.1.4;
Add driver for Allwinner NMI / R_INTC interrupt controller.
 1.1.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.1.4.1  10-Jun-2019  christos Sync with HEAD
 1.1.2.2  21-May-2018  pgoyette Sync with HEAD
 1.1.2.1  02-May-2018  pgoyette file sunxi_nmi.c was added on branch pgoyette-compat on 2018-05-21 04:35:59 +0000
 1.4.2.1  29-Feb-2020  ad Sync with head.
 1.5.6.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed