| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+6 |
| 2023-04-25 | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 61 | -861/+1948 |
| 2023-04-11 | gpio: gpiolib: Simplify gpiochip_add_data_with_key() fwnode | Linus Walleij | 1 | -7/+6 |
| 2023-04-11 | gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_config | William Breathitt Gray | 1 | -0/+1 |
| 2023-04-11 | gpio: 104-dio-48e: Enable use_raw_spinlock for dio48e_regmap_config | William Breathitt Gray | 1 | -0/+1 |
| 2023-04-07 | Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+2 |
| 2023-04-06 | Merge tag 'intel-gpio-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Bartosz Golaszewski | 9 | -440/+820 |
| 2023-04-03 | gpiolib: Add gpiochip_set_data() helper | Andy Shevchenko | 1 | -3/+9 |
| 2023-04-03 | gpiolib: Move gpiochip_get_data() higher in the code | Andy Shevchenko | 1 | -13/+13 |
| 2023-04-03 | gpio: davinci: Add irq chip flag to skip set wake | Dhruva Gole | 1 | -1/+1 |
| 2023-04-03 | gpio: davinci: Do not clear the bank intr enable bit in save_context | Dhruva Gole | 1 | -3/+0 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2023-03-31 | driver core: create class_is_registered() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-03-29 | gpiolib: Check array_info for NULL only once in gpiod_get_array() | Andy Shevchenko | 1 | -7/+9 |
| 2023-03-29 | gpiolib: Replace open coded krealloc() | Andy Shevchenko | 1 | -9/+8 |
| 2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-03-23 | gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU | Werner Sembach | 1 | -0/+13 |
| 2023-03-23 | gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data() | Andy Shevchenko | 1 | -7/+4 |
| 2023-03-23 | gpiolib: acpi: use the fwnode in acpi_gpiochip_find() | Benjamin Tissoires | 1 | -1/+1 |
| 2023-03-23 | gpio: mm-lantiq: Fix typo in the newly added header filename | Andy Shevchenko | 1 | -1/+1 |
| 2023-03-23 | gpio: xlp: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+12 |
| 2023-03-23 | gpio: xilinx: Convert to immutable irq_chip | Linus Walleij | 1 | -8/+15 |
| 2023-03-23 | gpio: xgs-iproc: Convert to immutable irq_chip | Linus Walleij | 1 | -10/+22 |
| 2023-03-23 | gpio: visconti: Convert to immutable irq_chip | Linus Walleij | 1 | -11/+39 |
| 2023-03-23 | gpio: tqmx86: Convert to immutable irq_chip | Linus Walleij | 1 | -8/+20 |
| 2023-03-23 | gpio: thunderx: Convert to immutable irq_chip | Linus Walleij | 1 | -10/+16 |
| 2023-03-23 | gpio: stmpe: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+6 |
| 2023-03-23 | gpio: siox: Convert to immutable irq_chip | Linus Walleij | 1 | -36/+37 |
| 2023-03-23 | gpio: rda: Convert to immutable irq_chip | Linus Walleij | 1 | -9/+13 |
| 2023-03-23 | gpio: loongson1: Add DT support | Keguang Zhang | 1 | -3/+16 |
| 2023-03-23 | gpio: loongson1: Introduce ls1x_gpio_chip struct | Keguang Zhang | 1 | -20/+25 |
| 2023-03-23 | gpio: loongson1: Convert to SPDX identifier | Keguang Zhang | 1 | -6/+3 |
| 2023-03-22 | gpio: 104-dio-48e: Utilize no_status regmap-irq flag | William Breathitt Gray | 1 | -5/+1 |
| 2023-03-22 | gpio: pxa: remove unused gpio_is_pxa_type function | Tom Rix | 1 | -5/+0 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -2/+0 |
| 2023-03-15 | gpio: fxl6408: add I2C GPIO expander driver | Emanuele Ghidoli | 3 | -0/+169 |
| 2023-03-15 | gpio: pcie-idio-24: Prune superfluous license boilerplate | William Breathitt Gray | 1 | -9/+0 |
| 2023-03-15 | gpiolib: Use IRQ hardware number getter instead of direct access | Andy Shevchenko | 1 | -11/+18 |
| 2023-03-15 | gpiolib: Remove duplicative check in gpiod_find_and_request() | Andy Shevchenko | 1 | -5/+2 |
| 2023-03-15 | gpiolib: Move gpiodevice_*() to gpiodev namespace | Andy Shevchenko | 1 | -2/+2 |
| 2023-03-15 | gpio: Use of_property_read_bool() for boolean properties | Rob Herring | 2 | -2/+2 |
| 2023-03-15 | gpiolib: Get rid of devprop prefix in one function | Andy Shevchenko | 1 | -3/+3 |
| 2023-03-15 | gpio: raspberrypi-exp: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: xra1403: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: sama5d2-piobu: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: sifive: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: visconti: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: rcar: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: altera: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-15 | gpio: ftgpio010: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-10 | gpio: sim: Deactivate device in reversed order | Andy Shevchenko | 1 | -1/+1 |
| 2023-03-10 | gpio: loongson: Remove unnecessary .owner | Jiapeng Chong | 1 | -1/+0 |
| 2023-03-10 | gpio: pcie-idio-24: Convert to immutable irq_chip | Linus Walleij | 1 | -3/+9 |
| 2023-03-10 | gpio: pci-idio-16: Convert to immutable irq_chip | Linus Walleij | 1 | -3/+9 |
| 2023-03-10 | gpio: omap: Convert to immutable irq_chip | Linus Walleij | 1 | -23/+45 |
| 2023-03-10 | gpio: omap: Drop irq_base | Linus Walleij | 1 | -15/+0 |
| 2023-03-10 | gpio: max732x: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+6 |
| 2023-03-10 | gpio: mlxbf2: Convert to immutable irq_chip | Linus Walleij | 1 | -7/+25 |
| 2023-03-10 | gpio: msc313: Convert to immutable irq_chip | Linus Walleij | 1 | -4/+22 |
| 2023-03-10 | gpio: idt3243x: Convert to immutable irq_chip | Linus Walleij | 1 | -3/+8 |
| 2023-03-10 | gpio: hlwd: Convert to immutable irq_chip | Linus Walleij | 1 | -8/+25 |
| 2023-03-10 | gpio: hisi: Convert to immutable irq_chip | Linus Walleij | 1 | -10/+15 |
| 2023-03-10 | gpio: cadence: Convert to immutable irq_chip | Linus Walleij | 1 | -3/+7 |
| 2023-03-10 | gpio: ath79: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+6 |
| 2023-03-10 | gpio: aspeed-sgpio: Convert to immutable irq_chip | Linus Walleij | 1 | -8/+36 |
| 2023-03-10 | gpio: aspeed: Convert to immutable irq_chip | Linus Walleij | 1 | -7/+38 |
| 2023-03-10 | gpio: aspeed: Always register the irqchip | Joel Stanley | 1 | -26/+23 |
| 2023-03-10 | gpio: adnp: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+7 |
| 2023-03-10 | gpio: altera: Convert to immutable irq_chip | Linus Walleij | 1 | -10/+15 |
| 2023-03-09 | gpio: loongson: fixup the warning about OF_GPIO direct dependencies | Yinbo Zhu | 1 | -1/+1 |
| 2023-03-09 | gpio: ich: Use devm_gpiochip_add_data() to simplify remove path | Andrew Davis | 1 | -9/+1 |
| 2023-03-08 | gpiolib: Get rid of gpio_bus_match() forward declaration | Andy Shevchenko | 1 | -15/+14 |
| 2023-03-08 | gpiolib: Access device's fwnode via dev_fwnode() | Andy Shevchenko | 1 | -2/+3 |
| 2023-03-08 | Merge tag 'intel-gpio-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Bartosz Golaszewski | 16 | -47/+88 |
| 2023-03-07 | ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper | Hans de Goede | 1 | -0/+3 |
| 2023-03-06 | gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIO | Pandith N | 4 | -0/+108 |
| 2023-03-06 | gpio: merrifield: Utilise temporary variable for struct device | Andy Shevchenko | 1 | -3/+4 |
| 2023-03-06 | gpio: merrifield: Use dev_err_probe() | Andy Shevchenko | 1 | -4/+2 |
| 2023-03-06 | gpio: merrifield: Adapt to Intel Tangier GPIO driver | Pandith N | 3 | -415/+34 |
| 2023-03-06 | gpio: tangier: Introduce Intel Tangier GPIO driver | Pandith N | 4 | -0/+652 |
| 2023-03-06 | gpiolib: Clean up headers | Andy Shevchenko | 7 | -18/+35 |
| 2023-03-06 | gpio: regmap: Add missing header(s) | Andy Shevchenko | 1 | -3/+9 |
| 2023-03-06 | gpio: reg: Add missing header(s) | Andy Shevchenko | 1 | -2/+10 |
| 2023-03-06 | gpio: aggregator: Add missing header(s) | Andy Shevchenko | 1 | -4/+5 |
| 2023-03-06 | gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h | Arnd Bergmann | 6 | -8/+27 |
| 2023-03-06 | gpiolib: remove legacy gpio_export() | Arnd Bergmann | 1 | -2/+2 |
| 2023-03-06 | gpiolib: remove asm-generic/gpio.h | Arnd Bergmann | 1 | -2/+0 |
| 2023-03-06 | gpiolib: coldfire: remove custom asm/gpio.h | Arnd Bergmann | 1 | -8/+0 |
| 2023-03-06 | gpio: GPIO_REGMAP: select REGMAP instead of depending on it | Randy Dunlap | 1 | -1/+1 |
| 2023-03-06 | kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-03-06 | kbuild, gpio: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-03-06 | gpio: pmic-eic-sprd: Move Kconfig to MFD expanders | Linus Walleij | 1 | -8/+8 |
| 2023-03-06 | gpio: 104-dio-48e: Utilize mask_buf_def in handle_mask_sync() callback | William Breathitt Gray | 1 | -3/+2 |
| 2023-03-06 | gpio: remove MODULE_LICENSE in non-modules | Nick Alcock | 2 | -2/+0 |
| 2023-03-06 | gpio: loongson: add gpio driver support | Yinbo Zhu | 3 | -0/+252 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+7 |
| 2023-02-22 | Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2 | -5/+8 |
| 2023-02-22 | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 31 | -1236/+604 |
| 2023-02-20 | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -163/+0 |
| 2023-02-17 | gpio: sim: fix a memory leak | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-02-16 | Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Bartosz Golaszewski | 2 | -1/+12 |
| 2023-02-15 | gpio: mlxbf2: select GPIOLIB_IRQCHIP | Linus Walleij | 1 | -0/+1 |
| 2023-02-15 | gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx | Werner Sembach | 1 | -0/+12 |
| 2023-02-15 | gpio: vf610: make irq_chip immutable | Alexander Stein | 1 | -18/+23 |
| 2023-02-15 | gpiolib: acpi: remove redundant declaration | Raag Jadav | 1 | -1/+0 |
| 2023-02-13 | gpio: sim: Use %pfwP specifier instead of calling fwnode API directly | Andy Shevchenko | 1 | -5/+4 |
| 2023-02-08 | gpiolib: Clear the gpio_device's fwnode initialized flag before adding | Saravana Kannan | 1 | -0/+7 |
| 2023-02-02 | gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping() | Tom Rix | 1 | -20/+16 |
| 2023-02-01 | mfd: remove ucb1400 support | Arnd Bergmann | 3 | -93/+0 |
| 2023-01-30 | gpiolib: of: Move enum of_gpio_flags to its only user | Andy Shevchenko | 1 | -0/+15 |
| 2023-01-30 | gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWM | Uwe Kleine-König | 1 | -3/+3 |
| 2023-01-30 | gpio: zevio: Add missing header | Andy Shevchenko | 1 | -0/+1 |
| 2023-01-30 | gpio: pcf857x: Drop unneeded explicit casting | Andy Shevchenko | 1 | -1/+1 |
| 2023-01-30 | gpio: pcf857x: Make use of device properties | Andy Shevchenko | 1 | -7/+4 |
| 2023-01-30 | gpio: pcf857x: Get rid of legacy platform data | Andy Shevchenko | 1 | -32/+2 |
| 2023-01-30 | gpio: rockchip: Do not mention legacy API in the code | Andy Shevchenko | 1 | -1/+1 |
| 2023-01-30 | gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: zevio: Use proper headers and drop OF_GPIO dependency | Andy Shevchenko | 2 | -4/+5 |
| 2023-01-30 | gpio: zevio: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 1 | -11/+0 |
| 2023-01-30 | gpio: ge: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: davinci: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: omap: use dynamic allocation of base | Andreas Kemnade | 1 | -1/+1 |
| 2023-01-30 | gpio: davinci: Do not mention legacy API in the code | Andy Shevchenko | 1 | -1/+1 |
| 2023-01-30 | gpiolib: Remove unused of_mm_gpiochip_add() | Andy Shevchenko | 1 | -2/+2 |
| 2023-01-30 | gpio: pcf857x: Implement get_multiple/set_multiple methods | Radu Rendec | 1 | -0/+29 |
| 2023-01-30 | gpio: pcf857x: Fix indentation of variable declarations | Radu Rendec | 1 | -15/+15 |
| 2023-01-30 | gpio: pcf857x: Replace 'unsigned' with 'unsigned int' | Radu Rendec | 1 | -11/+11 |
| 2023-01-30 | gpio: tegra186: add Tegra234 PMC compatible in GPIO driver | Prathamesh Shete | 1 | -0/+1 |
| 2023-01-30 | gpio: regmap: use new regmap_might_sleep() | Michael Walle | 1 | -9/+1 |
| 2023-01-30 | gpiolib: sort header inclusion alphabetically | Andy Shevchenko | 1 | -17/+18 |
| 2023-01-30 | gpiolib: Get rid of not used of_node member | Andy Shevchenko | 5 | -47/+8 |
| 2023-01-30 | gpiolib: Introduce gpio_device_get() and gpio_device_put() | Andy Shevchenko | 3 | -20/+25 |
| 2023-01-30 | gpio: vf610: connect GPIO label to dev name | Haibo Chen | 1 | -1/+1 |
| 2023-01-30 | gpio: pca9570: rename platform_data to chip_data | Bartosz Golaszewski | 1 | -12/+12 |
| 2023-01-30 | gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs | Dmitry Torokhov | 2 | -101/+0 |
| 2023-01-30 | gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags() | Dmitry Torokhov | 1 | -4/+13 |
| 2023-01-30 | gpiolib: of: remove obsolete comment for of_gpio_get_count() | Dmitry Torokhov | 1 | -6/+0 |
| 2023-01-30 | gpiolib: of: stop exporting of_gpio_named_count() | Dmitry Torokhov | 1 | -0/+26 |
| 2023-01-30 | gpio: i8255: Remove unused legacy interface | William Breathitt Gray | 2 | -282/+1 |
| 2023-01-30 | gpio: gpio-mm: Migrate to regmap API | William Breathitt Gray | 2 | -123/+30 |
| 2023-01-30 | gpio: 104-dio-48e: Migrate to regmap API | William Breathitt Gray | 1 | -130/+7 |
| 2023-01-30 | gpio: i8255: Migrate to gpio-regmap API | William Breathitt Gray | 3 | -12/+136 |
| 2023-01-30 | gpio: 104-idi-48: Migrate to gpio-regmap API | William Breathitt Gray | 2 | -78/+21 |
| 2023-01-30 | gpio: 104-idi-48: Migrate to the regmap-irq API | William Breathitt Gray | 2 | -158/+93 |
| 2023-01-30 | gpio: 104-dio-48e: Migrate to the regmap-irq API | William Breathitt Gray | 2 | -142/+135 |
| 2023-01-30 | gpio: regmap: Always set gpio_chip get_direction | William Breathitt Gray | 1 | -1/+6 |
| 2023-01-30 | gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr() | Andy Shevchenko | 1 | -1/+0 |
| 2023-01-30 | gpio: pca953x: Clean up pcal6534_check_register() | Andy Shevchenko | 1 | -12/+9 |
| 2023-01-30 | gpio: pca953x: avoid logically dead code | Haibo Chen | 1 | -10/+10 |
| 2023-01-30 | gpio: msc313: Drop empty platform remove function | Uwe Kleine-König | 1 | -6/+0 |
| 2023-01-30 | gpiolib: use irq_domain_alloc_irqs() | Johan Hovold | 1 | -8/+2 |
| 2023-01-27 | gpio: ep93xx: remove unused variable | Arnd Bergmann | 1 | -2/+0 |
| 2023-01-26 | Revert "gpiolib: of: Introduce hook for missing gpio-ranges" | Andy Shevchenko | 1 | -5/+0 |
| 2023-01-26 | gpiolib: Check "gpio-ranges" before calling ->add_pin_ranges() | Andy Shevchenko | 1 | -0/+8 |
| 2023-01-25 | gpio: ep93xx: Make irqchip immutable | Nikita Shubin | 1 | -13/+21 |
| 2023-01-25 | gpio: ep93xx: Fix port F hwirq numbers in handler | Nikita Shubin | 1 | -1/+1 |
| 2023-01-25 | gpio: mxc: Unlock on error path in mxc_flip_edge() | Dan Carpenter | 1 | -1/+2 |
| 2023-01-23 | gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode | Mario Limonciello | 1 | -1/+2 |
| 2023-01-18 | gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU | Mario Limonciello | 1 | -0/+13 |
| 2023-01-18 | gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI | Mario Limonciello | 1 | -2/+2 |
| 2023-01-16 | gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode | Marek Vasut | 1 | -1/+1 |
| 2023-01-16 | gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock | Marek Vasut | 1 | -0/+11 |
| 2023-01-10 | gpio: remove iop driver | Arnd Bergmann | 3 | -70/+0 |
| 2023-01-02 | gpio: sifive: Fix refcount leak in sifive_gpio_probe | Miaoqian Lin | 1 | -0/+1 |
| 2022-12-30 | gpio: sprd: Make the irqchip immutable | Cixi Geng | 1 | -3/+6 |
| 2022-12-30 | gpio: pmic-eic-sprd: Make the irqchip immutable | Cixi Geng | 1 | -11/+18 |
| 2022-12-30 | gpio: eic-sprd: Make the irqchip immutable | Cixi Geng | 1 | -9/+14 |
| 2022-12-30 | gpio: pca953x: avoid to use uninitialized value pinctrl | Haibo Chen | 1 | -0/+3 |
| 2022-12-30 | gpiolib: Fix using uninitialized lookup-flags on ACPI platforms | Hans de Goede | 1 | -1/+1 |
| 2022-12-21 | Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+6 |
| 2022-12-15 | Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 34 | -1106/+1417 |
| 2022-12-14 | gpio: sim: set a limit on the number of GPIOs | Bartosz Golaszewski | 1 | -0/+4 |
| 2022-12-13 | Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 13 | -26/+143 |
| 2022-12-07 | gpiolib: protect the GPIO device against being dropped while in use by user-s... | Bartosz Golaszewski | 3 | -25/+161 |
| 2022-12-07 | gpiolib: cdev: fix NULL-pointer dereferences | Bartosz Golaszewski | 1 | -0/+27 |
| 2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 1 | -3/+6 |
| 2022-12-06 | gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() | Wang Yufen | 1 | -0/+1 |
| 2022-11-30 | gpio: amd8111: Fix PCI device reference count leak | Xiongfeng Wang | 1 | -0/+4 |
| 2022-11-29 | gpiolib: Provide to_gpio_device() helper | Andy Shevchenko | 2 | -3/+8 |
| 2022-11-28 | gpiolib: Unify access to the device properties | Andy Shevchenko | 1 | -7/+10 |
| 2022-11-28 | gpiolib: fix memory leak in gpiochip_setup_dev() | Zeng Heng | 1 | -16/+26 |
| 2022-11-24 | gpio: pcf857x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-11-24 | gpio: pca953x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-11-24 | gpio: max732x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-11-16 | Merge tag 'intel-gpio-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Bartosz Golaszewski | 3 | -3/+4 |
| 2022-11-16 | gpiolib: ensure that fwnode is properly set | Brian Masney | 1 | -1/+1 |
| 2022-11-15 | gpio: sl28cpld: Replace irqchip mask_invert with unmask_base | Aidan MacDonald | 1 | -2/+1 |
| 2022-11-15 | gpiolib: of: Use correct fwnode for DT-probed chips | Thierry Reding | 1 | -1/+1 |
| 2022-11-15 | gpiolib: of: Drop redundant check in of_mm_gpiochip_remove() | Andy Shevchenko | 1 | -3/+0 |
| 2022-11-15 | gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnode | Andy Shevchenko | 1 | -2/+2 |
| 2022-11-15 | gpiolib: add support for software nodes | Dmitry Torokhov | 4 | -0/+145 |
| 2022-11-15 | gpiolib: consolidate GPIO lookups | Dmitry Torokhov | 3 | -177/+76 |
| 2022-11-15 | gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layers | Dmitry Torokhov | 3 | -57/+48 |
| 2022-11-15 | gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodes | Dmitry Torokhov | 1 | -26/+50 |
| 2022-11-15 | gpiolib: acpi: change acpi_find_gpio() to accept firmware node | Dmitry Torokhov | 3 | -5/+10 |
| 2022-11-15 | gpiolib: of: change of_find_gpio() to accept device node | Dmitry Torokhov | 3 | -8/+8 |
| 2022-11-10 | gpio: davinci: add support of module build | Guillaume La Roque | 2 | -1/+12 |
| 2022-11-09 | gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid... | Andy Shevchenko | 3 | -48/+53 |
| 2022-11-09 | gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnode | Andy Shevchenko | 1 | -4/+6 |