summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2019-11-21pinctrl: ingenic: Add OTG VBUS pin for the JZ4770Paul Cercueil-0/+5
2019-11-21pinctrl: ingenic: Handle PIN_CONFIG_OUTPUT configPaul Cercueil-1/+22
2019-11-21pinctrl: Fix Kconfig indentationKrzysztof Kozlowski-66/+66
2019-11-21pinctrl: lewisburg: Update pin list according to v1.1v6Andy Shevchenko-85/+86
2019-11-21pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT-3/+3
2019-11-21pinctrl: Add pinmux & GPIO controller driver for a new SoCRahul Tanwar-0/+1107
2019-11-21pinctrl: rza1: remove unnecessary static inline functionMatti Vaittinen-7/+1
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-3/+146
2019-11-19pinctrl: meson: add pinctrl driver support for Meson-A1 SoCQianggui Song-0/+960
2019-11-19pinctrl: meson: add a new callback for SoCs fixupQianggui Song-9/+39
2019-11-19pinctrl: nomadik: db8500: Add mc0_a_2 pin group without direction controlStephan Gerhold-1/+11
2019-11-16pinctrl/sdm845: Add PDC wakeup interrupt map for GPIOsLina Iyer-1/+22
2019-11-16pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer-2/+124
2019-11-13Merge tag 'intel-pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-73/+561
2019-11-13Merge tag 'v5.4-rc5' into develLinus Walleij-115/+89
2019-11-07pinctrl: cherryview: Missed type change to unsigned intAndy Shevchenko-2/+2
2019-11-07pinctrl: intel: Missed type change to unsigned intAndy Shevchenko-2/+2
2019-11-07pinctrl: stmfx: fix valid_mask init sequenceAmelie Delaunay-14/+0
2019-11-05Merge tag 'samsung-pinctrl-5.5' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-7/+29
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing-105/+40
2019-11-05pinctrl: just return if no valid mapslijiazi-0/+10
2019-11-05pinctrl: qcom: spmi-mpp: Add PM/PMI8950 compatible stringsAngeloGioacchino Del Regno-0/+2
2019-11-05pinctrl: qcom: spmi-gpio: Add PM/PMI8950 compatibilityAngeloGioacchino Del Regno-0/+3
2019-11-04pinctrl: bcm: nsp: implement get_directionChris Packham-0/+14
2019-11-04pinctrl: bcm: nsp: use gpiolib infrastructure for interruptsChris Packham-63/+42
2019-11-04pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()Ben Dooks (Codethink)-1/+2
2019-11-04pinctrl: qcom: sc7180: Add missing tile info in SDC_QDSD_PINGROUP/UFS_RESETRajendra Nayak-8/+10
2019-11-03pinctrl: at91: Enable slewrate by default on SAM9X60Codrin Ciubotariu-2/+2
2019-11-03Merge tag 'sh-pfc-for-v5.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-21/+56
2019-11-01pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven-2/+2
2019-11-01pinctrl: sh-pfc: r8a7796: Add R8A77961 PFC supportGeert Uytterhoeven-1/+40
2019-11-01pinctrl: sh-pfc: Rename PINCTRL_PFC_R8A7796 to PINCTRL_PFC_R8A77960Geert Uytterhoeven-8/+8
2019-11-01pinctrl: sh-pfc: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven-10/+6
2019-10-30pinctrl: intel: Add Intel Tiger Lake pin controller supportAndy Shevchenko-0/+462
2019-10-30pinctrl: intel: Use helper to restore register values on ->resume()Andy Shevchenko-13/+13
2019-10-30pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()Andy Shevchenko-1/+1
2019-10-30pinctrl: intel: Introduce intel_restore_intmask() helperAndy Shevchenko-5/+11
2019-10-30pinctrl: intel: Introduce intel_restore_hostown() helperAndy Shevchenko-17/+21
2019-10-30pinctrl: intel: Introduce intel_restore_padcfg() helperAndy Shevchenko-27/+24
2019-10-30pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko-12/+12
2019-10-30pinctrl: cherryview: Fix spelling mistake in the commentAndy Shevchenko-1/+1
2019-10-30pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede-1/+1
2019-10-30pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko-1/+20
2019-10-30Merge tag 'intel-pinctrl-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/...Linus Walleij-14/+33
2019-10-25pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko-12/+12
2019-10-25Merge tag 'sh-pfc-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-445/+503
2019-10-24pinctrl: mvebu: use devm_platform_ioremap_resource() to simplify codeYueHaibing-8/+3
2019-10-24pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-10-21pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede-1/+1
2019-10-21pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko-1/+20