summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | gpio: realtek-otto: Support reversed port layoutsSander Vanheule2022-04-111-4/+51
| * | | | | | gpiolib: Extract gpio_chip_get_value() wrapperAndy Shevchenko2022-04-091-4/+7
| * | | | | | gpiolib: Refactor gpiolib_dbg_show() with help of for_each_gpio_desc()Andy Shevchenko2022-04-091-20/+18
| * | | | | | gpiolib: Split out for_each_gpio_desc() macroAndy Shevchenko2022-04-092-9/+7
| * | | | | | gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko2022-04-094-10/+7
| * | | | | | gpiolib: Move error message out of a spinlockAndy Shevchenko2022-04-091-1/+1
| * | | | | | gpio: rcar: Add R-Car Gen4 supportGeert Uytterhoeven2022-04-051-2/+5
| * | | | | | gpiolib: Get rid of redundant 'else'Andy Shevchenko2022-04-052-38/+40
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-244-21/+75
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier2022-04-194-21/+75
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | gpio: Update TODO to mention immutable irq_chip structuresMarc Zyngier2022-04-191-0/+19
| | * | | | gpio: pl061: Make the irqchip immutableMarc Zyngier2022-04-191-9/+23
| | * | | | gpio: tegra186: Make the irqchip immutableMarc Zyngier2022-04-191-9/+23
| | * | | | gpio: Expose the gpiochip_irq_re[ql]res helpersMarc Zyngier2022-04-191-2/+4
| | * | | | gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier2022-04-191-1/+6
| | |/ / /
* | | | | gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König2022-05-201-0/+3
* | | | | gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen2022-05-201-2/+6
* | | | | gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-061-2/+2
* | | | | gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu2022-05-051-5/+2
* | | | | gpio: mvebu: drop pwm base assignmentBaruch Siach2022-05-021-7/+0
* | | | | gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev2022-05-021-1/+1
| |_|_|/ |/| | |
* | | | gpio: Request interrupts after IRQ is initializedMario Limonciello2022-04-221-2/+2
|/ / /
* | | Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-04-161-10/+12
|\ \ \ | | |/ | |/|
| * | gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko2022-04-081-8/+10
| * | gpiolib: acpi: use correct format charactersLinus Torvalds2022-04-081-2/+2
| |/
* | gpio: sim: fix setting and getting multiple linesBartosz Golaszewski2022-04-141-2/+2
* | gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel2022-04-041-0/+19
|/
* 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
| |/ / / /