summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-2636-547/+621
|\
| * gpio: sifive: Make the irqchip immutableGeert Uytterhoeven2022-05-241-4/+10
| * gpio: rcar: Make the irqchip immutableGeert Uytterhoeven2022-05-241-13/+18
| * gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-14/+21
| * gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-12/+23
| * gpio: dwapb: Make the irqchip immutableGeert Uytterhoeven2022-05-241-14/+24
| * gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET2022-05-221-2/+2
| * gpio: ml-ioh: Convert to use managed functions pcim* and devm_*Zheyu Ma2022-05-201-60/+16
| * gpio: ftgpio: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing2022-05-161-4/+4
| * gpio: ws16c48: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-31/+34
| * gpio: gpio-mm: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-21/+22
| * gpio: 104-idio-16: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-15/+18
| * gpio: 104-idi-48: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-12/+15
| * gpio: 104-dio-48e: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-30/+33
| * gpio: zevio: drop of_gpio.h headerMoses Christopher Bollavarapu2022-05-141-11/+14
| * Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Bartosz Golaszewski2022-05-054-21/+75
| |\
| * | gpio: max77620: Make the irqchip immutableJon Hunter2022-05-051-3/+6
| * | gpio: pca953xx: Add support for pca6408Justin Chen2022-05-051-0/+2
| * | gpio: max732x: Drop unused support for irq and setup code via platform dataUwe Kleine-König2022-05-051-35/+2
| * | gpio: vf610: drop the SOC_VF610 dependency for GPIO_VF610Peng Fan2022-05-021-2/+2
| * | Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2022-05-021-10/+12
| |\ \
| * | | gpio: syscon: Remove usage of syscon_regmap_lookup_by_compatibleAlexander Shiyan2022-05-021-30/+19
| * | | gpio: pcf857x: Make teardown callback return voidUwe Kleine-König2022-04-251-11/+3
| * | | irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij2022-04-252-29/+13
| * | | gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi2022-04-2514-103/+103
| * | | gpio: ixp4xx: Detect special machines by compatibleLinus Walleij2022-04-182-4/+2
| * | | gpio: realtek-otto: Add RTL931x supportSander Vanheule2022-04-111-0/+3
| * | | gpio: realtek-otto: Add RTL930x supportSander Vanheule2022-04-111-0/+4
| * | | gpio: realtek-otto: Support per-cpu interruptsSander Vanheule2022-04-111-1/+74
| * | | 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