Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apm821xx: move CONFIG_REGULATOR to target config | David Bauer | 2021-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | This moves CONFIG_REGULATOR to the target config instead of the subtarget config. For kernel 5.10, CONFIG_AT803X_PHY depends on CONFIG_REGULATOR. As we do not have a size constraint, move this symbol to the target configuration for kernel 5.4 as well as 5.10. Reported-by: Russell Senior <russell@personaltelco.net> Signed-off-by: David Bauer <mail@david-bauer.net> | ||||
* | apm821xx: add support for kernel 5.10 for testing | Christian Lamparter | 2021-03-05 | 1 | -0/+286 |
This patch copies over refreshed patches from 5.4. - dropped crypto patches (they got upstreamed) - dropped renesas USB 3 firmware loader (they got upstreamed) - NAND now needs extra device-properties for ECC settings. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> |