• Linus Torvalds's avatar
    Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 953f7764
    Linus Torvalds authored
    Pull irq fixes from Thomas Gleixner:
     "A couple of fixes for interrupt chip drivers:
    
       - Make sure to skip the clear register space in the MBIGEN driver
         when calculating the node register index. Otherwise the clear
         register is clobbered and the wrong node registers are accessed.
    
       - Fix a signed/unsigned confusion in the loongarch CPU driver which
         converts an error code to a huge "valid" interrupt number.
    
       - Convert the mesion GPIO interrupt controller lock to a raw spinlock
         so it works on RT.
    
       - Add a missing static to a internal function in the pic32 EVIC
         driver"
    
    * tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      irqchip/mbigen: Fix mbigen node address layout
      irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
      irqchip/irq-pic32-evic: Add missing 'static' to internal function
      irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
    953f7764
irq-pic32-evic.c 8.03 KB