aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-04-01gpio: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-03-29Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij3-9/+7
2019-03-28gpio: mockup: use simple_read_from_buffer() in debugfs read callbackBartosz Golaszewski1-8/+2
2019-03-28gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven1-1/+7
2019-03-28gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov1-3/+3
2019-03-28gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov1-1/+2
2019-03-27gpio: mlxbf: Add dependency on 64BIT to Kconfig entryShravan Kumar Ramani1-1/+1
2019-03-27gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren1-8/+17
2019-03-27gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren1-8/+0
2019-03-27gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren1-12/+16
2019-03-27gpio: mockup: fix debugfs readBartosz Golaszewski1-4/+6
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery1-2/+2
2019-03-26gpio: add driver for Mellanox BlueField GPIO controllerShravan Kumar Ramani3-0/+161
2019-03-26gpio: 74x164: Convert to use SPDX identifierAndy Shevchenko1-4/+1
2019-03-26gpio: 74x164: Remove linux/init.h and sort headersAndy Shevchenko1-5/+4
2019-03-26gpio: 74x164: Make use of device propertiesAndy Shevchenko1-4/+4
2019-03-25gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát2-3/+2
2019-03-22gpio: mockup: move the driver out of the IOMEM drivers sectionBartosz Golaszewski1-12/+12
2019-03-22gpio: mockup: drop unneeded dependencies from KconfigBartosz Golaszewski1-3/+1
2019-03-22gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin1-2/+4
2019-03-22gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu1-0/+2
2019-03-22gpio: pca953x: Add support for CAT9554Geert Uytterhoeven1-0/+1
2019-03-18gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()Andrey Smirnov1-3/+3
2019-03-18gpio: vf610: Use devres to remove gpiochipAndrey Smirnov1-14/+1
2019-03-18gpio: vf610: Use devres to disable clk_gpioAndrey Smirnov1-2/+4
2019-03-18gpio: vf610: Use devres to disable clk_portAndrey Smirnov1-6/+10
2019-03-18gpio: vf610: Simplify vf610_gpio_get()Andrey Smirnov1-7/+5
2019-03-18gpio: vf610: Simplify vf610_gpio_set()Andrey Smirnov1-4/+2
2019-03-18gpio: vf610: Do not share irq_chipAndrey Smirnov1-14/+12
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+0
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds33-405/+1559
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2019-03-08gpio: amd-fch: Set proper output level for direction_outputAxel Lin1-1/+10
2019-03-08gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko1-5/+5
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+11
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown1-1/+1
2019-03-04Merge branch 'acpica'Rafael J. Wysocki1-1/+1
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-26Merge branch 'asoc-5.1' into asoc-nextMark Brown1-4/+11
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-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss1-1/+1
2019-02-22gpio: AMD G-Series PCH gpio driverEnrico Weigelt, metux IT consult3-0/+195
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