summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gpio: sifive: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: visconti: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: altera: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: ftgpio010: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: sim: Deactivate device in reversed orderAndy Shevchenko2023-03-101-1/+1
| * | | | gpio: loongson: Remove unnecessary .ownerJiapeng Chong2023-03-101-1/+0
| * | | | gpio: pcie-idio-24: Convert to immutable irq_chipLinus Walleij2023-03-101-3/+9
| * | | | gpio: pci-idio-16: Convert to immutable irq_chipLinus Walleij2023-03-101-3/+9
| * | | | gpio: omap: Convert to immutable irq_chipLinus Walleij2023-03-101-23/+45
| * | | | gpio: omap: Drop irq_baseLinus Walleij2023-03-101-15/+0
| * | | | gpio: max732x: Convert to immutable irq_chipLinus Walleij2023-03-101-2/+6
| * | | | gpio: mlxbf2: Convert to immutable irq_chipLinus Walleij2023-03-101-7/+25
| * | | | gpio: msc313: Convert to immutable irq_chipLinus Walleij2023-03-101-4/+22
| * | | | gpio: idt3243x: Convert to immutable irq_chipLinus Walleij2023-03-101-3/+8
| * | | | gpio: hlwd: Convert to immutable irq_chipLinus Walleij2023-03-101-8/+25
| * | | | gpio: hisi: Convert to immutable irq_chipLinus Walleij2023-03-101-10/+15
| * | | | gpio: cadence: Convert to immutable irq_chipLinus Walleij2023-03-101-3/+7
| * | | | gpio: ath79: Convert to immutable irq_chipLinus Walleij2023-03-101-2/+6
| * | | | gpio: aspeed-sgpio: Convert to immutable irq_chipLinus Walleij2023-03-101-8/+36
| * | | | gpio: aspeed: Convert to immutable irq_chipLinus Walleij2023-03-101-7/+38
| * | | | gpio: aspeed: Always register the irqchipJoel Stanley2023-03-101-26/+23
| * | | | gpio: adnp: Convert to immutable irq_chipLinus Walleij2023-03-101-2/+7
| * | | | gpio: altera: Convert to immutable irq_chipLinus Walleij2023-03-101-10/+15
| * | | | gpio: loongson: fixup the warning about OF_GPIO direct dependenciesYinbo Zhu2023-03-091-1/+1
| * | | | gpiolib: Get rid of gpio_bus_match() forward declarationAndy Shevchenko2023-03-081-15/+14
| * | | | gpiolib: Access device's fwnode via dev_fwnode()Andy Shevchenko2023-03-081-2/+3
| * | | | Merge tag 'intel-gpio-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2023-03-0816-47/+88
| |\| | |
| | * | | gpiolib: Clean up headersAndy Shevchenko2023-03-067-18/+35
| | * | | gpio: regmap: Add missing header(s)Andy Shevchenko2023-03-061-3/+9
| | * | | gpio: reg: Add missing header(s)Andy Shevchenko2023-03-061-2/+10
| | * | | gpio: aggregator: Add missing header(s)Andy Shevchenko2023-03-061-4/+5
| | * | | gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-066-8/+27
| | * | | gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-061-2/+2
| | * | | gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-2/+0
| | * | | gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann2023-03-061-8/+0
| | |/ /
| * | | kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-061-1/+0
| * | | kbuild, gpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-061-1/+0
| * | | gpio: pmic-eic-sprd: Move Kconfig to MFD expandersLinus Walleij2023-03-061-8/+8
| * | | gpio: 104-dio-48e: Utilize mask_buf_def in handle_mask_sync() callbackWilliam Breathitt Gray2023-03-061-3/+2
| * | | gpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-062-2/+0
| * | | gpio: loongson: add gpio driver supportYinbo Zhu2023-03-063-0/+252
| |/ /
* | | gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_configWilliam Breathitt Gray2023-04-111-0/+1
* | | gpio: 104-dio-48e: Enable use_raw_spinlock for dio48e_regmap_configWilliam Breathitt Gray2023-04-111-0/+1
* | | Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-072-5/+2
|\ \ \ | |_|/ |/| |
| * | gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole2023-04-031-1/+1
| * | gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole2023-04-031-3/+0
| * | gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap2023-03-061-1/+1
| |/
* / ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperHans de Goede2023-03-071-0/+3
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-0/+7
|\