summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
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-11pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello1-13/+15
2023-08-11pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea1-0/+2
2023-08-11pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko1-5/+10
2023-04-05pinctrl: at91-pio4: fix domain name assignmentJohan Hovold1-1/+0
2023-03-11pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2-3/+3
2023-03-11pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groupsMiaoqian Lin1-0/+1
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-08pinctrl: single: Fix potential division by zeroMaxim Korotkov1-1/+1
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
2022-08-25pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxedNikita Travkin1-2/+2
2022-08-25pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_mapMiaoqian Lin1-1/+3
2022-07-12pinctrl: sunxi: a83t: Fix NAND function name for some pinsSamuel Holland1-5/+5
2022-06-14pinctrl: mvebu: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-1/+1
2022-05-12pinctrl: pistachio: fix use of irq_of_parse_and_map()Lv Ruyi1-3/+3
2022-04-20pinctrl: pinconf-generic: Print arguments for bias-pull-*Chen-Yu Tsai1-3/+3
2022-04-20pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probeMiaoqian Lin1-0/+2
2022-04-20pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probeMiaoqian Lin1-1/+3
2022-04-20pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_initMiaoqian Lin1-0/+2
2022-04-20pinctrl: samsung: drop pin banks references on error pathsKrzysztof Kozlowski1-7/+23
2021-12-29pinctrl: stm32: consider the GPIO offset to expose all the GPIO linesFabien Dessenne1-4/+4
2021-12-08pinctrl: armada-37xx: Correct PWM pins definitionsMarek BehĂșn1-9/+8
2021-12-08pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT1-0/+1
2021-12-08pinctrl: armada-37xx: Correct mpp definitionsMarek BehĂșn1-4/+6
2021-11-26pinctrl: core: fix possible memory leak in pinctrl_enable()Yang Yingliang1-0/+2
2021-09-22pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()Zhen Lei1-0/+1
2021-09-22pinctrl: samsung: Fix pinctrl bank pin countJaehyoung Choi1-1/+1
2021-07-20pinctrl/amd: Add device HID for new AMD GPIO controllerMaximilian Luz1-0/+1
2021-06-30pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne1-2/+7
2021-05-22pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski1-5/+5
2021-04-28pinctrl: lewisburg: Update number of pins in communityYuanyuan Zhong1-3/+3
2021-04-07pinctrl: rockchip: fix restore error in resumeWang Panzhenzhuan1-5/+8
2020-12-29pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()Yu Kuai1-5/+9
2020-12-29pinctrl: baytrail: Avoid clearing debounce value when turning it offAndy Shevchenko1-1/+7
2020-12-29pinctrl: merrifield: Set default bias in case no particular value givenAndy Shevchenko1-0/+8
2020-12-29pinctrl: amd: remove debounce filter setting in IRQ type settingCoiby Xu1-7/+0
2020-12-11pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede1-14/+53
2020-12-11pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...Hans de Goede1-4/+4
2020-11-24pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu1-0/+2
2020-11-18pinctrl: amd: fix incorrect way to disable debounce filterCoiby Xu1-2/+2
2020-11-18pinctrl: amd: use higher precision for 512 RtcClkCoiby Xu1-1/+1
2020-11-18pinctrl: aspeed: Fix GPI only function problem.Billy Tsai1-3/+4
2020-11-18pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko1-0/+8
2020-10-29pinctrl: mcp23s08: Fix mcp23x17 precious rangeThomas Preston1-1/+1