summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-11-16gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko
2020-11-16gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko
2020-11-16gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir
2020-11-16gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko
2020-11-16gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko
2020-11-16gpiolib: acpi: Take into account debounce settingsAndy Shevchenko
2020-11-16gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko
2020-11-16gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko
2020-11-16gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko
2020-11-16gpiolib: Extract gpio_set_config_with_argument_optional() helperAndy Shevchenko
2020-11-16gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()Andy Shevchenko
2020-11-16gpiolib: Extract gpio_set_config_with_argument() for future useAndy Shevchenko
2020-11-16gpiolib: use proper API to pack pin configuration parametersAndy Shevchenko
2020-11-16gpiolib: add missed break statementAndy Shevchenko
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko
2020-11-11Merge branch 'devel' into for-nextLinus Walleij
2020-11-11gpio: sifive: Fix SiFive gpio probeDamien Le Moal
2020-11-10Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij
2020-11-06gpio: pcie-idio-24: Enable PEX8311 interruptsArnaud de Turckheim
2020-11-06gpio: pcie-idio-24: Fix IRQ Enable Register valueArnaud de Turckheim
2020-11-06gpio: pcie-idio-24: Fix irq mask when maskingArnaud de Turckheim
2020-11-05gpiolib: fix sysfs when cdev is not selectedKent Gibson
2020-10-29gpio: 104-idi-48: improve code indentationDeepak R Varma
2020-10-28Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren
2020-10-28gpio: stmpe: Fix forgotten refactoringLinus Walleij
2020-10-28gpio: Retire the explicit gpio irqchip codeLinus Walleij
2020-10-28gpiolib: Switch to use compat_need_64bit_alignment_fixup() helperAndy Shevchenko
2020-10-28gpiolib: Use proper type for bias enumerator in gpio_set_bias()Andy Shevchenko
2020-10-26gpio: aspeed: fix ast2600 bank propertiesBilly Tsai
2020-10-26gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chipJia He
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-10gpio: tegra186: Allow optional irq parent callbacksMarc Zyngier
2020-10-08gpiolib: Update header block in gpiolib-cdev.hAndy Shevchenko
2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier
2020-10-07gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko
2020-10-02Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans
2020-09-30gpiolib: cdev: support setting debounceKent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson
2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson
2020-09-30gpiolib: add build option for CDEV v1 ABIKent Gibson
2020-09-30gpiolib: make cdev a build optionKent Gibson