index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
stm32
Age
Commit message (
Expand
)
Author
Lines
2025-11-10
pinctrl: stm32: handle semaphore acquisition when handling pinctrl/pinmux
Gatien Chevallier
-8
/
+27
2025-10-29
pinctrl: stm32: fix hwspinlock resource leak in probe function
Haotian Zhang
-1
/
+1
2025-10-28
pinctrl: stm32: Support I/O synchronization parameters
Antonio Borneo
-0
/
+258
2025-10-28
pinctrl: stm32: Avoid keeping a bool value in a u32 variable
Antonio Borneo
-1
/
+1
2025-10-28
pinctrl: stm32: Drop useless spinlock save and restore
Antonio Borneo
-25
/
+0
2025-10-28
pinctrl: stm32: Simplify handling of backup pin status
Antonio Borneo
-46
/
+24
2025-10-28
pinctrl: stm32: Rework stm32_pconf_parse_conf()
Antonio Borneo
-9
/
+6
2025-10-01
Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+3
2025-09-24
gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_
Bartosz Golaszewski
-1
/
+1
2025-09-24
pinctrl: use more common syntax for compound literals
Bartosz Golaszewski
-1
/
+1
2025-09-08
pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL
Linus Walleij
-1
/
+1
2025-08-20
pinctrl: stm32: Constify static 'pinctrl_desc'
Krzysztof Kozlowski
-1
/
+1
2025-08-19
pinctrl: stm32: use new generic GPIO chip API
Bartosz Golaszewski
-14
/
+20
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
-1
/
+1
2025-07-14
pinctrl: stm32: Introduce HDP driver
Clément Le Goffic
-0
/
+735
2025-06-18
pinctrl: stm32: Handle RSVD pin configuration
Fabien Dessenne
-1
/
+11
2025-06-18
pinctrl: stm32: Allow compile as module for stm32mp257
Stephane Danieau
-8
/
+31
2025-06-18
pinctrl: stm32: Add RIF support for stm32mp257
Antonio Borneo
-1
/
+125
2025-06-18
pinctrl: stm32: Manage irq affinity settings
Cheick Traore
-0
/
+1
2025-06-18
pinctrl: stm32: Declare stm32_pmx_get_mode() as static
Antonio Borneo
-6
/
+3
2025-04-29
pinctrl: stm32: use new GPIO line value setter callbacks
Bartosz Golaszewski
-2
/
+5
2025-01-15
pinctrl: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-2
/
+3
2025-01-14
pinctrl: stm32: Add check for clk_enable()
Mingwei Zheng
-38
/
+38
2024-10-01
pinctrl: stm32: check devm_kasprintf() returned value
Ma Ke
-2
/
+7
2024-06-17
pinctrl: stm32: Use scope based of_node_put() cleanups
Peng Fan
-3
/
+1
2024-02-13
pinctrl: stm32: fix PM support for stm32mp257
Antonio Borneo
-1
/
+1
2024-01-17
Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-2
/
+1
2023-11-24
pinctrl: stm32: return errors from stm32_gpio_direction_output()
Sergey Shtylyov
-2
/
+1
2023-11-14
pinctrl: stm32: fix array read out of bound
Antonio Borneo
-3
/
+5
2023-11-13
pinctrl: stm32: Add check for devm_kcalloc
Chen Ni
-0
/
+5
2023-11-04
pinctrl: stm32: drop wrappers around pinctrl_gpio_free/input()
Bartosz Golaszewski
-13
/
+3
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
-1
/
+1
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
-1
/
+1
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
-1
/
+1
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
-1
/
+1
2023-11-04
pinctrl: stm32: use new pinctrl GPIO helpers
Bartosz Golaszewski
-4
/
+4
2023-08-10
pinctrl: stm32: set default gpio line names using pin names
Valentin Caron
-0
/
+35
2023-07-20
pinctrl: Explicitly include correct DT includes
Rob Herring
-2
/
+1
2023-06-08
pinctrl: stm32: add stm32mp257 pinctrl support
Alexandre Torgue
-0
/
+2591
2023-05-02
Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-1
/
+1
2023-03-23
pinctrl: Use of_property_present() for testing DT property presence
Rob Herring
-1
/
+1
2023-03-06
pinctrl: stm32: use dynamic allocation of GPIO base
Dario Binacchi
-1
/
+1
2023-01-09
pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
Miaoqian Lin
-0
/
+1
2022-12-03
pinctrl: stm32: Remove check for pins-are-numbered
Bernhard Rosenkränzer
-5
/
+0
2022-10-24
pinctrl: stm32: Add missing header(s)
Andy Shevchenko
-7
/
+9
2022-09-20
pinctrl: stm32: Switch to use dev_err_probe() helper
Yang Yingliang
-3
/
+2
2022-06-28
pinctrl: stm32: fix optional IRQ support to gpios
Fabien Dessenne
-8
/
+12
2022-05-14
pinctrl: stm32: Unshadow np variable in stm32_pctl_probe()
Andy Shevchenko
-12
/
+9
2022-05-05
pinctrl: stm32: Fix up errorpath after merge
Linus Walleij
-0
/
+4
2022-05-05
pinctrl: stm32: prevent the use of the secure protected pins
Fabien Dessenne
-0
/
+66
[next]