aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-12-25Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-32/+64
2018-12-25Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-18/+70
2018-12-21Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-131/+95
2018-12-21gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König1-3/+3
2018-12-21gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren1-59/+5
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-32/+64
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen1-32/+64
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown4-8/+9
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij1-0/+30
2018-12-11gpio: devres: Handle nonexclusive GPIOsLinus Walleij1-12/+38
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij1-0/+2
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij1-6/+0
2018-12-07gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede1-60/+84
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski1-1/+1
2018-11-16gpio: mockup: fix indicated directionBartosz Golaszewski1-3/+3
2018-11-16gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik1-2/+2
2018-11-09gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds46-847/+1835
2018-10-23Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-405/+1
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown1-2/+17
2018-10-16gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada1-1/+1
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd1-2/+1
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd1-6/+2
2018-10-16gpio: Drop parent irq assignment during cascade setupStephen Boyd1-10/+0
2018-10-15gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap1-1/+1
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-2/+17
2018-10-12gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado1-2/+3
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-1/+2
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König1-1/+1
2018-10-10gpio: syscon: Fix possible NULL ptr usageMarek Vasut1-1/+1
2018-10-10gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado1-14/+13
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-2/+14
2018-10-10GPIO: add single-register GPIO via CREG driverEugeniy Paltsev3-0/+202
2018-10-03gpio: mockup: use device properties instead of platform_dataBartosz Golaszewski1-31/+51
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg1-1/+1
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij1-4/+7
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing1-2/+0
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko1-4/+0
2018-10-01Merge tag 'v4.19-rc6' into develLinus Walleij4-40/+72
2018-10-01Accept partial 'gpio-line-names' property.Christophe Blaess1-12/+9
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko1-20/+5
2018-10-01gpio: htc-egpio: Remove set but not used variable 'bit'YueHaibing1-2/+0
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven2-14/+14
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-14/+16
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik1-6/+3
2018-09-28gpio: new driver to work with a 8x12 sioxUwe Kleine-König3-0/+302
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-6/+27
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado1-8/+28
2018-09-25gpio: Rename devres implementation fileLinus Walleij2-1/+1
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij9-32/+10
2018-09-25Merge branch 'ib-omap' into develLinus Walleij1-104/+227
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren1-3/+3
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren1-70/+108
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren1-33/+118
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik1-10/+25
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik1-5/+6
2018-09-24gpio: htc-egpio: Unique label per chipLinus Walleij1-1/+7
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij3-53/+243
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis1-0/+28
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis1-18/+4
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-09-17gpio: Get rid of legacy headerLinus Walleij2-9/+2
2018-09-17gpio: wm8xxx: Cut down on boilerplateLinus Walleij3-15/+3
2018-09-17gpio: wm8xxx: Use the right headerLinus Walleij3-3/+3
2018-09-17gpio: xlp: Cut down on boilerplateLinus Walleij1-9/+1
2018-09-17gpio: xlp: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: vx855: Cut down on boilerplateLinus Walleij1-17/+1
2018-09-17gpio: vx855: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: viperboard: Cut down on boilerplateLinus Walleij1-6/+1
2018-09-17gpio: viperboard: Include the right headerLinus Walleij1-2/+1
2018-09-17gpio: xtensa: Cut down on boilerplateLinus Walleij1-4/+1
2018-09-17gpio: xtensa: Include the right headerLinus Walleij1-1/+1
2018-09-17gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij1-38/+0
2018-09-17gpio: vr41xx: Cut down on boilerplateLinus Walleij1-14/+1
2018-09-17gpio: vr41xx: Include the right headerLinus Walleij1-1/+1
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil1-0/+10
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang1-4/+4
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik1-5/+82
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik3-10/+38
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2-1/+80
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik3-45/+51
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König1-5/+4
2018-09-12gpio: vf610: Cut down on boilerplateLinus Walleij1-10/+1
2018-09-12gpio: vf610: Include the right headerLinus Walleij1-1/+1
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij1-2/+48
2018-09-10gpio-bcm-kona: use new req/relres and dis/enable_irq funcsHans Verkuil1-10/+4
2018-09-10gpiolib: override irq_enable/disableHans Verkuil1-4/+39
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil2-2/+28
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil1-24/+21
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil1-22/+33
2018-09-10gpio: ep93xx: fix test for end of loopDan Carpenter1-1/+1
2018-09-10gpio: ep93xx: fix incorrect array element size checkColin Ian King1-1/+1
2018-09-10gpio: twl6040: Implement .get_direction()Linus Walleij1-0/+7
2018-09-10gpio: twl6040: Use bitopsLinus Walleij1-3/+4
2018-09-10gpio: twl6040: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl6040: Include the right headerLinus Walleij1-1/+1
2018-09-10gpio: twl4030: Implement .get_direction()Linus Walleij1-1/+41
2018-09-10gpio: twl4030: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl4030: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: zevio: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: ts5500: Delete platform data handlingLinus Walleij1-6/+0
2018-09-04gpio: ts5500: Use SPDX headerLinus Walleij1-4/+1
2018-09-04gpio: ts5500: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij4-36/+4
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij4-6/+6
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-08-30gpio: brcmstb: allow 0 width GPIO banksJustin Chen1-3/+12
2018-08-30gpio: ftgpio: Support debounce timerLinus Walleij1-0/+74
2018-08-30gpio: ftgpio: Support optional silicon clockLinus Walleij1-4/+37
2018-08-29Merge branch 'ib-ingenic' of ../linux-pinctrl into develLinus Walleij3-404/+0
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov1-0/+1
2018-08-29gpio: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-29gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2018-08-29gpio: ingenic: Remove driverPaul Cercueil3-404/+0
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-08-29drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich2-2/+2
2018-08-29gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko1-1/+1
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-08-29gpio: rcar: Add GPIO hole supportBiju Das1-0/+6
2018-08-29gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIPLinus Walleij2-45/+51
2018-08-29gpio: ep93xx: Cut gpio_to_irq() usageLinus Walleij1-24/+24
2018-08-29gpio: ep93xx: Use for_each_set_bit() in IRQ handlerLinus Walleij1-14/+10
2018-08-29gpio: ep93xx: Use the hwirq and portLinus Walleij1-19/+14
2018-08-29gpio: ep93xx: Do not pingpong irq numbersLinus Walleij1-12/+23
2018-08-29gpio: ep93xx: Properly call the chained IRQ handlerLinus Walleij1-0/+8
2018-08-29gpio: ep93xx: Rename has_debounce to has_irqLinus Walleij1-7/+7
2018-08-29gpio: ep93xx: Pass around struct gpio_chipLinus Walleij1-38/+73
2018-08-29gpio: ep93xx: Switch to SPDX license tagLinus Walleij1-4/+1
2018-08-29gpio: ep93xx: Cut down variable namesLinus Walleij1-13/+13
2018-08-29ARM/gpio: ep93xx: build standaloneArnd Bergmann1-25/+23
2018-08-29gpio: tb10x: Use GENERIC_GPIOLinus Walleij2-66/+31
2018-08-29gpio: tb10x: Create local helper variablesLinus Walleij1-13/+14
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+213
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds42-264/+1373
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+7
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki1-4/+7
2018-08-10gpio: it87: Add support for IT8613Leonid Bloch2-1/+11
2018-08-10gpio: it87: add support for IT8718F Super I/O.Ivan Podovalov1-0/+2
2018-08-10gpiolib: Avoid calling chip->request() for unused gpiosBiju Das1-1/+6
2018-08-10gpio: tegra: Include the right headerLinus Walleij1-2/+2
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij1-45/+63
2018-08-10gpio: xilinx: Use the right includeLinus Walleij1-1/+1
2018-08-10gpio: timberdale: Include the right headerLinus Walleij1-1/+1
2018-08-10gpio: tb10x: Use the right includeLinus Walleij1-2/+1
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das2-3/+2
2018-08-06gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-1/+7
2018-08-06gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-2/+1
2018-08-06gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-06gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du1-0/+31
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-08-02gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun1-4/+1
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires1-1/+55
2018-07-30gpio-it87: add support for IT8786E Super I/OVincent Prince1-0/+2
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0
2018-07-29gpio: fix meaningless return expressionzhong jiang1-1/+1
2018-07-29gpio: mxs: Fit writel() into a single lineFabio Estevam1-2/+1
2018-07-29gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack1-8/+27
2018-07-29gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler1-2/+2
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko1-7/+8
2018-07-29gpio: mxc: add power management supportAnson Huang1-0/+73
2018-07-29gpio-pisosr: add support for get_multipleMorten Hein Tiljeset1-0/+22
2018-07-27Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones3-0/+213
2018-07-23gpio: uniphier: set legitimate irq trigger type in .to_irq hookMasahiro Yamada1-1/+5
2018-07-23gpio: of: Handle fixed regulator flags properlyLinus Walleij1-1/+2
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-4/+7
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski1-1/+1
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski1-1/+7
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven1-0/+8
2018-07-13gpiolib: Join one line back for better readabilityAndy Shevchenko1-3/+1
2018-07-13gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-07-13gpio: mt7621: add OF_GPIO dependencyArnd Bergmann1-0/+1
2018-07-13gpio: aspeed: fix compile testing warningArnd Bergmann1-1/+1
2018-07-13gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko1-6/+1
2018-07-13gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-07-09gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik1-3/+10
2018-07-09gpiolib: Respect error code of ->get_direction()Andy Shevchenko1-0/+6
2018-07-09gpio: mt7621: Edit to preferred syntaxLinus Walleij1-44/+41
2018-07-09gpio: mt7621: Add a driver for MT7621Sergio Paracuellos3-0/+344
2018-07-09gpiolib: Join string literals backAndy Shevchenko1-7/+5
2018-07-02Merge branch 'ib-aspeed' into develLinus Walleij1-58/+368
2018-07-02gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt1-20/+231
2018-07-02gpio: aspeed: Add command source registersBenjamin Herrenschmidt1-0/+54
2018-07-02gpio: aspeed: Add "Read Data" register to read the write latchBenjamin Herrenschmidt1-2/+27
2018-07-02gpio: aspeed: Rework register type accessorsBenjamin Herrenschmidt1-49/+69
2018-07-02gpio: pca953x: suppress interrupts warning when not applicableBaruch Siach1-1/+1
2018-07-02gpio: syscon: Include the right headerLinus Walleij1-1/+1
2018-07-02gpio: stp-xway: Include the right headerLinus Walleij1-2/+1
2018-07-02gpio: stmpe: Include the right headerLinus Walleij1-1/+1