summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2024-08-03pinctrl: renesas: r8a779g0: Fix TPU suffixesGeert Uytterhoeven1-65/+63
2024-08-03pinctrl: renesas: r8a779g0: Fix TCLK suffixesGeert Uytterhoeven1-22/+22
2024-08-03pinctrl: renesas: r8a779g0: FIX PWM suffixesGeert Uytterhoeven1-40/+36
2024-08-03pinctrl: renesas: r8a779g0: Fix IRQ suffixesGeert Uytterhoeven1-18/+18
2024-08-03pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixesGeert Uytterhoeven1-98/+94
2024-08-03pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixesGeert Uytterhoeven1-106/+102
2024-08-03pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixesGeert Uytterhoeven1-10/+10
2024-08-03pinctrl: renesas: r8a779g0: Fix CANFD5 suffixGeert Uytterhoeven1-13/+11
2024-08-03pinctrl: freescale: mxs: Fix refcount of childPeng Fan1-2/+2
2024-08-03pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() failsYang Yingliang1-5/+6
2024-08-03pinctrl: ti: ti-iodelay: Drop if block with always false conditionUwe Kleine-König1-3/+0
2024-08-03pinctrl: single: fix possible memory leak when pinctrl_enable() failsYang Yingliang1-3/+4
2024-08-03pinctrl: core: fix possible memory leak when pinctrl_enable() failsYang Yingliang1-1/+11
2024-08-03pinctrl: rockchip: update rk3308 iomux routesDmitry Yashin1-15/+2
2024-07-05pinctrl: qcom: spmi-gpio: drop broken pm8008 supportJohan Hovold1-1/+0
2024-07-05pinctrl: rockchip: fix pinmux reset in rockchip_pmx_setHuang-Huang Bao1-1/+3
2024-07-05pinctrl: rockchip: use dedicated pinctrl type for RK3328Huang-Huang Bao2-1/+5
2024-07-05pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pinsHuang-Huang Bao1-0/+51
2024-07-05pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pinsHuang-Huang Bao1-7/+1
2024-07-05pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFERHagar Hemdan1-1/+1
2024-06-12pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regsDanila Tikhonov1-10/+10
2024-05-17pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()Zeng Heng1-4/+6
2024-05-17pinctrl: baytrail: Fix selecting gpio pinctrl stateHans de Goede2-36/+42
2024-05-17pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLEChen-Yu Tsai1-27/+11
2024-05-17pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readbackChen-Yu Tsai1-0/+2
2024-05-17pinctrl: core: delete incorrect free in pinctrl_enable()Dan Carpenter1-7/+1
2024-05-17pinctrl/meson: fix typo in PDM's pin nameJan Dakinevich1-3/+3
2024-05-17pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-TBilly Tsai1-17/+17
2024-04-13pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDsGeert Uytterhoeven1-1/+3
2024-03-27gpio: nomadik: fix offset bug in nmk_pmx_set()Théo Lebrun1-2/+4
2024-03-27pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pmGeert Uytterhoeven1-1/+3
2024-03-27pinctrl: mediatek: Drop bogus slew rate register range for MT8192Chen-Yu Tsai1-1/+0
2024-03-27pinctrl: mediatek: Drop bogus slew rate register range for MT8186Chen-Yu Tsai1-1/+0
2024-03-27pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/functionGeert Uytterhoeven1-0/+14
2024-02-05pinctrl: baytrail: Fix types of config value in byt_pin_config_set()Andy Shevchenko1-1/+2
2024-01-20pinctrl: cy8c95x0: Fix get_pincfgPatrick Rudolph1-0/+2
2024-01-20pinctrl: cy8c95x0: Fix regressionPatrick Rudolph1-0/+10
2024-01-20pinctrl: cy8c95x0: Fix typoPatrick Rudolph1-1/+1
2024-01-20pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspendMario Limonciello2-0/+14
2024-01-20pinctrl: lochnagar: Don't build on MIPSCharles Keepax1-1/+2
2024-01-20pinctrl: s32cc: Avoid possible string truncationChester Lin1-2/+2
2024-01-01pinctrl: starfive: jh7100: ignore disabled device tree nodesNam Cao1-2/+2
2024-01-01pinctrl: starfive: jh7110: ignore disabled device tree nodesNam Cao1-2/+2
2024-01-01pinctrl: at91-pio4: use dedicated lock class for IRQAlexis Lothoré1-0/+8
2023-12-08pinctrl: stm32: fix array read out of boundAntonio Borneo1-3/+5
2023-12-08pinctrl: stm32: Add check for devm_kcallocChen Ni1-0/+5
2023-12-08pinctrl: avoid reload of p state in list iterationMaria Yu1-3/+3
2023-11-20pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()Biju Das1-1/+2
2023-11-20pinctrl: baytrail: fix debounce disable caseRaag Jadav1-2/+9
2023-10-19Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"Andy Shevchenko1-9/+7