aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mpic.c
Commit message (Expand)AuthorAgeFilesLines
* arm/mpic: remove empty pic_init_secondary() hookElliott Mitchell2024-01-231-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-2/+0
* Enable ArmadaXP using INTRNG interrupt controllerMarcin Wojtas2018-04-031-64/+10
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Enable HWPMC overflow IRQ on both CPUs in MPICZbigniew Bodek2017-06-131-1/+32
* Fix MPIC mask/unmaskWojciech Macek2017-05-191-6/+18
* Use the MACROS to access the Global mpic registers. Makes the codeLuiz Otavio O Souza2017-05-171-31/+8
* Fix registration of MPIC driverZbigniew Bodek2017-05-171-0/+3
* Correct MPIC order of attachmentZbigniew Bodek2017-05-171-1/+1
* ARM: Remove unused includes.Michal Meloun2016-10-091-1/+0
* INTRNG - implement pic_post_filter method. This method is fundamentalSvatopluk Kraus2016-05-221-0/+6
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-3/+7
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-10/+10
* Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus2016-04-041-86/+74
* Remove redefinitions in ARMADA codeWojciech Macek2016-03-151-3/+3
* Make MPIC compatible with ARM_INTRNGWojciech Macek2016-03-141-53/+293
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-0/+5
* An IPI must be cleared before it is handled otherwise next IPI could beAndrew Turner2015-10-011-6/+6
* Rename pic_ipi_get to pic_ipi_read for intrng.Andrew Turner2014-12-241-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Add support for MSI in interrupt controlller.Grzegorz Bernacki2012-09-141-18/+111
* Remove unused structure fieldsGrzegorz Bernacki2012-09-141-2/+0
* Merging of projects/armv6, part 7Oleksandr Tymoshenko2012-08-151-0/+304