device tree related information
Author: Markus Rathgeb
dtbocfg - Device Tree Blob Overlay Configuration File System
The “OF: DT-Overlay configfs interface” kernel patches are used by separate downstream kernels.
See LKMS: of: Status of DT-Overlay configfs patch
Add for example the following remotes to your kernel repo
This way you can find branches and commits for the relevant patches:
git log --oneline --all --source --grep \
'OF: DT-Overlay configfs interface' | \
grep 'OF: DT-Overlay configfs interface' | \
awk '{print $2" "$1}' | \
sort -V