summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2024-05-25pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()Sergey Shtylyov1-3/+11
2024-05-17pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readbackChen-Yu Tsai1-0/+2
2024-05-17pinctrl: mediatek: remove set but not used variable 'e'YueHaibing1-3/+1
2024-05-17pinctrl: mediatek: Fix some off by one bugsDan Carpenter1-5/+5
2024-05-17pinctrl: mediatek: Fix fallback behavior for bias_set_comboHsin-Yi Wang1-5/+3
2024-05-17pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang1-0/+4
2024-05-17pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()Zeng Heng1-4/+6
2024-05-17pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLEChen-Yu Tsai1-27/+11
2024-05-17pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logicChen-Yu Tsai1-83/+61
2024-05-17pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readbackChen-Yu Tsai1-10/+6
2024-05-17pinctrl: mediatek: remove shadow variable declarationLight Hsieh1-2/+0
2024-05-17pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh5-28/+265
2024-05-17pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh1-25/+15
2024-05-17pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh3-108/+65
2024-05-17pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh3-2/+19
2024-05-17pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh2-6/+46
2024-05-17pinctrl: core: delete incorrect free in pinctrl_enable()Dan Carpenter1-7/+1
2024-03-01pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groupsMiaoqian Lin1-0/+1
2024-03-01pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanoursLee Jones1-10/+12
2024-01-26pinctrl: lochnagar: Don't build on MIPSCharles Keepax1-1/+2
2024-01-08pinctrl: at91-pio4: use dedicated lock class for IRQAlexis Lothoré1-0/+8
2023-12-08pinctrl: avoid reload of p state in list iterationMaria Yu1-3/+3
2023-10-25Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"Andy Shevchenko1-9/+7
2023-10-25pinctrl: avoid unsafe code pattern in find_pinctrl()Dmitry Torokhov1-7/+9
2023-09-23pinctrl: amd: Don't show `Invalid config param` errorsMario Limonciello1-2/+2
2023-08-30pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{a...Biju Das1-2/+15
2023-07-27pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello1-13/+15
2023-07-27pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello1-3/+5
2023-07-27pinctrl: amd: Detect internal GPIO0 debounce handlingMario Limonciello2-0/+8
2023-07-27pinctrl: amd: Fix mistake in handling clearing pins at startupMario Limonciello1-2/+2
2023-07-27pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea1-0/+2
2023-07-27pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko1-5/+10
2023-06-14pinctrl: meson-axg: add missing GPIOA_18 gpio groupMartin Hundebøll1-0/+1
2023-04-20Revert "pinctrl: amd: Disable and mask interrupts on resume"Kornel Dulęba1-20/+16
2023-04-20pinctrl: amd: Disable and mask interrupts on resumeKornel Dulęba1-16/+20
2023-04-20pinctrl: amd: disable and mask interrupts on probeSachi King1-0/+31
2023-04-20pinctrl: amd: Use irqchip templateLinus Walleij1-11/+10
2023-04-05pinctrl: at91-pio4: fix domain name assignmentJohan Hovold1-1/+0
2023-04-05pinctrl: ocelot: Fix alt mode for ocelotHoratiu Vultur1-1/+1
2023-03-11pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2-3/+3
2023-03-11pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domainMiaoqian Lin1-0/+1
2023-02-22pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko1-3/+13
2023-02-22pinctrl: single: fix potential NULL dereferenceMaxim Korotkov1-0/+2
2023-02-22pinctrl: aspeed: Fix confusing types in return valueJoel Stanley1-1/+1
2023-01-18pinctrl: pinconf-generic: add missing of_node_put()ZhangPeng1-1/+3
2022-12-19pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda1-3/+6
2022-12-08pinctrl: single: Fix potential division by zeroMaxim Korotkov1-1/+1
2022-12-08pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko1-1/+26
2022-11-25pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng1-0/+2
2022-09-05pinctrl: amd: Don't save/restore interrupt status and wake status bitsBasavaraj Natikar1-2/+9