aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08gpio: amd-fch: Set proper output level for direction_outputAxel Lin1-1/+10
2019-03-08x86: apuv2: remove unused variableArnd Bergmann1-1/+0
2019-03-08gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko1-5/+5
2019-03-08platform/x86: fix PCENGINES_APU2 Kconfig warningRandy Dunlap1-0/+2
2019-03-01gpio: pca953x: Fix dereference of irq data in shutdownMark Walton1-1/+2
2019-03-01gpio: amd-fch: Fix type error found by sparseLinus Walleij1-7/+7
2019-02-25gpio: amd-fch: Drop const from resourceLinus Walleij1-1/+1
2019-02-25gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang1-1/+4
2019-02-25gpio: ftgpio: Register per-instance irqchipLinus Walleij1-10/+10
2019-02-22x86: pcengines apuv2 gpio/leds/keys platform driverEnrico Weigelt, metux IT consult3-0/+274
2019-02-22gpio: AMD G-Series PCH gpio driverEnrico Weigelt, metux IT consult3-0/+195
2019-02-22drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+2
2019-02-21gpio: tqmx86: Set proper output level for direction_outputAxel Lin1-2/+3
2019-02-21gpio: sprd: Change to use SoC compatible stringBaolin Wang1-1/+1
2019-02-21gpio: of: Handle both enable-gpio{,s}Marek Vasut1-1/+2
2019-02-21gpio: of: Restrict enable-gpio quirk to regulator-gpioThierry Reding1-2/+2
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Bartosz Golaszewski1-3/+1
2019-02-21drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+18
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij4-64/+171
2019-02-20gpio: pca953x: Add wake-up supportGeert Uytterhoeven1-0/+9
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-27/+162
2019-02-19gpio: tegra: Fix offset of pinctrl callsLinus Walleij1-4/+21
2019-02-19gpio: mockup: rework debugfs interfaceBartosz Golaszewski1-14/+103
2019-02-19gpio: mockup: change the signature of unlocked get/set helpersBartosz Golaszewski1-11/+8
2019-02-19gpio: mockup: change the type of 'offset' to unsigned intBartosz Golaszewski1-1/+1
2019-02-19gpio: mockup: don't create the debugfs link named after the labelBartosz Golaszewski1-5/+1
2019-02-19gpio: mockup: implement get_multiple()Bartosz Golaszewski1-0/+17
2019-02-19gpio: mockup: add lockingBartosz Golaszewski1-7/+43
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut1-0/+1
2019-02-17Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into develLinus Walleij3-64/+29
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij780-4343/+6682
2019-02-14gpio: altera-a10sr: Trivial coding style fixAxel Lin1-8/+9
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding1-35/+35
2019-02-14gpio: madera: Add missing constCharles Keepax1-1/+1
2019-02-14gpio: pca953x: add support for pcal6416 typeThomas Petazzoni1-0/+1
2019-02-14qcom: ssbi-gpio: correct boundary conditions in pm8xxx_domain_translateBrian Masney1-1/+2
2019-02-14mfd: pm8xxx: select IRQ_DOMAIN_HIERARCHY in KconfigBrian Masney1-1/+1
2019-02-14spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in KconfigBrian Masney1-1/+1
2019-02-14gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven1-14/+1
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij4-18/+105
2019-02-13gpio: sprd: Add missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni1-0/+24
2019-02-13mfd: pm8xxx: revert "disassociate old virq if hwirq mapping already exists"Brian Masney1-6/+0
2019-02-13qcom: ssbi-gpio: add support for hierarchical IRQ chipBrian Masney2-12/+124
2019-02-13mfd: pm8xxx: disassociate old virq if hwirq mapping already existsBrian Masney1-0/+6
2019-02-13mfd: pm8xxx: convert to v2 irq interfaces to support hierarchical IRQ chipsBrian Masney1-37/+38
2019-02-13pinctrl: qcom: ssbi-gpio: hardcode IRQ countsBrian Masney1-14/+7
2019-02-13qcom: spmi-gpio: Fix boundary conditions IRQ domain translateBjorn Andersson1-1/+2
2019-02-13gpio: pca953x: add ->set_config implementationThomas Petazzoni1-2/+64
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni3-0/+25