summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: qcom: Add msm8998 pinctrl driverKhan, Imran2018-01-093-0/+1599
* pinctrl: msm: Delete an error message for a failed memory allocation in msm_p...Markus Elfring2017-12-281-3/+2
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-0/+6
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
| |\
| * | pinctrl: qcom: spmi-gpio: Add pmi8994 gpio supportRajendra Nayak2017-11-081-0/+1
| * | pinctrl: qcom: spmi-gpio: Update GPIO EN_CTL when setting pin configFenglin Wu2017-10-111-0/+5
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+1
|\ \ \ | | |/ | |/|
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* pinctrl: qcom: spmi-gpio: Correct power_source range checkFenglin Wu2017-08-311-1/+1
* pinctrl: qcom: General Purpose clocks for apq8064Vinay Simha BN2017-08-311-6/+36
* pinctrl: qcom: spmi-gpio: Add dtest route for digital inputFenglin Wu2017-08-151-0/+50
* pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtypeFenglin Wu2017-08-151-49/+232
* pinctrl: qcom: ssbi: mpp: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: qcom: msm: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: qcom: ssbi-gpio: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: msm: add support to configure ipq40xx GPIO_PULL bitsRam Chandra Jangir2017-08-143-13/+29
* pinctrl: qcom: ipq4019: add most remaining pin definitionsRam Chandra Jangir2017-08-141-85/+346
* pinctrl: qcom: Add ipq8074 pinctrl driverVaradarajan Narayanan2017-06-293-0/+1087
* Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-021-2/+12
|\
| * pinctrl: qcom: qdf2xxx: add names to the gpiosTimur Tabi2017-03-161-2/+12
* | pinctrl: qcom: ipq4019: add missing pingroups for pins > 70Christian Lamparter2017-03-231-0/+30
* | pinctrl: qcom: Don't clear status bit on irq_unmaskBjorn Andersson2017-03-231-4/+0
* | pinctrl: qcom: add get_direction functionTimur Tabi2017-03-061-0/+15
|/
* pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2017-01-261-24/+24
* pinctrl: qcom: msm8660: rename some SDC1->SDC4Linus Walleij2017-01-031-3/+3
* pinctrl: qcom: Add msm8994 pinctrl driverMichael Scott2016-11-043-0/+1389
* pinctrl: qcom: fix masking of pinmux functionsJohn Crispin2016-10-041-1/+1
* pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindingsStephen Boyd2016-08-112-0/+2
* pinctrl: qcom: establish proper EBI2 pin groupsLinus Walleij2016-07-081-22/+46
* pinctrl: qcom: add support for EBI2Linus Walleij2016-07-031-32/+42
* pinctrl: qcom: msm8974: Add hsic_ctl pinmuxStephen Boyd2016-06-291-1/+42
* pinctrl: qcom: Clear all function selection bitsStephen Boyd2016-06-291-2/+4
* pinctrl: qcom: Add support for MDM9615 TLMMNeil Armstrong2016-06-293-0/+492
* pinctrl: qcom-ssbi: support for PM8058Linus Walleij2016-06-151-0/+1
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-195-34/+16
|\
| * pinctrl: msm: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-5/+3
| * pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-7/+2
| * pinctrl: ssbi-gpi: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-7/+2
| * pinctrl: spmi: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-5/+2
| * pinctrl: spmi-gpio: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-5/+2
| * pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-015-5/+5
* | pinctrl: qcom: ipq4019: fix register offsetsMatthew McClintock2016-03-311-5/+5
* | pinctrl: qcom: ipq4019: fix the function enum for gpio modeMatthew McClintock2016-03-311-1/+1
* | pinctrl: qcom: ipq4019: set ngpios to correct valueMatthew McClintock2016-03-311-1/+1
|/
* pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl supportVaradarajan Narayanan2016-02-163-0/+462
* pinctrl: qcom: spmi-mpp: Skip pullup on ULT type MPPsStephen Boyd2016-01-271-10/+20
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-175-63/+48
|\
| * pinctrl: ssbi-gpio: use gpiochip data pointerLinus Walleij2016-01-051-7/+7
| * pinctrl: ssbi-mpp: use gpiochip data pointerLinus Walleij2016-01-051-7/+7