| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-28 | lib: utils/gpio: Use fdt_driver for initialization | Samuel Holland | |
| FDT gpio drivers have an extra .xlate operation, so they need to embed the `struct fdt_driver` inside the subsystem-specific type. The gpio subsystem always initializes the driver for a specific DT node. Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Anup Patel <[email protected]> | |||
| 2022-05-13 | lib: utils/gpio: Generate FDT gpio driver list at compile-time | Anup Patel | |
| Instead of having FDT gpio driver list hard-coded in the C source, we generate it using carray.sh at compile-time. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Atish Patra <[email protected]> | |||
