linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] pinctrl: stm32: add irq affinity, RIF, module support
@ 2025-06-10 14:30 Antonio Borneo
  2025-06-10 14:30 ` [PATCH v2 1/5] pinctrl: stm32: Declare stm32_pmx_get_mode() as static Antonio Borneo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Antonio Borneo @ 2025-06-10 14:30 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Linus Walleij, Alexandre Torgue,
	linux-kernel, linux-gpio
  Cc: Antonio Borneo, Maxime Coquelin, Clément Le Goffic,
	linux-arm-kernel, linux-stm32

This v2 is a subset of the v1, split-out to simplify the review.

This subset:
- adds support for irq affinity,
- adds support for Resource Isolation Framework (RIF),
- allows compile the driver as module,
- adds entry in MAINTAINERS for STM32 pinctrl,
- minor cleanups.

Please notice that the entry in MAINTAINERS already excludes the pinctrl
driver HDP that has a different maintainer but it's still under review in
https://lore.kernel.org/lkml/20250528-hdp-upstream-v4-0-7e9b3ad2036d@foss.st.com/

Changes v1 -> v2 subset:
- rebased on v6.16-rc1,
- added include export.h required by v6.16-rc1,
- change in Kconfig to avoid default build on COMPILE_TEST,
- added entry in MAINTAINERS,
- Link to v1: https://lore.kernel.org/lkml/20241022155658.1647350-1-antonio.borneo@foss.st.com/


Antonio Borneo (3):
  pinctrl: stm32: Declare stm32_pmx_get_mode() as static
  pinctrl: stm32: Add RIF support for stm32mp257
  MAINTAINERS: Add entry for STM32 pinctrl drivers and documentation

Cheick Traore (1):
  pinctrl: stm32: Manage irq affinity settings

Stephane Danieau (1):
  pinctrl: stm32: Allow compile as module for stm32mp257

 MAINTAINERS                                |   8 ++
 arch/arm64/Kconfig.platforms               |   1 -
 drivers/pinctrl/stm32/Kconfig              |   6 +-
 drivers/pinctrl/stm32/pinctrl-stm32.c      | 135 ++++++++++++++++++++-
 drivers/pinctrl/stm32/pinctrl-stm32.h      |  19 ++-
 drivers/pinctrl/stm32/pinctrl-stm32mp257.c |  15 ++-
 6 files changed, 168 insertions(+), 16 deletions(-)


base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
-- 
2.34.1


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

end of thread, other threads:[~2025-06-18  9:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 14:30 [PATCH v2 0/5] pinctrl: stm32: add irq affinity, RIF, module support Antonio Borneo
2025-06-10 14:30 ` [PATCH v2 1/5] pinctrl: stm32: Declare stm32_pmx_get_mode() as static Antonio Borneo
2025-06-10 14:30 ` [PATCH v2 2/5] pinctrl: stm32: Manage irq affinity settings Antonio Borneo
2025-06-10 14:30 ` [PATCH v2 3/5] pinctrl: stm32: Add RIF support for stm32mp257 Antonio Borneo
2025-06-10 14:30 ` [PATCH v2 4/5] pinctrl: stm32: Allow compile as module " Antonio Borneo
2025-06-10 14:30 ` [PATCH v2 5/5] MAINTAINERS: Add entry for STM32 pinctrl drivers and documentation Antonio Borneo
2025-06-18  9:20 ` [PATCH v2 0/5] pinctrl: stm32: add irq affinity, RIF, module support Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).