aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-05-18Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij
2020-05-18gpio: xgene-sb: Drop extra check to call acpi_gpiochip_request_interrupts()Andy Shevchenko
2020-05-18gpio: xgene-sb: Allow driver to be built with COMPILE_TESTAndy Shevchenko
2020-05-18gpio: xgene-sb: Drop redundant OF_GPIO dependencyAndy Shevchenko
2020-05-18gpio: mb86s7x: Remove superfluous test for ACPI companionAndy Shevchenko
2020-05-18gpio: mb86s7x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman
2020-05-16gpiolib: Document that GPIO line names are not globally uniqueGeert Uytterhoeven
2020-05-13gpiolib: notify user-space about line status changes after flags are setBartosz Golaszewski
2020-05-12Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2020-05-09Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-05-05gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai
2020-05-05gpio-f7188x: Add GPIO support for F81865Petteri Jokinen
2020-05-05gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König
2020-04-29gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König
2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko
2020-04-28gpio: mm-lantiq: Fix small typoDejin Zheng
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren
2020-04-28gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Wei Yongjun
2020-04-28gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow
2020-04-28gpio: ftgpio010: Fix small typoDejin Zheng
2020-04-28gpiolib: Rename "chip" variables to "gc" in core header fileGeert Uytterhoeven
2020-04-28gpiolib: Improve kernel messagesGeert Uytterhoeven
2020-04-28gpio: dwapb: Amend indentation in some casesAndy Shevchenko
2020-04-28gpio: dwapb: Get rid of unnecessary conjunction over 32-bit valueAndy Shevchenko
2020-04-24gpiolib: devprop: Warn if gpio-line-names is too longStephen Boyd
2020-04-24gpio: mvebu: Fix probing for chips without PWMSascha Hauer
2020-04-23gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski
2020-04-23gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford
2020-04-17gpio: mlxbf2: remove unused including <linux/version.h>YueHaibing
2020-04-17gpio: dwapb: Split out dwapb_get_irq() helperAndy Shevchenko
2020-04-17gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() callsAndy Shevchenko
2020-04-17gpio: dwapb: Drop bogus BUG_ON()sAndy Shevchenko
2020-04-17gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()Andy Shevchenko
2020-04-17gpio: dwapb: Convert to use IRQ core provided macrosAndy Shevchenko
2020-04-17gpio: dwapb: Use device_get_match_data() to simplify codeAndy Shevchenko
2020-04-17gpio: dwapb: Convert to use irqd_to_hwirq()Andy Shevchenko
2020-04-17gpio: dwapb: Deduplicate IRQ resource managementAndy Shevchenko
2020-04-17gpio: dwapb: set default handler to be handle_bad_irq()Andy Shevchenko
2020-04-17gpio: dwapb: Use chained IRQ prologue and epilogueAndy Shevchenko
2020-04-17gpio: dwapb: Refactor IRQ handler to use bit operationsAndy Shevchenko
2020-04-17gpio: dwapb: Append MODULE_ALIAS for platform driverAndy Shevchenko
2020-04-17gpio: dwapb: Add debounce reference clock supportSerge Semin
2020-04-17gpio: dwapb: Use optional-clocks interface for APB ref-clockSerge Semin
2020-04-17gpio: pca953x: disable regmap lockingBartosz Golaszewski
2020-04-16gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardwareAndy Shevchenko
2020-04-16gpio: merrifield: Switch over to MSI interruptsAndy Shevchenko
2020-04-16gpio: pch: Use in pch_irq_type() macros provided by IRQ coreAndy Shevchenko