summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2025-02-26gpio: latch: use value returning settersBartosz Golaszewski
2025-02-26gpio: latch: use lock guardsBartosz Golaszewski
2025-02-26gpio: max77650: use value returning settersBartosz Golaszewski
2025-02-26gpio: aggregator: use value returning settersBartosz Golaszewski
2025-02-26gpio: mockup: use value returning settersBartosz Golaszewski
2025-02-26gpio: pca953x: use value returning settersBartosz Golaszewski
2025-02-26gpio: regmap: use value returning settersBartosz Golaszewski
2025-02-26gpio: sim: use value returning settersBartosz Golaszewski
2025-02-26gpiolib: introduce gpio_chip setters that return valuesBartosz Golaszewski
2025-02-26gpiolib: rework the wrapper around gpio_chip::set_multiple()Bartosz Golaszewski
2025-02-26gpiolib: wrap gpio_chip::set()Bartosz Golaszewski
2025-02-26gpiolib: make value setters have return valuesBartosz Golaszewski
2025-02-24gpio: vf610: Switch to gpio-mmioLinus Walleij
2025-02-24gpio: mmio: Add flag for calling pinctrl back-endLinus Walleij
2025-02-24gpio: virtuser: convert to use dev-sync-probe utilitiesKoichiro Den
2025-02-24gpio: sim: convert to use dev-sync-probe utilitiesKoichiro Den
2025-02-24gpio: introduce utilities for synchronous fake device creationKoichiro Den
2025-02-24gpiolib: read descriptor flags once in gpiolib_dbg_show()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::get_direction()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::direction_input()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::direction_output()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::get_multiple()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::get()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::set_config()Bartosz Golaszewski
2025-02-24gpiolib: sanitize the return value of gpio_chip::request()Bartosz Golaszewski
2025-02-24Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2025-02-21gpio: regmap: Allow ngpio to be read from the propertyAndy Shevchenko
2025-02-21gpio: regmap: Move optional assignments down in the codeAndy Shevchenko
2025-02-21gpio: regmap: Group optional assignments together for better understandingAndy Shevchenko
2025-02-21gpiolib: Use fwnode instead of device in gpiochip_get_ngpios()Andy Shevchenko
2025-02-21gpiolib: Extract gpiochip_choose_fwnode() for wider useAndy Shevchenko
2025-02-20gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()Bartosz Golaszewski
2025-02-18gpiolib: don't build HTE code with CONFIG_HTE disabledBartosz Golaszewski
2025-02-18gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/setBartosz Golaszewski
2025-02-17gpio: loongson-64bit: Remove unneeded ngpio assignmentAndy Shevchenko
2025-02-17gpio: latch: store the address of pdev->dev in a helper variableBartosz Golaszewski
2025-02-17gpio: latch: use generic device propertiesBartosz Golaszewski
2025-02-17gpio: vf610: add locking to gpio direction functionsJohan Korsnes
2025-02-17gpiolib: check the return value of gpio_chip::get_direction()Bartosz Golaszewski
2025-02-13gpiolib: Fix crash on error in gpiochip_get_ngpios()Andy Shevchenko
2025-02-12gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()Andy Shevchenko
2025-02-12gpio: xilinx: Use better bitmap APIs where appropriateAndy Shevchenko
2025-02-12gpiolib: Deduplicate gpiod_direction_input_nonotify() callAndy Shevchenko
2025-02-12gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang
2025-02-12gpio: max3191x: use gpiod_multi_set_value_cansleepDavid Lechner
2025-02-12gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello
2025-02-11gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber
2025-02-11gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber
2025-02-11gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber
2025-02-11gpiolib: Even more opportunities to use str_high_low() helperAndy Shevchenko