Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'renesas-pinctrl-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel

pinctrl: renesas: Updates for v6.8

- Add support for interrupt affinity to the RZ/G2L GPIO driver,
- Drop unneeded quotes in the RZ/A2 Pin controller DT bindings.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+2 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.yaml
··· 20 20 21 21 properties: 22 22 compatible: 23 - const: "renesas,r7s9210-pinctrl" # RZ/A2M 23 + const: renesas,r7s9210-pinctrl # RZ/A2M 24 24 25 25 reg: 26 26 maxItems: 1
+1
drivers/pinctrl/renesas/pinctrl-rzg2l.c
··· 1576 1576 .irq_set_type = rzg2l_gpio_irq_set_type, 1577 1577 .irq_eoi = rzg2l_gpio_irqc_eoi, 1578 1578 .irq_print_chip = rzg2l_gpio_irq_print_chip, 1579 + .irq_set_affinity = irq_chip_set_affinity_parent, 1579 1580 .flags = IRQCHIP_IMMUTABLE, 1580 1581 GPIOCHIP_IRQ_RESOURCE_HELPERS, 1581 1582 };