summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-012-7/+9
|\
| * gpio: ts5500: Fix Links to Technologic Systems web resourcesKris Bahnsen2022-03-311-2/+2
| * gpio: ts4900: Fix comment formatting and grammarKris Bahnsen2022-03-311-5/+7
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-283-0/+113
|\ \
| * \ Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-283-31/+49
| |\ \
| * | | gpio: Add Delta TN48M CPLD GPIO driverRobert Marko2022-02-253-0/+113
* | | | Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-2513-106/+271
|\ \ \ \
| * | | | gpio: ts4900: Use SPDX headerKris Bahnsen2022-03-101-9/+1
| * | | | gpiolib: Use list_first_entry()/list_last_entry()Andy Shevchenko2022-03-081-3/+3
| * | | | Merge tag 'intel-gpio-v5.18-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-03-016-9/+18
| |\ \ \ \
| | * | | | gpio: tps68470: Allow building as moduleHans de Goede2022-01-242-6/+5
| | * | | | gpio: tegra: Get rid of duplicate of_node assignmentAndy Shevchenko2022-01-241-1/+0
| | * | | | gpio: altera-a10sr: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-01-241-1/+2
| | * | | | gpio: merrifield: check the return value of devm_kstrdup()Xiaoke Wang2022-01-241-0/+3
| | * | | | gpio: crystalcove: Set IRQ domain bus token to DOMAIN_BUS_WIREDHans de Goede2022-01-241-1/+8
| * | | | | gpiolib: sysfs: Simplify edge handling in the codeAndy Shevchenko2022-02-161-26/+14
| * | | | | gpiolib: sysfs: Move kstrtox() calls outside of the mutex lockAndy Shevchenko2022-02-161-16/+12
| * | | | | gpiolib: sysfs: Move sysfs_emit() calls outside of the mutex lockAndy Shevchenko2022-02-161-15/+14
| * | | | | gpiolib: make struct comments into real kernel docsBartosz Golaszewski2022-02-091-0/+34
| * | | | | gpiolib: Simplify error path in gpiod_get_index() when requesting GPIOAndy Shevchenko2022-02-081-13/+12
| * | | | | gpiolib: Use short form of ternary operator in gpiod_get_index()Andy Shevchenko2022-02-081-4/+3
| * | | | | gpiolib: Introduce for_each_gpio_desc_with_flag() macroAndy Shevchenko2022-02-084-15/+16
| * | | | | gpio: Add support for Airoha EN7523 GPIO controllerJohn Crispin2022-02-023-0/+148
| |/ / / /
* | | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-215-15/+5
|\ \ \ \ \
| * | | | | spi: make remove callback a void functionUwe Kleine-König2022-02-095-15/+5
* | | | | | Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-214-6/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar2022-03-146-50/+86
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2022-03-144-6/+7
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | gpio: tpmx86: Move PM device over to irq domainMarc Zyngier2022-02-091-1/+2
| | * | | | | gpio: rcar: Move PM device over to irq domainMarc Zyngier2022-02-091-1/+1
| | * | | | | gpio: omap: Move PM device over to irq domainMarc Zyngier2022-02-091-3/+4
| | * | | | | gpio: mt7621: Kill parent_device usageMarc Zyngier2022-02-091-1/+0
| | | |/ / / | | |/| | |
* | | | | | Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski2022-03-151-0/+10
| |_|/ / / |/| | | |
* | | | | gpio: sim: fix a typoBartosz Golaszewski2022-03-101-1/+1
* | | | | gpio: ts4900: Do not set DAT and OE togetherMark Featherston2022-03-101-5/+19
* | | | | gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko2022-03-081-1/+1
* | | | | gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-072-2/+14
* | | | | gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez2022-03-071-10/+0
* | | | | gpio: tegra186: Add IRQ per bank for Tegra241Akhil R2022-03-071-0/+2
| |_|_|/ |/| | |
* | | | Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-271-4/+10
|\ \ \ \
| * | | | gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-02-191-4/+10
| | |/ / | |/| |
* | | | gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel2022-02-231-0/+10
* | | | gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland2022-02-161-27/+29
| |/ / |/| |
* | | gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski2022-02-091-4/+15
* | | gpio: sifive: use the correct register to read output valuesNiklas Cassel2022-02-081-1/+1
* | | gpiolib: Never return internal error codes to user spaceAndy Shevchenko2022-02-083-8/+17
* | | gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven2022-02-021-4/+14
|/ /
* / gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski2022-01-241-1/+1
|/
* Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-202-6/+6
|\
| * gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li2022-01-201-1/+1