summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
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
2020-04-16gpio: pch: Refactor pch_irq_type() to avoid unnecessary lockingAndy Shevchenko
2020-04-16gpio: pch: Get rid of unneeded variable in IRQ handlerAndy Shevchenko
2020-04-16gpio: pch: Use BIT() and GENMASK() where it's appropriateAndy Shevchenko
2020-04-16usb: fusb302: Convert to use GPIO descriptorsLinus Walleij
2020-04-16gpio: gpio-pca953x, Add get_multiple functionPaul Thomas
2020-04-16gpiolib: acpi: Add missing __init(const) markers to initcall-sHans de Goede
2020-04-15gpiolib: of: improve gpiolib-of support of pull up/down on expandersAdam Ford
2020-04-14gpio: pl061: Support building as moduleRob Herring
2020-04-14gpio: Extend TODO to cover code duplication avoidanceAndy Shevchenko
2020-04-14gpio: xgene-sb: set valid IRQ type in to_irq()Brian Masney
2020-04-13gpio: ich: fix a typosachin agarwal
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-04-02Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding
2020-03-31gpio: Rename variable in core APIsLinus Walleij
2020-03-31gpio: Avoid using pin ranges with !PINCTRLThierry Reding
2020-03-27gpiolib: Remove unused gpio_chip parameter from gpio_set_bias()Geert Uytterhoeven
2020-03-27gpiolib: Pass gpio_desc to gpio_set_config()Geert Uytterhoeven
2020-03-27gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven
2020-03-27Merge tag 'v5.6-rc7' into develLinus Walleij
2020-03-27gpio: gpiolib: fix a doc warningMauro Carvalho Chehab
2020-03-27gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding
2020-03-27gpio: tegra186: Add support for pin rangesThierry Reding
2020-03-27gpio: Support GPIO controllers without pin-rangesThierry Reding
2020-03-26gpio: brcmstb: support gpio-line-names propertyDoug Berger
2020-03-25gpiolib: gpio_name_to_desc: factor out !name checkMichał Mirosław
2020-03-25gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo
2020-03-25gpio: mvebu: avoid error message for optional IRQChris Packham
2020-03-25gpio: mxs: add COMPILE_TEST support for GPIO_MXSAnson Huang
2020-03-25gpio: mxc: Add COMPILE_TEST support for GPIO_MXCAnson Huang
2020-03-25gpio: pl061: Warn when IRQ line has not been configuredAlexander Sverdlin
2020-03-24gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede
2020-03-20gpio: Move devres calls to devres fileLinus Walleij