| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [dwgpio] Use fdt_reg() to get GPIO port numbers | Michael Brown | 2025-08-07 | 2 | -15/+9![]() |
| | | | | | | | | | | | | | | DesignWare GPIO port numbers are represented as unsized single-entry regions. Use fdt_reg() to obtain the GPIO port number, rather than requiring access to a region cell size specification stored in the port group structure. This allows the field name "regs" in the port group structure to be repurposed to hold the I/O register base address, which then matches the common usage in other drivers. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [dwgpio] Add driver for the DesignWare GPIO controller | Michael Brown | 2025-08-05 | 2 | -0/+418 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||

