summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-033-3/+146
|\
| * Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-11-203-3/+146
| |\
| | * pinctrl/sdm845: Add PDC wakeup interrupt map for GPIOsLina Iyer2019-11-161-1/+22
| | * pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer2019-11-162-2/+124
* | | pinctrl: Fix warning by adding missing MODULE_LICENSERahul Tanwar2019-11-281-0/+1
* | | Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-11-2797-1296/+5497
|\ \ \ | |/ / |/| |
| * | pinctrl: ingenic: Add OTG VBUS pin for the JZ4770Paul Cercueil2019-11-211-0/+5
| * | pinctrl: ingenic: Handle PIN_CONFIG_OUTPUT configPaul Cercueil2019-11-211-1/+22
| * | pinctrl: Fix Kconfig indentationKrzysztof Kozlowski2019-11-214-66/+66
| * | pinctrl: lewisburg: Update pin list according to v1.1v6Andy Shevchenko2019-11-211-85/+86
| * | pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT2019-11-211-3/+3
| * | pinctrl: Add pinmux & GPIO controller driver for a new SoCRahul Tanwar2019-11-214-0/+1107
| * | pinctrl: rza1: remove unnecessary static inline functionMatti Vaittinen2019-11-211-7/+1
| * | pinctrl: meson: add pinctrl driver support for Meson-A1 SoCQianggui Song2019-11-195-0/+960
| * | pinctrl: meson: add a new callback for SoCs fixupQianggui Song2019-11-198-9/+39
| * | pinctrl: nomadik: db8500: Add mc0_a_2 pin group without direction controlStephan Gerhold2019-11-191-1/+11
| * | Merge tag 'intel-pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-11-135-73/+561
| |\ \
| | * | pinctrl: cherryview: Missed type change to unsigned intAndy Shevchenko2019-11-071-2/+2
| | * | pinctrl: intel: Missed type change to unsigned intAndy Shevchenko2019-11-071-2/+2
| | * | pinctrl: intel: Add Intel Tiger Lake pin controller supportAndy Shevchenko2019-10-303-0/+462
| | * | pinctrl: intel: Use helper to restore register values on ->resume()Andy Shevchenko2019-10-301-13/+13
| | * | pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()Andy Shevchenko2019-10-301-1/+1
| | * | pinctrl: intel: Introduce intel_restore_intmask() helperAndy Shevchenko2019-10-301-5/+11
| | * | pinctrl: intel: Introduce intel_restore_hostown() helperAndy Shevchenko2019-10-301-17/+21
| | * | pinctrl: intel: Introduce intel_restore_padcfg() helperAndy Shevchenko2019-10-301-27/+24
| | * | pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko2019-10-301-12/+12
| | * | pinctrl: cherryview: Fix spelling mistake in the commentAndy Shevchenko2019-10-301-1/+1
| | * | pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede2019-10-301-1/+1
| | * | pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko2019-10-301-1/+20
| | |/
| * | Merge tag 'v5.4-rc5' into develLinus Walleij2019-11-139-115/+89
| |\|
| * | Merge tag 'samsung-pinctrl-5.5' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2019-11-054-7/+29
| |\ \
| | * | pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski2019-10-011-2/+8
| | * | pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
| | * | pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
| | * | pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski2019-10-011-2/+8
| | * | pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta2019-10-011-1/+3
| * | | pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-0531-105/+40
| * | | pinctrl: just return if no valid mapslijiazi2019-11-051-0/+10
| * | | pinctrl: qcom: spmi-mpp: Add PM/PMI8950 compatible stringsAngeloGioacchino Del Regno2019-11-051-0/+2
| * | | pinctrl: qcom: spmi-gpio: Add PM/PMI8950 compatibilityAngeloGioacchino Del Regno2019-11-051-0/+3
| * | | pinctrl: bcm: nsp: implement get_directionChris Packham2019-11-041-0/+14
| * | | pinctrl: bcm: nsp: use gpiolib infrastructure for interruptsChris Packham2019-11-041-63/+42
| * | | pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()Ben Dooks (Codethink)2019-11-041-1/+2
| * | | pinctrl: qcom: sc7180: Add missing tile info in SDC_QDSD_PINGROUP/UFS_RESETRajendra Nayak2019-11-041-8/+10
| * | | pinctrl: at91: Enable slewrate by default on SAM9X60Codrin Ciubotariu2019-11-031-2/+2
| * | | Merge tag 'sh-pfc-for-v5.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-11-036-21/+56
| |\ \ \
| | * | | pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven2019-11-011-2/+2
| | * | | pinctrl: sh-pfc: r8a7796: Add R8A77961 PFC supportGeert Uytterhoeven2019-11-015-1/+40
| | * | | pinctrl: sh-pfc: Rename PINCTRL_PFC_R8A7796 to PINCTRL_PFC_R8A77960Geert Uytterhoeven2019-11-015-8/+8
| | * | | pinctrl: sh-pfc: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven2019-11-011-10/+6