summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2022-05-20gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König
2022-05-20gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu
2022-05-05gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu
2022-05-02gpio: mvebu: drop pwm base assignmentBaruch Siach
2022-05-02gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev
2022-04-22gpio: Request interrupts after IRQ is initializedMario Limonciello
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski
2022-04-14gpio: sim: fix setting and getting multiple linesBartosz Golaszewski
2022-04-08gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko
2022-04-08gpiolib: acpi: use correct format charactersLinus Torvalds
2022-04-04gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel
2022-04-01Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-31gpio: ts5500: Fix Links to Technologic Systems web resourcesKris Bahnsen
2022-03-31gpio: ts4900: Fix comment formatting and grammarKris Bahnsen
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-15Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2022-03-10gpio: ts4900: Use SPDX headerKris Bahnsen
2022-03-10gpio: sim: fix a typoBartosz Golaszewski
2022-03-10gpio: ts4900: Do not set DAT and OE togetherMark Featherston
2022-03-08gpiolib: Use list_first_entry()/list_last_entry()Andy Shevchenko
2022-03-08gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko
2022-03-07gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko
2022-03-07gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez
2022-03-07gpio: tegra186: Add IRQ per bank for Tegra241Akhil R
2022-03-01Merge tag 'intel-gpio-v5.18-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman
2022-02-27Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-25gpio: Add Delta TN48M CPLD GPIO driverRobert Marko
2022-02-23gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel
2022-02-19gpio: tegra186: Fix chip_data type confusionMarc Zyngier
2022-02-16gpiolib: sysfs: Simplify edge handling in the codeAndy Shevchenko
2022-02-16gpiolib: sysfs: Move kstrtox() calls outside of the mutex lockAndy Shevchenko
2022-02-16gpiolib: sysfs: Move sysfs_emit() calls outside of the mutex lockAndy Shevchenko
2022-02-16gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland
2022-02-09gpio: tpmx86: Move PM device over to irq domainMarc Zyngier
2022-02-09gpio: rcar: Move PM device over to irq domainMarc Zyngier
2022-02-09gpio: omap: Move PM device over to irq domainMarc Zyngier
2022-02-09gpio: mt7621: Kill parent_device usageMarc Zyngier
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-09gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski
2022-02-09gpiolib: make struct comments into real kernel docsBartosz Golaszewski
2022-02-08gpio: sifive: use the correct register to read output valuesNiklas Cassel
2022-02-08gpiolib: Simplify error path in gpiod_get_index() when requesting GPIOAndy Shevchenko
2022-02-08gpiolib: Use short form of ternary operator in gpiod_get_index()Andy Shevchenko