Age | Commit message (Expand) | Author | Files | Lines |
2024-01-31 | pinctrl: amd: Add IRQF_ONESHOT to the interrupt request | Mario Limonciello | 1 | -1/+1 |
2024-01-18 | Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 95 | -884/+7451 |
2024-01-13 | Merge tag 'gpio-updates-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -13/+23 |
2024-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -5/+39 |
2023-12-29 | pinctrl: samsung: constify iomem pointers | Krzysztof Kozlowski | 2 | -4/+4 |
2023-12-27 | Merge tag 'v6.7-rc7' into gpio/for-next | Bartosz Golaszewski | 11 | -16/+59 |
2023-12-21 | pinctrl: at91-pio4: use dedicated lock class for IRQ | Alexis Lothoré | 1 | -0/+8 |
2023-12-20 | pinctrl: cy8c95x0: Cache muxed registers | Patrick Rudolph | 1 | -143/+315 |
2023-12-20 | pinctrl: cy8c95x0: Fix get_pincfg | Patrick Rudolph | 1 | -0/+2 |
2023-12-20 | pinctrl: cy8c95x0: Fix regression | Patrick Rudolph | 1 | -0/+10 |
2023-12-20 | pinctrl: cy8c95x0: Fix typo | Patrick Rudolph | 1 | -1/+1 |
2023-12-20 | pinctrl: qcom: lpass-lpi: remove duplicated include | Wang Jinchao | 1 | -1/+0 |
2023-12-20 | pinctrl: qcom: sm4450: dd SM4450 pinctrl driver | Tengfei Fan | 3 | -0/+1023 |
2023-12-19 | Merge tag 'intel-pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij | 24 | -279/+888 |
2023-12-18 | Merge tag 'samsung-pinctrl-6.8' of https://git.kernel.org/pub/scm/linux/kerne... | Linus Walleij | 5 | -9/+426 |
2023-12-18 | Merge tag 'renesas-pinctrl-for-v6.8-tag2' of git://git.kernel.org/pub/scm/lin... | Linus Walleij | 1 | -19/+145 |
2023-12-15 | pinctrl: intel: Add Intel Meteor Point pin controller and GPIO support | Andy Shevchenko | 3 | -0/+475 |
2023-12-15 | pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins | Claudiu Beznea | 1 | -2/+2 |
2023-12-15 | pinctrl: renesas: rzg2l: Add output enable support | Claudiu Beznea | 1 | -2/+85 |
2023-12-15 | pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins | Claudiu Beznea | 1 | -3/+39 |
2023-12-15 | pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups | Claudiu Beznea | 1 | -1/+14 |
2023-12-13 | pinctrl: renesas: rzg2l: Move arg and index in the main function block | Claudiu Beznea | 1 | -13/+7 |
2023-12-13 | pinctrl: samsung: add exynosautov920 pinctrl | Jaewon Kim | 5 | -1/+190 |
2023-12-13 | pinctrl: samsung: support ExynosAuto GPIO structure | Jaewon Kim | 3 | -8/+79 |
2023-12-13 | Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Jakub Kicinski | 3 | -0/+374 |
2023-12-13 | Merge tag 'pef2256-framer' into devel | Linus Walleij | 3 | -0/+374 |
2023-12-13 | pinctrl: Add support for the Lantic PEF2256 pinmux | Herve Codina | 3 | -0/+374 |
2023-12-12 | pinctrl: samsung: Add gs101 SoC pinctrl configuration | Peter Griffin | 3 | -0/+143 |
2023-12-12 | pinctrl: core: Remove unused members from struct group_desc | Andy Shevchenko | 2 | -18/+0 |
2023-12-12 | pinctrl: starfive: Convert to use grp member | Andy Shevchenko | 2 | -8/+8 |
2023-12-12 | pinctrl: renesas: Convert to use grp member | Andy Shevchenko | 4 | -10/+10 |
2023-12-12 | pinctrl: mediatek: Convert to use grp member | Andy Shevchenko | 3 | -13/+8 |
2023-12-12 | pinctrl: keembay: Convert to use grp member | Andy Shevchenko | 1 | -1/+1 |
2023-12-12 | pinctrl: ingenic: Convert to use grp member | Andy Shevchenko | 1 | -15/+11 |
2023-12-12 | pinctrl: imx: Convert to use grp member | Andy Shevchenko | 1 | -17/+14 |
2023-12-12 | pinctrl: equilibrium: Convert to use grp member | Andy Shevchenko | 1 | -2/+2 |
2023-12-12 | pinctrl: bcm: Convert to use grp member | Andy Shevchenko | 1 | -2/+2 |
2023-12-12 | pinctrl: core: Embed struct pingroup into struct group_desc | Andy Shevchenko | 2 | -3/+17 |
2023-12-12 | pinctrl: ingenic: Use C99 initializers in PINCTRL_PIN_GROUP() | Andy Shevchenko | 1 | -8/+13 |
2023-12-12 | pinctrl: mediatek: Use C99 initializers in PINCTRL_PIN_GROUP() | Andy Shevchenko | 2 | -12/+12 |
2023-12-12 | pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC() | Andy Shevchenko | 2 | -4/+10 |
2023-12-12 | Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' of git://git.kerne... | Linus Walleij | 4 | -13/+23 |
2023-12-08 | pinctrl: sppctl: use gpiochip_dup_line_label() | Bartosz Golaszewski | 1 | -5/+5 |
2023-12-08 | pinctrl: baytrail: use gpiochip_dup_line_label() | Bartosz Golaszewski | 1 | -5/+6 |
2023-12-08 | pinctrl: nomadik: use gpiochip_dup_line_label() | Bartosz Golaszewski | 1 | -1/+5 |
2023-12-08 | pinctrl: abx500: use gpiochip_dup_line_label() | Bartosz Golaszewski | 1 | -2/+7 |
2023-12-07 | pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP() | Andy Shevchenko | 1 | -5/+4 |
2023-12-07 | pinctrl: keembay: Convert to use struct pingroup | Andy Shevchenko | 1 | -2/+2 |
2023-12-07 | pinctrl: equilibrium: Convert to use struct pingroup | Andy Shevchenko | 1 | -13/+13 |
2023-12-07 | pinctrl: core: Make pins const unsigned int pointer in struct group_desc | Andy Shevchenko | 2 | -3/+3 |