index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-armada-370-xp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()
Marek Behún
2024-08-08
1
-1
/
+1
*
irqchip/armada-370-xp: Allow mapping only per-CPU interrupts
Marek Behún
2024-08-08
1
-6
/
+13
*
irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause...
Marek Behún
2024-08-08
1
-1
/
+1
*
irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt
Marek Behún
2024-08-08
1
-3
/
+3
*
irqchip/armada-370-xp: Dynamically allocate the driver private structure
Marek Behún
2024-08-08
1
-5
/
+11
*
irqchip/armada-370-xp: Pass around the driver private structure
Marek Behún
2024-08-08
1
-45
/
+70
*
irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure
Marek Behún
2024-08-08
1
-22
/
+22
*
irqchip/armada-370-xp: Put static variables into driver private structure
Marek Behún
2024-08-08
1
-101
/
+122
*
irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()
Marek Behún
2024-08-08
1
-1
/
+1
*
irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
Marek Behún
2024-08-08
1
-1
/
+1
*
irqchip/armada-370-xp: Drop msi_doorbell_end()
Marek Behún
2024-08-08
1
-7
/
+0
*
irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END
Marek Behún
2024-08-08
1
-7
/
+6
*
irqchip/armada-370-xp: Print error and return error code on initialization fa...
Marek Behún
2024-07-30
1
-6
/
+22
*
irqchip/armada-370-xp: Refactor initial memory regions mapping
Marek Behún
2024-07-30
1
-19
/
+41
*
irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble
Marek Behún
2024-07-30
1
-3
/
+4
*
irqchip/armada-370-xp: Rename variable for consistency
Marek Behún
2024-07-30
1
-3
/
+3
*
irqchip/armada-370-xp: Drop redundant continue
Marek Behún
2024-07-30
1
-3
/
+1
*
irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()
Marek Behún
2024-07-30
1
-9
/
+3
*
irqchip/armada-370-xp: Use consistent name for struct irq_data variables
Marek Behún
2024-07-30
1
-13
/
+13
*
irqchip/armada-370-xp: Use consistent types when iterating interrupts
Marek Behún
2024-07-30
1
-8
/
+10
*
irqchip/armada-370-xp: Use consistent variable names for hwirqs
Marek Behún
2024-07-30
1
-28
/
+28
*
irqchip/armada-370-xp: Refactor handling IPI interrupts
Marek Behún
2024-07-30
1
-12
/
+18
*
irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code
Marek Behún
2024-07-30
1
-20
/
+12
*
irqchip/armada-370-xp: Use FIELD_GET() and named register constant
Marek Behún
2024-07-30
1
-5
/
+6
*
irqchip/armada-370-xp: Don't read number of supported interrupts multiple times
Marek Behún
2024-07-30
1
-10
/
+3
*
irqchip/armada-370-xp: Change symbol prefixes to mpic
Marek Behún
2024-07-30
1
-163
/
+142
*
irqchip/armada-370-xp: Improve indentation
Marek Behún
2024-07-30
1
-30
/
+26
*
irqchip/armada-370-xp: Simplify ipi_resume() code
Marek Behún
2024-07-30
1
-8
/
+6
*
irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition
Marek Behún
2024-07-30
1
-2
/
+2
*
irqchip/armada-370-xp: Use unsigned int type for virqs
Marek Behún
2024-07-30
1
-4
/
+4
*
irqchip/armada-370-xp: Rename variable for consistency
Marek Behún
2024-07-30
1
-5
/
+5
*
irqchip/armada-370-xp: Declare iterators in for loop
Marek Behún
2024-07-30
1
-17
/
+10
*
irqchip/armada-370-xp: Change to SPDX license identifier
Marek Behún
2024-07-30
1
-4
/
+1
*
irqchip/armada-370-xp: Simplify is_percpu_irq() code
Marek Behún
2024-07-30
1
-4
/
+1
*
irqchip/armada-370-xp: Use correct type for cpu variable
Marek Behún
2024-07-30
1
-2
/
+2
*
irqchip/armada-370-xp: Change register constants prefix to MPIC_
Marek Behún
2024-07-30
1
-79
/
+69
*
irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitions
Marek Behún
2024-07-30
1
-19
/
+19
*
irqchip/armada-370-xp: Use BIT() and GENMASK() macros
Marek Behún
2024-07-30
1
-5
/
+5
*
irqchip/armada-370-xp: Change spaces to tabs
Marek Behún
2024-07-30
1
-7
/
+7
*
irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASK
Marek Behún
2024-07-30
1
-10
/
+10
*
irqchip/armada-370-xp: Drop _OFFS suffix from some register constants
Marek Behún
2024-07-30
1
-57
/
+48
*
irqchip/armada-370-xp: Add support for 32 MSI interrupts on non-IPI platforms
Pali Rohár
2024-06-23
1
-14
/
+63
*
irqchip/armada-370-xp: Do not touch IPI registers on platforms without IPI
Pali Rohár
2024-06-23
1
-2
/
+10
*
irqchip/armada-370-xp: Only call ipi_resume() if IPI is available
Pali Rohár
2024-06-23
1
-2
/
+16
*
irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
Pali Rohár
2024-06-23
1
-0
/
+4
*
irqchip/armada-370-xp: Use atomic_io_modify() instead of another spinlock
Marek Behún
2024-06-23
1
-9
/
+3
*
irqchip/armada-370-xp: Suppress unused-function warning
Arnd Bergmann
2024-03-26
1
-1
/
+1
*
irqchip: Use irq_domain_alloc_irqs()
Johan Hovold
2023-01-11
1
-2
/
+1
*
irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38...
Pali Rohár
2022-05-06
1
-1
/
+10
*
irqchip/armada-370-xp: Enable MSI affinity configuration
Nathan Rossi
2022-05-04
1
-12
/
+33
[next]