summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-31gpio: mpsse: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-31gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane
2024-10-31gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKAYoshihiro Furudera
2024-10-31gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski
2024-10-31gpiolib: remove leftover spinlock bitsBartosz Golaszewski
2024-10-24gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski
2024-10-24gpio: mb86s7x: remove some dead code in mb86s70_gpio_to_irq()Dan Carpenter
2024-10-22gpio: xgene-sb: don't use "proxy" headersAndy Shevchenko
2024-10-22gpio: xgene-sb: Tidy up ACPI and OF ID tablesAndy Shevchenko
2024-10-22gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guardsAndy Shevchenko
2024-10-22gpio: xgene-sb: Remove unneeded definitions for propertiesAndy Shevchenko
2024-10-22gpiolib: cdev: remove redundant store of debounce_period_usKent Gibson
2024-10-22gpio: grgpio: remove remove()Bartosz Golaszewski
2024-10-22gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski
2024-10-22gpio: grgpio: order headers alphabeticallyBartosz Golaszewski
2024-10-22gpio: grgpio: drop Kconfig dependency on OF_GPIOBartosz Golaszewski
2024-10-22gpiolib: notify user-space about in-kernel line state changesBartosz Golaszewski
2024-10-22gpiolib: switch the line state notifier to atomicBartosz Golaszewski
2024-10-22gpio: cdev: put emitting the line state events on a workqueueBartosz Golaszewski
2024-10-22gpiolib: add a per-gpio_device line state notification workqueueBartosz Golaszewski
2024-10-22gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomicBartosz Golaszewski
2024-10-22gpio: cdev: go back to storing debounce period in the GPIO descriptorBartosz Golaszewski
2024-10-22gpiolib: unduplicate chip guard in set_config pathBartosz Golaszewski
2024-10-22gpiolib: notify user-space when a driver requests its own descBartosz Golaszewski
2024-10-21gpio: max730x: use devres to shrink and simplify codeBartosz Golaszewski
2024-10-21gpio: ftgpio010: shrink codeBartosz Golaszewski
2024-10-21gpio: 74x164: shrink codeBartosz Golaszewski
2024-10-17gpio: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-17gpio: menz127: simplify error path and remove remove()Bartosz Golaszewski
2024-10-17gpio: amdpt: remove remove()Bartosz Golaszewski
2024-10-17gpio: fold the Kconfig prompt into the option type for GPIO CDEVBartosz Golaszewski
2024-10-17gpio: sysfs: constify gpio classBartosz Golaszewski
2024-10-14gpio: ljca: use devm_mutex_init() to simplify the error path and remove()Bartosz Golaszewski
2024-10-14gpio: mpc8xxx: use generic device_is_compatible()Bartosz Golaszewski
2024-10-14gpio: mpc8xxx: use a helper variable to store the address of pdev->devBartosz Golaszewski
2024-10-14gpio: vf610: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14gpio: eic-sprd: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14gpio: davinci: use generic device propertiesBartosz Golaszewski
2024-10-14gpio: davinci: allow building the module with COMPILE_TEST=yBartosz Golaszewski
2024-10-14gpio: ts4900: use generic device propertiesBartosz Golaszewski
2024-10-14gpio: mvebu: drop dependency on OF_GPIOBartosz Golaszewski
2024-10-14gpio: add support for FTDI's MPSSE as GPIOMary Strodl
2024-10-14gpio: aspeed: Support G7 Aspeed gpio controllerBilly Tsai
2024-10-14gpio: aspeed: Create llops to handle hardware accessBilly Tsai
2024-10-14gpio: aspeed: Remove the name for bank arrayBilly Tsai
2024-10-14gpio: aspeed: Change the macro to support deferred probeBilly Tsai