summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-11-16gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko
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-16gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski
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: tegra: Use raw_spinlockDmitry Osipenko
2020-11-06gpio: tegra: Add lockdep classDmitry Osipenko
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-30gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven
2020-10-30gpio: rcar: Rework hardware features handlingGeert Uytterhoeven
2020-10-30gpio: rcar: Align register offsetsGeert Uytterhoeven
2020-10-30gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven
2020-10-30gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson
2020-10-29gpio: 104-idi-48: improve code indentationDeepak R Varma
2020-10-29gpio: mockup: Allow probing from device treeVincent Whitchurch
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-26gpiolib: split error path in gpiod_request_commit()Andy Shevchenko
2020-10-26gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko
2020-10-26gpiolib: of: Use named item for enum gpiod_flags variableAndy Shevchenko
2020-10-26gpiolib: cdev: document that line eflags are sharedKent Gibson
2020-10-26gpiolib: Extract gpiod_not_found() helperAndy Shevchenko
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