summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: mvebu: Fix devinit_dove_pinctrl_probe functionWang Jianzheng2024-11-081-13/+29
* pinctrl: single: fix missing error code in pcs_probe()Yang Yingliang2024-11-081-1/+2
* pinctrl: at91: make it work with current gpiolibThomas Blocher2024-11-081-1/+4
* pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke2024-09-041-0/+2
* pinctrl: freescale: mxs: Fix refcount of childPeng Fan2024-08-191-2/+2
* pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() failsYang Yingliang2024-08-191-5/+6
* pinctrl: ti: ti-iodelay: Drop if block with always false conditionUwe Kleine-König2024-08-191-3/+0
* pinctrl: single: fix possible memory leak when pinctrl_enable() failsYang Yingliang2024-08-191-3/+4
* pinctrl: core: fix possible memory leak when pinctrl_enable() failsYang Yingliang2024-08-191-1/+11
* pinctrl: rockchip: fix pinmux reset in rockchip_pmx_setHuang-Huang Bao2024-07-051-1/+3
* pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pinsHuang-Huang Bao2024-07-051-0/+51
* pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pinsHuang-Huang Bao2024-07-051-7/+1
* pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFERHagar Hemdan2024-07-051-1/+1
* pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()Sergey Shtylyov2024-05-251-3/+11
* pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readbackChen-Yu Tsai2024-05-171-0/+2
* pinctrl: mediatek: remove set but not used variable 'e'YueHaibing2024-05-171-3/+1
* pinctrl: mediatek: Fix some off by one bugsDan Carpenter2024-05-171-5/+5
* pinctrl: mediatek: Fix fallback behavior for bias_set_comboHsin-Yi Wang2024-05-171-5/+3
* pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang2024-05-171-0/+4
* pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()Zeng Heng2024-05-171-4/+6
* pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLEChen-Yu Tsai2024-05-171-27/+11
* pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logicChen-Yu Tsai2024-05-171-83/+61
* pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readbackChen-Yu Tsai2024-05-171-10/+6
* pinctrl: mediatek: remove shadow variable declarationLight Hsieh2024-05-171-2/+0
* pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh2024-05-175-28/+265
* pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh2024-05-171-25/+15
* pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh2024-05-173-108/+65
* pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh2024-05-173-2/+19
* pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh2024-05-172-6/+46
* pinctrl: core: delete incorrect free in pinctrl_enable()Dan Carpenter2024-05-171-7/+1
* pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groupsMiaoqian Lin2024-03-011-0/+1
* pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanoursLee Jones2024-03-011-10/+12
* pinctrl: lochnagar: Don't build on MIPSCharles Keepax2024-01-251-1/+2
* pinctrl: at91-pio4: use dedicated lock class for IRQAlexis Lothoré2024-01-081-0/+8
* pinctrl: avoid reload of p state in list iterationMaria Yu2023-12-081-3/+3
* Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"Andy Shevchenko2023-10-251-9/+7
* pinctrl: avoid unsafe code pattern in find_pinctrl()Dmitry Torokhov2023-10-251-7/+9
* pinctrl: amd: Don't show `Invalid config param` errorsMario Limonciello2023-09-231-2/+2
* pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{a...Biju Das2023-08-301-2/+15
* pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello2023-07-271-13/+15
* pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello2023-07-271-3/+5
* pinctrl: amd: Detect internal GPIO0 debounce handlingMario Limonciello2023-07-272-0/+8
* pinctrl: amd: Fix mistake in handling clearing pins at startupMario Limonciello2023-07-271-2/+2
* pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea2023-07-271-0/+2
* pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko2023-07-271-5/+10
* pinctrl: meson-axg: add missing GPIOA_18 gpio groupMartin Hundebøll2023-06-141-0/+1
* Revert "pinctrl: amd: Disable and mask interrupts on resume"Kornel Dulęba2023-04-201-20/+16
* pinctrl: amd: Disable and mask interrupts on resumeKornel Dulęba2023-04-201-16/+20
* pinctrl: amd: disable and mask interrupts on probeSachi King2023-04-201-0/+31
* pinctrl: amd: Use irqchip templateLinus Walleij2023-04-201-11/+10