summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom/pinctrl-msm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-091-1/+18
|\
| * pinctrl: qcom: pinctrl-msm: Complete 'struct msm_pinctrl' documentationLee Jones2020-07-161-1/+5
| * pinctrl: qcom: ipq4019: add open drain supportJaiganesh Narayanan2020-07-161-0/+13
* | pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180Douglas Anderson2020-07-161-2/+72
|/
* Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-081-1/+0
|\
| * pinctrl: qcom: Remove duplicated include from pinctrl-msm.cYueHaibing2020-04-171-1/+0
* | pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chipVenkata Narendra Kumar Gutta2020-05-121-0/+25
* | pinctrl: qcom: fix wrong write in update_dual_edgeAnsuel Smith2020-04-161-1/+1
|/
* Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-031-8/+38
|\
| * pinctrl: qcom: fix compilation errorAnsuel Smith2020-03-311-1/+0
| * pinctrl: qcom: use scm_call to route GPIO irq to AppsAjay Kishore2020-03-281-6/+37
| * pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-2/+2
* | pinctrl: qcom: Assign irq_eoi conditionallyLinus Walleij2020-03-091-2/+1
|/
* pinctrl: qcom: Don't lock around irq_set_irq_wake()Stephen Boyd2020-01-241-5/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-031-2/+110
|\
| * pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer2019-11-161-2/+110
* | pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-051-2/+1
|/
* Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-09-191-20/+16
|\
| * pinctrl: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
| * pinctrl: msm: Switch to use device_property_count_uXX()Andy Shevchenko2019-08-051-3/+2
| * pinctrl: qcom: Pass irqchip when adding gpiochipLinus Walleij2019-07-291-14/+13
* | gpio: Use callback presence to determine need of valid_maskLinus Walleij2019-08-201-2/+2
* | gpio: Pass mask and size with the init_valid_mask()Linus Walleij2019-08-201-9/+10
|/
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-141-1/+42
|\
| * pinctrl: qcom: Add irq_enable callback for msm gpioSrinivas Ramana2019-07-031-1/+24
| * pinctrl: msm: Add ability for drivers to supply a reserved GPIO listLee Jones2019-06-121-0/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
|/
* pinctrl: msm: mark PM functions as __maybe_unusedArnd Bergmann2018-12-211-2/+2
* pinctrl: msm: Add sleep pinctrl state transitionsEvan Green2018-11-191-0/+19
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-42/+37
|\
| * pinctrl: msm: Use init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-42/+37
* | pinctrl: msm: Actually use function 0 for gpio selectionStephen Boyd2018-10-021-1/+1
* | Merge tag 'v4.19-rc6' into develLinus Walleij2018-10-011-0/+24
|\ \
| * | pinctrl: msm: Really mask level interrupts to prevent latchingStephen Boyd2018-08-291-0/+24
| |/
* | pinctrl: qcom: Support dispersed tilesBjorn Andersson2018-09-261-9/+21
* | pinctrl: qcom: Introduce readl/writel accessorsBjorn Andersson2018-09-261-36/+54
* | pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* | pinctrl: msm: Configure interrupts as input and gpio modeStephen Boyd2018-08-291-0/+37
* | pinctrl: msm: Mux out gpio function with gpio_request()Stephen Boyd2018-08-291-0/+16
|/
* pinctrl: msm: Fix msm_config_group_get() to be compliantDouglas Anderson2018-07-091-3/+11
* pinctrl: msm: fix gpio-hog related boot issuesChristian Lamparter2018-05-241-5/+18
* pinctrl: qcom: Print high/low status of gpios in debugfsStephen Boyd2018-05-161-2/+10
* pinctrl: qcom: fix wrong pull status display for no_keeper SoCClément Péron2018-05-161-2/+11
* pinctrl: qcom: remove static globals to allow multiple TLMMsTimur Tabi2018-05-021-23/+21
* Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-051-3/+62
|\
| * pinctrl: qcom: Don't allow protected pins to be requestedStephen Boyd2018-03-271-3/+62
* | pinctrl: msm: Use dynamic GPIO numberingBjorn Andersson2018-02-121-1/+1
|/
* pinctrl: msm: Delete an error message for a failed memory allocation in msm_p...Markus Elfring2017-12-281-3/+2
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* pinctrl: qcom: msm: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1