]> www.infradead.org Git - users/hch/configfs.git/commit
Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Aug 2024 15:36:57 +0000 (08:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Aug 2024 15:36:57 +0000 (08:36 -0700)
commit953f776459a83f00ac940dd67c96d226d7041550
tree366b3e0d6aeac2b35973cec9b628672dd6eff778
parent3bc70ad12097c19cd6c687bc5b12c31da14b63f7
parent6be6cba9c4371d27f78d900ccfe34bb880d9ee20
Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

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()
drivers/irqchip/irq-pic32-evic.c