[PATCH v7 10/15] gpio: pl061: convert to gpio-regmap and a custom irqchip
Michael Walle
michael at walle.cc
Mon Sep 21 06:16:27 PDT 2026
On Tue Sep 15, 2026 at 1:15 PM CEST, Long Zhao via B4 Relay wrote:
> + config.reg_dat_base = GPIO_REGMAP_ADDR(regs->dat);
> + config.reg_set_base = GPIO_REGMAP_ADDR(regs->dat);
> + config.reg_dir_out_base = regs->dir;
config.reg_dir_out_base = GPIO_REGMAP_ADDR(regs->dir);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 297 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260921/62e48789/attachment.sig>
More information about the linux-arm-kernel
mailing list