1. 290a9f9 pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() API by Fabien Dessenne · 4 years, 7 months ago
  2. b1a05ba pinctrl: stm32: add possibility to configure pins individually by Alexandre Torgue · 4 years, 7 months ago
  3. d9665bb pinctrl: stm32: return proper error code in pin_config_set by Alexandre Torgue · 4 years, 7 months ago
  4. 2254e77 pinctrl: stm32: defer probe if reset resource is not yet ready by Etienne Carriere · 4 years, 7 months ago
  5. d888229 pinctrl: stm32: don't print an error on probe deferral during clock get by Etienne Carriere · 4 years, 7 months ago
  6. bc3b3f4 Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 9 months ago
  7. 00760d3 irqchip/stm32: Retrigger both in eoi and unmask callbacks by Marek Vasut · 4 years, 9 months ago
  8. 47beed5 pinctrl: stm32: Add level interrupt support to gpio irq chip by Alexandre Torgue · 4 years, 11 months ago
  9. 3c82787 pinctrl: Use new GPIO_LINE_DIRECTION by Matti Vaittinen · 4 years, 11 months ago
  10. a7caba8 pinctrl: stm32: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
  11. 474137c pinctrl: stm32: stm32: Add of_node_put() before return by Nishka Dasgupta · 5 years ago
  12. 43c95d3 Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 5 years ago
  13. 489b64d pinctrl: stm32: Add links to consumers by Linus Walleij · 6 years ago
  14. 8eb2dfee pinctrl: stm32: add lock mechanism for irqmux selection by Alexandre Torgue · 6 years ago
  15. a45623d pinctrl: stm32: Enable suspend/resume for stm32mp157c SoC by Alexandre Torgue · 6 years ago
  16. e2f3cf1 pinctrl: stm32: add suspend/resume management by Alexandre Torgue · 6 years ago
  17. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  18. d86f4d7 pinctrl: stm32: check irq controller availability at probe by Fabien Dessenne · 6 years ago
  19. a7672c4 pinctrl: stm32: align stm32mp157 pin names by Alexandre Torgue · 6 years ago
  20. 6918bf4 pinctrl: stm32: add package information for stm32mp157c by Alexandre Torgue · 6 years ago
  21. cc52886 pinctrl: stm32: introduce package support by Alexandre Torgue · 6 years ago
  22. e003ec6 pinctrl: stm32: return error upon hwspinlock failure by Alexandre Torgue · 6 years ago
  23. cd8c9b5 pinctrl: stm32: fix memory leak issue by Alexandre Torgue · 6 years ago
  24. 97cfb6c pinctrl: stm32: protect configuration registers with a hwspinlock by Benjamin Gaignard · 6 years ago
  25. 94f4e54 pinctrl: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  26. 2e25a9c pinctrl: stm32: add syscfg mask parameter by Ludovic Barre · 6 years ago
  27. 17cf082 pinctrl: stm32: check node status before new gpio bank registering by Alexandre Torgue · 6 years ago
  28. 3b8283f pinctrl: stm32: fix bank io port number by Alexandre Torgue · 6 years ago
  29. c12fcfb pinctrl/stm32: Add irq_eoi for stm32gpio irqchip by Ludovic Barre · 7 years ago
  30. 86822c2f pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependency by Masahiro Yamada · 7 years ago
  31. 430a2a5 pinctrl: stm32: Optimizes and enhances stm32gpio irqchip by Radoslaw Pietrzyk · 7 years ago
  32. ef991796 Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  33. f90160f pinctrl: stm32: add STM32F769 MCU support by Alexandre Torgue · 7 years ago
  34. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago
  35. 4ef4cc1 pinctrl: stm32: Add STM32MP157 MPU support by Ludovic Barre · 7 years ago
  36. e7c0e2f pinctrl: stm32: Fix copyright by Benjamin Gaignard · 7 years ago
  37. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  38. 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. 7249164 genirq/irqdomain: Update irq_domain_ops.activate() signature by Thomas Gleixner · 7 years ago
  41. a9a1d2a pinctrl/gpio: Unify namespace for cross-calls by Linus Walleij · 7 years ago
  42. d9e99bd pinctrl: stm32: explicitly request exclusive reset control by Philipp Zabel · 7 years ago
  43. 8db63f5 pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends on by Masahiro Yamada · 7 years ago
  44. 6183061 Merge tag 'v4.12-rc7' into devel by Linus Walleij · 8 years ago
  45. b7c747d pinctrl: stm32: Fix bad function call by Alexandre TORGUE · 8 years ago
  46. b8bfcb0 pinctrl: stm32: remove useless check by Alexandre TORGUE · 8 years ago
  47. acaa037 pinctrl: stm32: Implement .get_direction gpio_chip callback by Alexandre TORGUE · 8 years ago
  48. 9efa6d1 pinctrl: stm32: set pin to gpio input when used as interrupt by Alexandre TORGUE · 8 years ago
  49. ca028db pinctrl: stm32: Add STM32F469 MCU support by Alexandre TORGUE · 8 years ago
  50. 4a4e5f6 pinctrl: stm32: replace device_initcall() with arch_initcall() by Alexandre TORGUE · 8 years ago
  51. 1dc9d28 pinctrl: stm32: add possibility to use gpio-ranges to declare bank range by Alexandre TORGUE · 8 years ago
  52. deb30f5 pinctrl: stm32: Add STM32H743 MCU support by Alexandre TORGUE · 8 years ago
  53. dca72e0 pinctrl: stm32: fix bad location of gpiochip_lock_as_irq by Alexandre TORGUE · 8 years ago
  54. c32c22e pinctrl: stm32: activate strict mux mode by Gabriel Fernandez · 8 years ago
  55. 20d5ba4 Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  56. 5b209ef pinctrl: stm32: use builtin_platform_driver by Geliang Tang · 8 years ago
  57. 1064a2b pinctrl: stm32: remove dependency with interrupt controller by Alexandre TORGUE · 8 years ago
  58. 49cf2f2 pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependency by Arnd Bergmann · 8 years ago
  59. d9048cd pinctrl: stm32: constify gpio_chip structures by Julia Lawall · 8 years ago
  60. 0eb9f68 pinctrl: Add IRQ support to STM32 gpios by Alexandre TORGUE · 8 years ago
  61. 25af8bf pinctrl: Add STM32F746 MCU support by Alexandre TORGUE · 8 years ago
  62. 4fac724 pinctrl: stm32: factorize stm32_pconf_input/output_get() by Patrice Chotard · 9 years ago
  63. a37571a Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  64. 3beed93 pinctrl: stm32: Implement .pin_config_dbg_show() by Patrice Chotard · 9 years ago
  65. 88edad0 pinctrl: stm32: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  66. d32f7fd pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map by Irina Tirdea · 9 years ago
  67. b5576e0 pinctrl: stm32: make explicitly non-modular by Paul Gortmaker · 9 years ago
  68. 38a3fbf pinctrl: stm32: Remove dependency with DT bindings header files by Maxime Coquelin · 9 years ago
  69. 1300568 pinctrl: stm32: fix compile error and modernize by Linus Walleij · 9 years ago
  70. aceb16d pinctrl: Add STM32 MCUs support by Maxime Coquelin · 9 years ago