public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/7] genirq/generic_chip: Convert locking to guards
@ 2025-03-13 14:31 Thomas Gleixner
  2025-03-13 14:31 ` [patch 1/7] genirq/generic-chip: Make locking unconditional Thomas Gleixner
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: Thomas Gleixner @ 2025-03-13 14:31 UTC (permalink / raw)
  To: LKML
  Cc: Jiri Slaby, Andrew Lunn, Sebastian Hesselbarth, Gregory Clement,
	Uwe Kleine-König, Linus Walleij, Bartosz Golaszewski,
	Talel Shenhar, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea,
	Florian Fainelli, Guo Ren, Herve Codina, Huacai Chen, Jiaxun Yang,
	Maxime Coquelin, Alexandre Torgue, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland

The following series converts the generic chip locking to lock guards,
which reduces code size and improves readability.

The conversion was largely done with Coccinelle.

The series applies on Linus tree and is available from git:

    git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git irq/generic-chip

Thanks,

	tglx
---
 arch/arm/plat-orion/gpio.c             |    6 +---
 drivers/gpio/gpio-mvebu.c              |   15 +++-------
 drivers/irqchip/irq-al-fic.c           |   18 +++---------
 drivers/irqchip/irq-atmel-aic.c        |   19 ++++---------
 drivers/irqchip/irq-atmel-aic5.c       |   28 +++++--------------
 drivers/irqchip/irq-bcm7120-l2.c       |   22 ++++++---------
 drivers/irqchip/irq-brcmstb-l2.c       |    8 +----
 drivers/irqchip/irq-csky-apb-intc.c    |    3 --
 drivers/irqchip/irq-dw-apb-ictl.c      |    3 --
 drivers/irqchip/irq-ingenic-tcu.c      |    9 ++----
 drivers/irqchip/irq-lan966x-oic.c      |   18 ++++--------
 drivers/irqchip/irq-loongson-liointc.c |    9 +-----
 drivers/irqchip/irq-mscc-ocelot.c      |    3 --
 drivers/irqchip/irq-stm32-exti.c       |   21 ++++----------
 drivers/irqchip/irq-sunxi-nmi.c        |    9 +-----
 drivers/irqchip/irq-tb10x.c            |   13 ++-------
 drivers/soc/dove/pmu.c                 |    3 --
 include/linux/irq.h                    |   25 -----------------
 kernel/irq/generic-chip.c              |   47 +++++++++++----------------------
 19 files changed, 80 insertions(+), 199 deletions(-)

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

end of thread, other threads:[~2025-04-14 14:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13 14:31 [patch 0/7] genirq/generic_chip: Convert locking to guards Thomas Gleixner
2025-03-13 14:31 ` [patch 1/7] genirq/generic-chip: Make locking unconditional Thomas Gleixner
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-03-13 14:31 ` [patch 2/7] genirq/generic-chip: Convert core code to lock guards Thomas Gleixner
2025-03-14 10:55   ` Linus Walleij
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-04-08 18:10   ` [patch 2/7] " Geert Uytterhoeven
2025-03-13 14:31 ` [patch 3/7] soc: dove: Convert generic irqchip locking to guard() Thomas Gleixner
2025-03-13 14:48   ` Andrew Lunn
2025-03-14 10:57   ` Linus Walleij
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-03-13 14:31 ` [patch 4/7] ARM: orion/gpio:: " Thomas Gleixner
2025-03-14 10:56   ` Linus Walleij
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-04-14 14:29   ` [patch 4/7] " Gregory CLEMENT
2025-03-13 14:31 ` [patch 5/7] gpio: mvebu: " Thomas Gleixner
2025-03-14 10:19   ` Bartosz Golaszewski
2025-03-14 11:07   ` Linus Walleij
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-03-13 14:31 ` [patch 6/7] irqchip: Convert generic irqchip locking to guards Thomas Gleixner
2025-03-14 10:56   ` Linus Walleij
2025-03-14 17:20   ` Herve Codina
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-03-13 14:31 ` [patch 7/7] genirq/generic-chip: Remove unused lock wrappers Thomas Gleixner
2025-04-07  7:53   ` [tip: irq/drivers] " tip-bot2 for Thomas Gleixner
2025-03-16  8:50 ` [patch 0/7] genirq/generic_chip: Convert locking to guards Markus Elfring

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