summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-24gpio: rcar: Make the irqchip immutableGeert Uytterhoeven1-13/+18
2022-05-24gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven1-14/+21
2022-05-24gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven1-12/+23
2022-05-24gpio: dwapb: Make the irqchip immutableGeert Uytterhoeven1-14/+24
2022-05-22gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2022-05-20gpio: ml-ioh: Convert to use managed functions pcim* and devm_*Zheyu Ma1-60/+16
2022-05-16gpio: ftgpio: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing1-4/+4
2022-05-14gpio: ws16c48: Utilize iomap interfaceWilliam Breathitt Gray1-31/+34
2022-05-14gpio: gpio-mm: Utilize iomap interfaceWilliam Breathitt Gray1-21/+22
2022-05-14gpio: 104-idio-16: Utilize iomap interfaceWilliam Breathitt Gray1-15/+18
2022-05-14gpio: 104-idi-48: Utilize iomap interfaceWilliam Breathitt Gray1-12/+15
2022-05-14gpio: 104-dio-48e: Utilize iomap interfaceWilliam Breathitt Gray1-30/+33
2022-05-14gpio: zevio: drop of_gpio.h headerMoses Christopher Bollavarapu1-11/+14
2022-05-05Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Bartosz Golaszewski11-90/+293
2022-05-05gpio: max77620: Make the irqchip immutableJon Hunter1-3/+6
2022-05-05dt-bindings: gpio: pca95xx: add entry for pca6408Justin Chen1-0/+1
2022-05-05gpio: pca953xx: Add support for pca6408Justin Chen1-0/+2
2022-05-05gpio: max732x: Drop unused support for irq and setup code via platform dataUwe Kleine-König2-47/+2
2022-05-02gpio: vf610: drop the SOC_VF610 dependency for GPIO_VF610Peng Fan1-2/+2
2022-05-02Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski15-260/+229
2022-05-02gpio: syscon: Remove usage of syscon_regmap_lookup_by_compatibleAlexander Shiyan1-30/+19
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König5-23/+9
2022-04-25irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij4-163/+17
2022-04-25dt-bindings: gpio: add common consumer GPIO linesKrzysztof Kozlowski1-0/+64
2022-04-25gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi16-108/+108
2022-04-19Documentation: Update the recommended pattern for GPIO irqchipsMarc Zyngier1-33/+142
2022-04-19gpio: Update TODO to mention immutable irq_chip structuresMarc Zyngier1-0/+19
2022-04-19pinctrl: amd: Make the irqchip immutableMarc Zyngier1-3/+8
2022-04-19pinctrl: msmgpio: Make the irqchip immutableMarc Zyngier1-20/+33
2022-04-19pinctrl: apple-gpio: Make the irqchip immutableMarc Zyngier1-13/+16
2022-04-19gpio: pl061: Make the irqchip immutableMarc Zyngier1-9/+23
2022-04-19gpio: tegra186: Make the irqchip immutableMarc Zyngier1-9/+23
2022-04-19gpio: Add helpers to ease the transition towards immutable irq_chipMarc Zyngier1-0/+12
2022-04-19gpio: Expose the gpiochip_irq_re[ql]res helpersMarc Zyngier2-2/+8
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier3-1/+9
2022-04-18gpio: ixp4xx: Detect special machines by compatibleLinus Walleij2-4/+2
2022-04-18pinctrl: meson: Replace custom code by gpiochip_node_count() callAndy Shevchenko1-16/+12
2022-04-18pinctrl: meson: Enable COMPILE_TESTAndy Shevchenko1-1/+1
2022-04-18pinctrl: meson: Rename REG_* to MESON_REG_*Andy Shevchenko2-26/+26
2022-04-18pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()Andy Shevchenko1-13/+3
2022-04-18pinctrl: armada-37xx: Switch to use fwnode instead of of_nodeAndy Shevchenko1-11/+7
2022-04-14gpiolib: Introduce a helper to get first GPIO controller nodeAndy Shevchenko1-0/+10
2022-04-14pinctrl: samsung: Switch to use for_each_gpiochip_node() helperAndy Shevchenko5-18/+18
2022-04-14pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()Andy Shevchenko1-7/+5
2022-04-11gpio: realtek-otto: Add RTL931x supportSander Vanheule1-0/+3
2022-04-11dt-bindings: gpio: realtek-otto: Add rtl9310 compatibleSander Vanheule1-0/+1
2022-04-11gpio: realtek-otto: Add RTL930x supportSander Vanheule1-0/+4
2022-04-11gpio: realtek-otto: Support per-cpu interruptsSander Vanheule1-1/+74
2022-04-11gpio: realtek-otto: Support reversed port layoutsSander Vanheule1-4/+51
2022-04-11dt-bindings: gpio: realtek-otto: Add rtl9300 compatibleSander Vanheule1-2/+31