| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL | Linus Walleij | 1 | -2/+2 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-04-29 | pinctrl: stmfx: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -5/+8 |
| 2025-01-15 | pinctrl: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -1/+1 |
| 2024-11-29 | Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-22 | Fix a potential abuse of seq_printf() format string in drivers | David Wang | 1 | -1/+1 |
| 2024-10-11 | pinctrl: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-31 | pinctrl: stmfx: Use string_choices API instead of ternary operator | Andy Shevchenko | 1 | -2/+3 |
| 2023-10-10 | pinctrl: stmfx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-10-10 | pinctrl: stmfx: Improve error message in .remove()'s error path | Uwe Kleine-König | 1 | -4/+10 |
| 2023-08-10 | pinctrl: stmfx: Do not check for 0 return after calling platform_get_irq() | Ruan Jinjie | 1 | -2/+2 |
| 2023-04-14 | pinctrl: stmfx: Convert to immutable irq_chip | Linus Walleij | 1 | -12/+24 |
| 2023-03-23 | pinctrl: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
| 2022-10-24 | pinctrl: stmfx: Add missing header(s) | Andy Shevchenko | 1 | -0/+2 |
| 2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
| 2021-08-10 | pinctrl: stmfx: Fix hazardous u8[] to unsigned long cast | Marc Zyngier | 1 | -2/+4 |
| 2020-08-04 | pinctrl: stmfx: Use irqchip template | Linus Walleij | 1 | -15/+17 |
| 2020-04-28 | pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymore | Amelie Delaunay | 1 | -5/+1 |
| 2020-02-21 | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -3/+14 |
| 2019-11-27 | Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+21 |
| 2019-11-13 | Merge tag 'v5.4-rc5' into devel | Linus Walleij | 1 | -1/+1 |
| 2019-11-07 | pinctrl: stmfx: fix valid_mask init sequence | Amelie Delaunay | 1 | -14/+0 |
| 2019-10-16 | pinctrl: stmfx: add irq_request/release_resources callbacks | Amelie Delaunay | 1 | -0/+21 |
| 2019-10-05 | pinctrl: stmfx: fix null pointer on remove | Amelie Delaunay | 1 | -1/+1 |
| 2019-09-19 | Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -15/+13 |
| 2019-08-20 | gpio: Use callback presence to determine need of valid_mask | Linus Walleij | 1 | -1/+0 |
| 2019-08-20 | pinctrl: stmfx: Use the callback to populate valid_mask | Linus Walleij | 1 | -3/+14 |
| 2019-08-05 | pinctrl: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2019-08-05 | pinctrl: stmfx: update pinconf settings | Alexandre Torgue | 1 | -12/+12 |
| 2019-05-23 | pinctrl: stmfx: enable links creations | Benjamin Gaignard | 1 | -0/+1 |
| 2019-05-13 | pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here' | Lee Jones | 1 | -1/+1 |
| 2019-05-13 | pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero' | Lee Jones | 1 | -2/+1 |
| 2019-05-10 | pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver | Amelie Delaunay | 1 | -0/+820 |