Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: fix compiler warning caused by NVMEM-on-UBI | Daniel Golle | 2024-02-26 |
| | | | | | | | | When building the UBI NVMEM provider on 32-bit platforms a compiler warning is triggered due to different sizeof(int). Fix this by using integer types with well-defined size. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||
* | kernel: import pending patches adding support for NVMEM on UBI and MMC | Daniel Golle | 2024-02-15 |
Similar to supporting nvmem-layouts on MTD devices, also allow referencing UBI and MMC devices in DT. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |