summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-11-19gpio: tps65910: use regmap accessorsMichał Mirosław1-6/+6
2020-11-18gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu1-4/+10
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam1-80/+22
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli1-3/+5
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli1-0/+18
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli1-0/+17
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli1-3/+3
2020-11-16gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko1-2/+1
2020-11-16gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko1-5/+5
2020-11-16gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko1-22/+24
2020-11-16gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko1-2/+6
2020-11-16gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir1-9/+12
2020-11-16gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko1-33/+33
2020-11-16gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko1-2/+2
2020-11-16gpiolib: acpi: Take into account debounce settingsAndy Shevchenko2-0/+20
2020-11-16gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko1-1/+1
2020-11-16gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko1-1/+5
2020-11-16gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko2-0/+8
2020-11-16gpiolib: Extract gpio_set_config_with_argument_optional() helperAndy Shevchenko1-26/+27
2020-11-16gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()Andy Shevchenko1-15/+14
2020-11-16gpiolib: Extract gpio_set_config_with_argument() for future useAndy Shevchenko1-3/+11
2020-11-16gpiolib: use proper API to pack pin configuration parametersAndy Shevchenko1-1/+1
2020-11-16gpiolib: add missed break statementAndy Shevchenko1-0/+1
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko1-8/+8
2020-11-16gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski1-15/+4
2020-11-11Merge branch 'devel' into for-nextLinus Walleij5-238/+19
2020-11-11gpio: sifive: Fix SiFive gpio probeDamien Le Moal1-1/+1
2020-11-10Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij5-26/+74
2020-11-06gpio: tegra: Use raw_spinlockDmitry Osipenko1-5/+13
2020-11-06gpio: tegra: Add lockdep classDmitry Osipenko1-0/+4
2020-11-06gpio: pcie-idio-24: Enable PEX8311 interruptsArnaud de Turckheim1-1/+51
2020-11-06gpio: pcie-idio-24: Fix IRQ Enable Register valueArnaud de Turckheim1-4/+4
2020-11-06gpio: pcie-idio-24: Fix irq mask when maskingArnaud de Turckheim1-1/+1
2020-11-05gpiolib: fix sysfs when cdev is not selectedKent Gibson2-18/+15
2020-10-30gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven1-0/+30
2020-10-30gpio: rcar: Rework hardware features handlingGeert Uytterhoeven1-13/+11
2020-10-30gpio: rcar: Align register offsetsGeert Uytterhoeven1-13/+13
2020-10-30gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven1-3/+4
2020-10-30gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson1-2/+3
2020-10-29gpio: 104-idi-48: improve code indentationDeepak R Varma1-4/+2
2020-10-29gpio: mockup: Allow probing from device treeVincent Whitchurch1-2/+9
2020-10-28Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren1-1/+11
2020-10-28gpio: stmpe: Fix forgotten refactoringLinus Walleij1-9/+1
2020-10-28gpio: Retire the explicit gpio irqchip codeLinus Walleij2-202/+0
2020-10-28gpiolib: Switch to use compat_need_64bit_alignment_fixup() helperAndy Shevchenko1-16/+8
2020-10-28gpiolib: Use proper type for bias enumerator in gpio_set_bias()Andy Shevchenko1-7/+8
2020-10-26gpio: aspeed: fix ast2600 bank propertiesBilly Tsai1-0/+1
2020-10-26gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chipJia He1-2/+2
2020-10-26gpiolib: split error path in gpiod_request_commit()Andy Shevchenko1-6/+7
2020-10-26gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko2-4/+4