summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-armada-370-xp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()Marek Behún2024-08-081-1/+1
* irqchip/armada-370-xp: Allow mapping only per-CPU interruptsMarek Behún2024-08-081-6/+13
* irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause...Marek Behún2024-08-081-1/+1
* irqchip/armada-370-xp: Fix reenabling last per-CPU interruptMarek Behún2024-08-081-3/+3
* irqchip/armada-370-xp: Dynamically allocate the driver private structureMarek Behún2024-08-081-5/+11
* irqchip/armada-370-xp: Pass around the driver private structureMarek Behún2024-08-081-45/+70
* irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structureMarek Behún2024-08-081-22/+22
* irqchip/armada-370-xp: Put static variables into driver private structureMarek Behún2024-08-081-101/+122
* irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()Marek Behún2024-08-081-1/+1
* irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()Marek Behún2024-08-081-1/+1
* irqchip/armada-370-xp: Drop msi_doorbell_end()Marek Behún2024-08-081-7/+0
* irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_ENDMarek Behún2024-08-081-7/+6
* irqchip/armada-370-xp: Print error and return error code on initialization fa...Marek Behún2024-07-301-6/+22
* irqchip/armada-370-xp: Refactor initial memory regions mappingMarek Behún2024-07-301-19/+41
* irqchip/armada-370-xp: Use u32 type instead of unsigned long where possiebleMarek Behún2024-07-301-3/+4
* irqchip/armada-370-xp: Rename variable for consistencyMarek Behún2024-07-301-3/+3
* irqchip/armada-370-xp: Drop redundant continueMarek Behún2024-07-301-3/+1
* irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()Marek Behún2024-07-301-9/+3
* irqchip/armada-370-xp: Use consistent name for struct irq_data variablesMarek Behún2024-07-301-13/+13
* irqchip/armada-370-xp: Use consistent types when iterating interruptsMarek Behún2024-07-301-8/+10
* irqchip/armada-370-xp: Use consistent variable names for hwirqsMarek Behún2024-07-301-28/+28
* irqchip/armada-370-xp: Refactor handling IPI interruptsMarek Behún2024-07-301-12/+18
* irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() codeMarek Behún2024-07-301-20/+12
* irqchip/armada-370-xp: Use FIELD_GET() and named register constantMarek Behún2024-07-301-5/+6
* irqchip/armada-370-xp: Don't read number of supported interrupts multiple timesMarek Behún2024-07-301-10/+3
* irqchip/armada-370-xp: Change symbol prefixes to mpicMarek Behún2024-07-301-163/+142
* irqchip/armada-370-xp: Improve indentationMarek Behún2024-07-301-30/+26
* irqchip/armada-370-xp: Simplify ipi_resume() codeMarek Behún2024-07-301-8/+6
* irqchip/armada-370-xp: Use !virq instead of virq == 0 in conditionMarek Behún2024-07-301-2/+2
* irqchip/armada-370-xp: Use unsigned int type for virqsMarek Behún2024-07-301-4/+4
* irqchip/armada-370-xp: Rename variable for consistencyMarek Behún2024-07-301-5/+5
* irqchip/armada-370-xp: Declare iterators in for loopMarek Behún2024-07-301-17/+10
* irqchip/armada-370-xp: Change to SPDX license identifierMarek Behún2024-07-301-4/+1
* irqchip/armada-370-xp: Simplify is_percpu_irq() codeMarek Behún2024-07-301-4/+1
* irqchip/armada-370-xp: Use correct type for cpu variableMarek Behún2024-07-301-2/+2
* irqchip/armada-370-xp: Change register constants prefix to MPIC_Marek Behún2024-07-301-79/+69
* irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitionsMarek Behún2024-07-301-19/+19
* irqchip/armada-370-xp: Use BIT() and GENMASK() macrosMarek Behún2024-07-301-5/+5
* irqchip/armada-370-xp: Change spaces to tabsMarek Behún2024-07-301-7/+7
* irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASKMarek Behún2024-07-301-10/+10
* irqchip/armada-370-xp: Drop _OFFS suffix from some register constantsMarek Behún2024-07-301-57/+48
* irqchip/armada-370-xp: Add support for 32 MSI interrupts on non-IPI platformsPali Rohár2024-06-231-14/+63
* irqchip/armada-370-xp: Do not touch IPI registers on platforms without IPIPali Rohár2024-06-231-2/+10
* irqchip/armada-370-xp: Only call ipi_resume() if IPI is availablePali Rohár2024-06-231-2/+16
* irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1Pali Rohár2024-06-231-0/+4
* irqchip/armada-370-xp: Use atomic_io_modify() instead of another spinlockMarek Behún2024-06-231-9/+3
* irqchip/armada-370-xp: Suppress unused-function warningArnd Bergmann2024-03-261-1/+1
* irqchip: Use irq_domain_alloc_irqs()Johan Hovold2023-01-111-2/+1
* irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...Pali Rohár2022-05-061-1/+10
* irqchip/armada-370-xp: Enable MSI affinity configurationNathan Rossi2022-05-041-12/+33