All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimizes, cleans up and enhances stm32-exti irq hierarchy
@ 2018-02-21 13:50 ` Radoslaw Pietrzyk
  0 siblings, 0 replies; 69+ messages in thread
From: Radoslaw Pietrzyk @ 2018-02-21 13:50 UTC (permalink / raw)
  To: Thomas Gleixner, Jason Cooper, Marc Zyngier, Maxime Coquelin,
	Alexandre Torgue, Linus Walleij, Radoslaw Pietrzyk,
	Benjamin Gaignard, Philipp Zabel, linux-kernel, linux-arm-kernel,
	linux-gpio

- optimizes and cleans up stm32-exti irq domain
- optimizes and enhances stm32gpio irq chip

Radoslaw Pietrzyk (2):
  ARM: irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain
  ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip

 drivers/irqchip/irq-stm32-exti.c      | 10 +---------
 drivers/pinctrl/stm32/pinctrl-stm32.c |  2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-04-20  7:18 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-21 13:50 [PATCH 0/2] Optimizes, cleans up and enhances stm32-exti irq hierarchy Radoslaw Pietrzyk
2018-02-21 13:50 ` Radoslaw Pietrzyk
2018-02-21 13:50 ` [PATCH 1/2] ARM: irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain Radoslaw Pietrzyk
2018-02-21 13:50   ` Radoslaw Pietrzyk
2018-02-22 10:55   ` [1/2] " Ludovic BARRE
2018-02-22 10:55     ` Ludovic BARRE
2018-02-22 10:55     ` Ludovic BARRE
2018-02-22 11:01     ` Radosław Pietrzyk
2018-02-22 11:01       ` Radosław Pietrzyk
2018-02-22 11:01       ` Radosław Pietrzyk
2018-02-23  8:34       ` Radosław Pietrzyk
2018-02-23  8:34         ` Radosław Pietrzyk
2018-02-23  8:34         ` Radosław Pietrzyk
2018-02-21 13:50 ` [PATCH 2/2] ARM: pinctrl: stm32: Optimizes and enhances stm32gpio irqchip Radoslaw Pietrzyk
2018-02-21 13:50   ` Radoslaw Pietrzyk
2018-02-21 15:11   ` Alexandre Torgue
2018-02-21 15:11     ` Alexandre Torgue
2018-02-21 15:11     ` Alexandre Torgue
2018-02-21 15:12   ` Alexandre Torgue
2018-02-21 15:12     ` Alexandre Torgue
2018-02-21 15:12     ` Alexandre Torgue
2018-03-01 21:04   ` Linus Walleij
2018-03-01 21:04     ` Linus Walleij
2018-03-01 21:24     ` Radosław Pietrzyk
2018-03-01 21:24       ` Radosław Pietrzyk
2018-03-02  8:14       ` Alexandre Torgue
2018-03-02  8:14         ` Alexandre Torgue
2018-03-02  8:14         ` Alexandre Torgue
2018-03-02  8:37         ` Radosław Pietrzyk
2018-03-02  8:37           ` Radosław Pietrzyk
2018-03-02  8:49           ` Alexandre Torgue
2018-03-02  8:49             ` Alexandre Torgue
2018-02-23  8:31 ` [PATCH v2 0/2] v2 patches for stm32-exti irq hierarchy Radoslaw Pietrzyk
2018-02-23  8:31   ` Radoslaw Pietrzyk
2018-02-23  8:31 ` [PATCH v2 1/2] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain Radoslaw Pietrzyk
2018-02-23  8:31   ` Radoslaw Pietrzyk
2018-02-23  8:42   ` Thomas Gleixner
2018-02-23  8:42     ` Thomas Gleixner
2018-02-23  8:42     ` Thomas Gleixner
2018-02-23  9:05     ` Radosław Pietrzyk
2018-02-23  9:05       ` Radosław Pietrzyk
2018-02-23  9:05       ` Radosław Pietrzyk
2018-03-14 11:09     ` Marc Zyngier
2018-03-14 11:09       ` Marc Zyngier
     [not found]       ` <CAFvLkMSZjgFMAe0VRc0AEpG89BgXkfMb9+ivJ8V+PFighOoDRA@mail.gmail.com>
2018-03-14 12:04         ` Marc Zyngier
2018-03-14 12:04           ` Marc Zyngier
2018-04-19 13:24           ` Ludovic BARRE
2018-04-19 13:24             ` Ludovic BARRE
     [not found]             ` <CAFvLkMQv3AajhFaRxsBt+UzdGFeix_FA-0mhtYqwMo2x0zgrnA@mail.gmail.com>
2018-04-20  7:18               ` Ludovic BARRE
2018-04-20  7:18                 ` Ludovic BARRE
2018-02-23 15:46   ` Ludovic BARRE
2018-02-23 15:46     ` Ludovic BARRE
2018-02-23 15:46     ` Ludovic BARRE
2018-02-23 16:16     ` Ludovic BARRE
2018-02-23 16:16       ` Ludovic BARRE
2018-02-23 16:16       ` Ludovic BARRE
2018-02-23 17:37     ` Radosław Pietrzyk
2018-02-23 17:37       ` Radosław Pietrzyk
2018-02-23 17:37       ` Radosław Pietrzyk
2018-02-26 15:23       ` Ludovic BARRE
2018-02-26 15:23         ` Ludovic BARRE
2018-02-26 15:23         ` Ludovic BARRE
2018-02-23  8:31 ` [PATCH v2 2/2] pinctrl: stm32: Optimizes and enhances stm32gpio irqchip Radoslaw Pietrzyk
2018-02-23  8:31   ` Radoslaw Pietrzyk
2018-02-26 15:25   ` Ludovic BARRE
2018-02-26 15:25     ` Ludovic BARRE
2018-02-26 15:25     ` Ludovic BARRE
2018-03-01 22:41   ` Linus Walleij
2018-03-01 22:41     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.