aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2836.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "intrng: change multi-interrupt root support type to enum"Kyle Evans2024-10-251-1/+1
* intrng: change multi-interrupt root support type to enumElliott Mitchell2024-10-241-1/+1
* intrng: Add support for multiple interrupt rootsAyrton Munoz2024-09-221-2/+3
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-241-1/+11
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-241-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell2023-04-261-1/+1
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+2
* bcm_lintc: don't attach if "interrupt-controller" is missingKyle Evans2019-11-071-0/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* Move the reporting of spurious interrupts under bootverbose control, becauseIan Lepore2019-04-211-3/+3
* Unbreak RaspberryPi 2 boot after r332839Oleksandr Tymoshenko2018-05-021-1/+3
* [rpi] Add fdt_pinctrl(4) support to Raspberry Pi GPIO driverOleksandr Tymoshenko2018-04-081-1/+1
* [rpi3] Fix SMP build for FreeBSD/arm64Oleksandr Tymoshenko2016-11-241-0/+4
* Start to remove the old pre-INTRNG code from the arm platforms. These haveAndrew Turner2016-11-081-178/+0
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-3/+4
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-2/+5
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-2/+2
* Implement intr_isrc_init_on_cpu() and use it to replace very sameSvatopluk Kraus2016-04-071-22/+3
* Implement bcm2836 interrupt controller for INTRNG and enable itSvatopluk Kraus2016-04-051-0/+712
* Make interrupt dispatching MP safe. Use GPU interrupt bit in per-coreSvatopluk Kraus2015-11-061-1/+1
* Add the SMP support for Raspberry Pi 2 (BCM2836).Luiz Otavio O Souza2015-05-071-9/+41
* Add support for the Raspberry Pi 2. As the chip is based on the bcm2835 inAndrew Turner2015-03-251-0/+184