summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski
2025-09-03gpio: stmpe: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski
2025-09-03gpio: visconti: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: vf610: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: hisi: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: realtek-otto: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: ftgpio010: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: ftgpio010: order includes alphabeticallyBartosz Golaszewski
2025-09-03gpio: xgs-iproc: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: mlxbf2: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: mlxbf2: use dev_err_probe() where applicableBartosz Golaszewski
2025-09-03gpio: mxs: use new generic GPIO chip APIBartosz Golaszewski
2025-09-03gpio: mxs: order includes alphabeticallyBartosz Golaszewski
2025-09-03gpio: xgene-sb: use new generic GPIO chip APIBartosz Golaszewski
2025-09-02gpio: fix GPIO submenu in KconfigBartosz Golaszewski
2025-09-01gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05Antheas Kapenekakis
2025-09-01gpio: tegra186: Add support for Tegra256Prathamesh Shete
2025-08-31Merge tag 'gpio-fixes-for-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-08-26gpio: timberdale: fix off-by-one in IRQ type boundary checkJunjie Cao
2025-08-25gpio: sim: don't use GPIO base in debugfs outputBartosz Golaszewski
2025-08-25gpio: mmio: Add compatible for the ixp4xx eb MMIOLinus Walleij
2025-08-25Merge tag 'pinctrl-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-08-25gpio: ge: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: mpc8xxx: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: grgpio: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: rda: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: amdpt: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: dwapb: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: loongson-64bit: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: ts4800: use new generic GPIO chip APIBartosz Golaszewski
2025-08-25gpio: ts4800: use dev_err_probe()Bartosz Golaszewski
2025-08-25gpio: ts4800: use generic device propertiesBartosz Golaszewski
2025-08-25gpio: ts4800: remove the unnecessary call to platform_set_drvdata()Bartosz Golaszewski
2025-08-25gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flagBartosz Golaszewski
2025-08-21gpiolib: acpi: Program debounce when finding GPIOMario Limonciello (AMD)
2025-08-19gpiolib: acpi: Add quirk for ASUS ProArt PX13Mario Limonciello (AMD)
2025-08-14gpio: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2025-08-13gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()Dan Carpenter
2025-08-12gpio: mlxbf3: use platform_get_irq_optional()David Thompson
2025-08-12Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson
2025-08-11Merge tag 'gpio-aggregator-refactoring-for-v6.18-rc1' of git://git.kernel.org...Bartosz Golaszewski
2025-08-11gpio: aggregator: add possibility to attach data to the forwarderThomas Richard
2025-08-11gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwdThomas Richard
2025-08-11gpio: aggregator: export symbols of the GPIO forwarder libraryThomas Richard
2025-08-11gpio: aggregator: update gpiochip_fwd_setup_delay_line() parametersThomas Richard
2025-08-11gpio: aggregator: refactor the forwarder registration partThomas Richard
2025-08-11gpio: aggregator: refactor the code to add GPIO desc in the forwarderThomas Richard
2025-08-11gpio: aggregator: move GPIO forwarder allocation in a dedicated functionThomas Richard
2025-08-11gpiolib: add support to register sparse pin rangeThomas Richard
2025-08-11gpio: TODO: remove the task for converting to the new line settersGeert Uytterhoeven