The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some accidentally dropped IRQ buslocks
@ 2025-10-23 15:48 Charles Keepax
  2025-10-23 15:48 ` [PATCH 1/3] genirq/chip: Add buslock back in to irq_set_handler() Charles Keepax
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Charles Keepax @ 2025-10-23 15:48 UTC (permalink / raw)
  To: tglx; +Cc: peterz, broonie, linux-kernel

In the conversion to scoped guards several buslocks were changed to
plain lock operations. This causes issues with some regmap IRQ
operations as they rely on the bus unlock to synchronise operations back
to the physical chip and those are no longer called.

Thanks,
Charles

Charles Keepax (3):
  genirq/chip: Add buslock back in to irq_set_handler()
  genirq/manage: Add buslock back in to __disable_irq_nosync()
  genirq/manage: Add buslock back in to enable_irq()

 kernel/irq/chip.c   | 2 +-
 kernel/irq/manage.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-24  9:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 15:48 [PATCH 0/3] Fix some accidentally dropped IRQ buslocks Charles Keepax
2025-10-23 15:48 ` [PATCH 1/3] genirq/chip: Add buslock back in to irq_set_handler() Charles Keepax
2025-10-24  9:44   ` [tip: irq/urgent] " tip-bot2 for Charles Keepax
2025-10-23 15:49 ` [PATCH 2/3] genirq/manage: Add buslock back in to __disable_irq_nosync() Charles Keepax
2025-10-24  9:44   ` [tip: irq/urgent] " tip-bot2 for Charles Keepax
2025-10-23 15:49 ` [PATCH 3/3] genirq/manage: Add buslock back in to enable_irq() Charles Keepax
2025-10-24  9:44   ` [tip: irq/urgent] " tip-bot2 for Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox