summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2023-03-15gpio: visconti: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15gpio: rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15gpio: altera: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15gpio: ftgpio010: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-10gpio: sim: Deactivate device in reversed orderAndy Shevchenko
2023-03-10gpio: loongson: Remove unnecessary .ownerJiapeng Chong
2023-03-10gpio: pcie-idio-24: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: pci-idio-16: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: omap: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: omap: Drop irq_baseLinus Walleij
2023-03-10gpio: max732x: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: mlxbf2: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: msc313: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: idt3243x: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: hlwd: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: hisi: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: cadence: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: ath79: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: aspeed-sgpio: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: aspeed: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: aspeed: Always register the irqchipJoel Stanley
2023-03-10gpio: adnp: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: altera: Convert to immutable irq_chipLinus Walleij
2023-03-09gpio: loongson: fixup the warning about OF_GPIO direct dependenciesYinbo Zhu
2023-03-09gpio: ich: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis
2023-03-08gpiolib: Get rid of gpio_bus_match() forward declarationAndy Shevchenko
2023-03-08gpiolib: Access device's fwnode via dev_fwnode()Andy Shevchenko
2023-03-08Merge tag 'intel-gpio-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski
2023-03-07ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperHans de Goede
2023-03-06gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIOPandith N
2023-03-06gpio: merrifield: Utilise temporary variable for struct deviceAndy Shevchenko
2023-03-06gpio: merrifield: Use dev_err_probe()Andy Shevchenko
2023-03-06gpio: merrifield: Adapt to Intel Tangier GPIO driverPandith N
2023-03-06gpio: tangier: Introduce Intel Tangier GPIO driverPandith N
2023-03-06gpiolib: Clean up headersAndy Shevchenko
2023-03-06gpio: regmap: Add missing header(s)Andy Shevchenko
2023-03-06gpio: reg: Add missing header(s)Andy Shevchenko
2023-03-06gpio: aggregator: Add missing header(s)Andy Shevchenko
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann
2023-03-06gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann
2023-03-06gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap
2023-03-06kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-06kbuild, gpio: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-06gpio: pmic-eic-sprd: Move Kconfig to MFD expandersLinus Walleij
2023-03-06gpio: 104-dio-48e: Utilize mask_buf_def in handle_mask_sync() callbackWilliam Breathitt Gray
2023-03-06gpio: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-06gpio: loongson: add gpio driver supportYinbo Zhu
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds