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