aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom/pinctrl-msm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-06-18pinctrl: qcom: msm: mark certain pins as invalid for interruptsBartosz Golaszewski1-0/+20
2025-06-09pinctrl: qcom: switch to devm_gpiochip_add_data()Dmitry Baryshkov1-10/+1
2025-05-30Merge tag 'pinctrl-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+4
2025-05-20pinctrl: qcom: switch to devm_register_sys_off_handler()Dmitry Baryshkov1-11/+12
2025-04-17pinctrl: qcom: msm: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-03-17pinctrl: qcom: Clear latched interrupt status when changing IRQ typeStephan Gerhold1-6/+6
2025-01-15pinctrl: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-11-08pinctrl: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2023-12-04pinctrl: qcom: fail to retrieve configuration from invalid pin groupsRichard Acayan1-0/+4
2023-11-13pinctrl: qcom: handle intr_target_reg wakeup_present/enable bitsNeil Armstrong1-0/+42
2023-10-10pinctrl: qcom/msm: Convert to platform remove callback returning voidUwe Kleine-König1-3/+1
2023-08-10pinctrl: qcom: Add intr_target_width field to support increased number of interrupt targetsNinad Naik1-3/+6
2023-05-16pinctrl: qcom: Refactor generic qcom pinctrl driverRohit Agarwal1-5/+5
2023-05-16pinctrl: qcom: Remove the msm_function structRohit Agarwal1-2/+1
2023-04-11pinctrl: qcom: Add "and" to PIN_CONFIG_INPUT_ENABLE commentDouglas Anderson1-1/+1
2023-03-29Merge branch 'ib-qcom-quad-spi' into develLinus Walleij1-5/+31
2023-03-29pinctrl: qcom: Support OUTPUT_ENABLE; deprecate INPUT_ENABLEDouglas Anderson1-5/+31
2023-03-09pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam1-2/+1
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2023-02-10pinctrl: qcom: Add support for i2c specific pull featureAbel Vesa1-0/+7
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-01-26pinctrl: qcom: Unify accessing to device fwnodeAndy Shevchenko1-1/+1
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-14/+15
2022-11-28pinctrl: qcom: remove duplicate included header filesye xingchen1-1/+0
2022-10-26Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into develLinus Walleij1-11/+14
2022-10-24pinctrl: qcom: Add missing header(s)Andy Shevchenko1-11/+14
2022-10-17pinctrl: qcom: Avoid glitching lines when we first mux to outputDouglas Anderson1-0/+21
2022-10-17pinctrl: qcom: do not reinitialize gpio valid maskRichard Acayan1-2/+1
2022-04-19pinctrl: msmgpio: Make the irqchip immutableMarc Zyngier1-20/+33
2022-02-19pinctrl: qcom: print egpio mode in debugfsJonathan Marek1-0/+9
2022-01-24pinctrl: qcom: Return -EINVAL for setting affinity if no IRQ parentManivannan Sadhasivam1-2/+2
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-11-22pinctrl: qcom: Add egpio feature supportPrasad Sodagudi1-2/+13
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+1
2021-01-18pinctrl: qcom: Don't clear pending interrupts when enablingDouglas Anderson1-24/+50
2021-01-18pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmaskingDouglas Anderson1-4/+10
2021-01-18pinctrl: qcom: No need to read-modify-write the interrupt statusDouglas Anderson1-15/+8
2021-01-18pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0Douglas Anderson1-2/+1
2020-12-16Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+2
2020-11-10pinctrl: qcom: Allow pinctrl-msm code to be loadable as a moduleJohn Stultz1-0/+2
2020-11-10pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callbackMaulik Shah1-13/+19
2020-10-06pinctrl: qcom: Set IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah1-1/+2
2020-10-06pinctrl: qcom: Use return value from irq_set_wake() callMaulik Shah1-5/+3
2020-10-06pinctrl: qcom: Set IRQCHIP_SET_TYPE_MASKED and IRQCHIP_MASK_ON_SUSPEND flagsMaulik Shah1-0/+2
2020-08-09Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+18
2020-07-16pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180Douglas Anderson1-2/+72
2020-07-16pinctrl: qcom: pinctrl-msm: Complete 'struct msm_pinctrl' documentationLee Jones1-1/+5
2020-07-16pinctrl: qcom: ipq4019: add open drain supportJaiganesh Narayanan1-0/+13
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+0