Re: [PATCH 0/5] Add Aspeed G7 sgpio support
From: Linus Walleij <linusw@kernel.org>
Date: 2026-01-21 12:42:44
Also in:
linux-arm-kernel, linux-devicetree, linux-gpio, lkml
From: Linus Walleij <linusw@kernel.org>
Date: 2026-01-21 12:42:44
Also in:
linux-arm-kernel, linux-devicetree, linux-gpio, lkml
On Sat, Jan 17, 2026 at 12:17 PM Billy Tsai [off-list ref] wrote:
The Aspeed 7th generation SoC features two SGPIO master controllers: both with 256 serial inputs and outputs. The main difference from the previous generation is that the control logic has been updated to support per-pin control, allowing each pin to have its own 32-bit register for configuring value, interrupt type, and more. This patch serial also add low-level operations (llops) to abstract the register access for SGPIO registers making it easier to extend the driver to support different hardware register layouts. Signed-off-by: Billy Tsai <redacted>
Changes look reasonable to me! Reviewed-by: Linus Walleij <linusw@kernel.org> Yours, Linus Walleij