Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: replace downstream get_mtd_device_by_node() implementation | Rafał Miłecki | 2022-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Use upstream of_get_mtd_device_by_node() which should behave pretty much the same. Implementation differences: get_mtd_device_by_node() of_get_mtd_device_by_node() ---- ---- np->dev.of_node mtd_get_of_node(np) -EPROBE_DEFER -ENODEV Cc: Bernhard Frauendienst <openwrt@nospam.obeliks.de> Cc: Bernhard Frauendienst <kernel@nospam.obeliks.de> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | generic: 5.15: refresh pending patch | Ansuel Smith | 2022-03-27 | 1 | -1/+1 |
| | | | | | | Use 'make target/linux/refresh' to refresh pending patches. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | ||||
* | generic: 5.15: copy config and patch from 5.10 | Ansuel Smith | 2022-03-27 | 1 | -0/+216 |
Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |