summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: max77620: Use correct unit for debounce timesThierry Reding2019-10-041-3/+3
* gpio: eic: sprd: Fix the incorrect EIC offset when togglingBruce Chen2019-10-011-3/+4
* gpio: fix getting nonexclusive gpiods from DTMarco Felsch2019-10-011-1/+1
* gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski2019-10-011-8/+19
* Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-271-1/+1
|\
| * pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* | Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-09-191-1/+2
|\ \
| * | pinctrl/gpio: Take MUX usage into accountStefan Wahren2019-08-231-1/+2
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-163-0/+189
|\ \ \
| * | | drivers: gpio: Add support for GPIOs over Moxtet busMarek Behún2019-08-143-0/+189
| | |/ | |/|
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-161-1/+1
|\ \ \
| * \ \ Merge branch 'lpc32xx/multiplatform' into arm/socArnd Bergmann2019-08-153-51/+76
| |\ \ \
| | * | | gpio: lpc32xx: allow building on non-lpc32xx targetsArnd Bergmann2019-08-153-51/+76
| | | |/ | | |/|
| * / | ARM: remove Intel iop33x and iop13xx supportArnd Bergmann2019-08-141-1/+1
| |/ /
* | | Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-1652-1498/+1999
|\ \ \
| * | | gpiolib: of: add a fallback for wlf,reset GPIO nameDmitry Torokhov2019-09-121-0/+16
| * | | gpio: htc-egpio: Remove unused exported htc_egpio_get_wakeup_irq()Geert Uytterhoeven2019-09-121-14/+0
| * | | gpio: remove explicit comparison with 0Saiyam Doshi2019-09-121-1/+1
| * | | gpio: creg-snps: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-111-3/+1
| * | | gpio: devres: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2019-09-111-14/+14
| * | | gpio: of: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2019-09-111-4/+4
| * | | gpio: of: Make of_gpio_simple_xlate() privateGeert Uytterhoeven2019-09-111-3/+3
| * | | gpio: of: Make of_get_named_gpiod_flags() privateGeert Uytterhoeven2019-09-112-8/+1
| * | | gpio: aspeed: Add in ast2600 details to Aspeed driverRashmica Gupta2019-09-111-2/+20
| * | | gpio: aspeed: Use ngpio property from device tree if availableRashmica Gupta2019-09-111-7/+11
| * | | gpio: aspeed: Setup irqchip dynamicallyRashmica Gupta2019-09-111-9/+7
| * | | gpio/aspeed: Fix incorrect number of banksRashmica Gupta2019-09-111-1/+1
| * | | gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij2019-09-114-30/+52
| * | | gpiolib: acpi: make acpi_can_fallback_to_crs() staticDmitry Torokhov2019-09-102-17/+10
| * | | Merge tag 'intel-gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2019-09-104-49/+55
| |\ \ \
| | * | | gpio: merrifield: Pass irqchip when adding gpiochipLinus Walleij2019-08-121-12/+16
| | * | | gpio: lynxpoint: Pass irqchip when adding gpiochipLinus Walleij2019-08-121-15/+20
| | * | | gpio: intel-mid: Pass irqchip when adding gpiochipLinus Walleij2019-08-121-18/+17
| | * | | gpio: pch: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
| | | |/ | | |/|
| * | | gpio: Fix further merge errorsLinus Walleij2019-09-061-4/+4
| * | | Merge tag 'v5.3-rc7' into develLinus Walleij2019-09-052-26/+35
| |\ \ \
| * | | | gpio: of: Normalize return code variable nameLinus Walleij2019-09-041-7/+7
| * | | | gpio: gpiolib: Normalize return code variable nameLinus Walleij2019-09-041-110/+110
| * | | | gpio: ep93xx: Pass irqchip when adding gpiochipLinus Walleij2019-09-041-67/+73
| * | | | Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-09-037-115/+132
| |\ \ \ \
| | * | | | gpio: lpc32xx: allow building on non-lpc32xx targetsArnd Bergmann2019-08-123-51/+76
| | * | | | gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko2019-08-021-2/+1
| | * | | | gpio: pca953x: Remove explicit comparison with 0Andy Shevchenko2019-08-021-8/+8
| | * | | | gpio: pca953x: Use GENMASK() consistentlyAndy Shevchenko2019-08-021-15/+16
| | * | | | gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko2019-08-021-12/+8
| | * | | | gpio: mxc: Use devm_clk_get_optional instead of devm_clk_getAnson Huang2019-08-021-6/+3
| | * | | | gpio: ixp4xx: remove redundant dev_err messageDing Xiang2019-07-311-3/+1
| | * | | | gpio: em: use a helper variable for &pdev->devBartosz Golaszewski2019-07-221-18/+19
| | | |/ / | | |/| |
| * | | | gpio: zynq: Pass irqchip when adding gpiochipLinus Walleij2019-08-271-16/+21
| * | | | gpio: mt7621: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-16/+17