aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Walleij 3-9/+7
2019-03-28gpio: mockup: use simple_read_from_buffer() in debugfs read callbackGravatar Bartosz Golaszewski 1-8/+2
2019-03-28gpio: of: Fix of_gpiochip_add() error pathGravatar Geert Uytterhoeven 1-1/+7
2019-03-28gpio: of: Check for "spi-cs-high" in child instead of parent nodeGravatar Andrey Smirnov 1-3/+3
2019-03-28gpio: of: Check propname before applying "cs-gpios" quirksGravatar Andrey Smirnov 1-1/+2
2019-03-27gpio: mockup: fix debugfs readGravatar Bartosz Golaszewski 1-4/+6
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Gravatar Andrew Jeffery 1-2/+2
2019-03-25gpio: aspeed: fix a potential NULL pointer dereferenceGravatar Kangjie Lu 1-0/+2
2019-03-22gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputGravatar Axel Lin 1-2/+4
2019-03-22gpio: exar: add a check for the return value of ida_simple_get failsGravatar Kangjie Lu 1-0/+2
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+0
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 33-405/+1559
2019-03-08gpio: gpio-omap: fix level interrupt idlingGravatar Russell King 1-6/+8
2019-03-08gpio: amd-fch: Set proper output level for direction_outputGravatar Axel Lin 1-1/+10
2019-03-08gpio: pca953x: Use PCA_LATCH_INTGravatar Andy Shevchenko 1-5/+5
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-4/+11
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2019-03-04Merge branch 'spi-5.1' into spi-nextGravatar Mark Brown 1-1/+1
2019-03-04Merge branch 'acpica'Gravatar Rafael J. Wysocki 1-1/+1
2019-03-01gpio: pca953x: Fix dereference of irq data in shutdownGravatar Mark Walton 1-1/+2
2019-03-01gpio: amd-fch: Fix type error found by sparseGravatar Linus Walleij 1-7/+7
2019-02-26Merge branch 'asoc-5.1' into asoc-nextGravatar Mark Brown 1-4/+11
2019-02-25gpio: amd-fch: Drop const from resourceGravatar Linus Walleij 1-1/+1
2019-02-25gpio: mxc: add check to return defer probe if clock tree NOT readyGravatar Anson Huang 1-1/+4
2019-02-25gpio: ftgpio: Register per-instance irqchipGravatar Linus Walleij 1-10/+10
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingGravatar Erik Schmauss 1-1/+1
2019-02-22gpio: AMD G-Series PCH gpio driverGravatar Enrico Weigelt, metux IT consult 3-0/+195
2019-02-21gpio: tqmx86: Set proper output level for direction_outputGravatar Axel Lin 1-2/+3
2019-02-21gpio: sprd: Change to use SoC compatible stringGravatar Baolin Wang 1-1/+1
2019-02-21gpio: of: Handle both enable-gpio{,s}Gravatar Marek Vasut 1-1/+2
2019-02-21gpio: of: Restrict enable-gpio quirk to regulator-gpioGravatar Thierry Reding 1-2/+2
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Gravatar Bartosz Golaszewski 1-3/+1
2019-02-20gpio: pca953x: Add wake-up supportGravatar Geert Uytterhoeven 1-0/+9
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Gravatar Linus Walleij 1-27/+162
2019-02-19gpio: tegra: Fix offset of pinctrl callsGravatar Linus Walleij 1-4/+21
2019-02-19gpio: mockup: rework debugfs interfaceGravatar Bartosz Golaszewski 1-14/+103
2019-02-19gpio: mockup: change the signature of unlocked get/set helpersGravatar Bartosz Golaszewski 1-11/+8
2019-02-19gpio: mockup: change the type of 'offset' to unsigned intGravatar Bartosz Golaszewski 1-1/+1
2019-02-19gpio: mockup: don't create the debugfs link named after the labelGravatar Bartosz Golaszewski 1-5/+1
2019-02-19gpio: mockup: implement get_multiple()Gravatar Bartosz Golaszewski 1-0/+17
2019-02-19gpio: mockup: add lockingGravatar Bartosz Golaszewski 1-7/+43
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosGravatar Marek Vasut 1-0/+1
2019-02-17Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Walleij 3-64/+29
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 9-65/+86
2019-02-14gpio: altera-a10sr: Trivial coding style fixGravatar Axel Lin 1-8/+9
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesGravatar Thierry Reding 1-35/+35
2019-02-14gpio: madera: Add missing constGravatar Charles Keepax 1-1/+1
2019-02-14gpio: pca953x: add support for pcal6416 typeGravatar Thomas Petazzoni 1-0/+1
2019-02-14gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Gravatar Lubomir Rintel 1-0/+1
2019-02-14gpio: pcf857x: Simpify wake-up handlingGravatar Geert Uytterhoeven 1-14/+1