Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_intc.c
RevisionDateAuthorComments
 1.8  25-Jun-2022  jmcneill pic: Update ci_cpl in pic_set_priority callback.

Not all ICs need interrupts disabled to update the priority. DAIF accesses
are not cheap, so push the update of ci_cpl from pic_set_priority to the
IC's pic_set_priority callback, and let the IC driver determine whether
or not it needs interrupts disabled.
 1.7  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.6  15-Jan-2021  jmcneill Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish
 1.5  07-Jan-2020  skrll branches: 1.5.8;
Fix arm __HAVE_PREEMPTION build

__HAVE_PREEMPTION requires TPIDRPRW_IS_CURLWP and curcpu is defined as

#define curcpu() lwp_getcpu(_curlwp())
 1.4  07-Jan-2020  skrll KNF
 1.3  24-Oct-2017  jmcneill branches: 1.3.2; 1.3.6;
Adjust irq mask/unmask along with enable/disable to make qemu happy
 1.2  11-Oct-2017  jmcneill Remove a bogus KASSERT and clear IRQ pending status as handle them
 1.1  25-Aug-2017  jmcneill branches: 1.1.2;
Add initial support for Allwinner A13 and R8 SoCs.
 1.1.2.2  28-Aug-2017  skrll Sync with HEAD
 1.1.2.1  25-Aug-2017  skrll file sunxi_intc.c was added on branch nick-nhusb on 2017-08-28 17:51:32 +0000
 1.3.6.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.3.2.2  03-Dec-2017  jdolecek update from HEAD
 1.3.2.1  24-Oct-2017  jdolecek file sunxi_intc.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
 1.5.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed