summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-11-25gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski
2020-11-25gpio: exar: include idr.hBartosz Golaszewski
2020-11-25gpio: exar: add a newline after the copyright noticeBartosz Golaszewski
2020-11-19gpio: tps65910: use regmap accessorsMichał Mirosław
2020-11-18gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli
2020-11-16gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko
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