]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge branch 'staticize-constify-drivers' into next
authorTom Rini <trini@konsulko.com>
Mon, 18 May 2026 20:30:44 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 18 May 2026 22:56:07 +0000 (16:56 -0600)
commit85b643b7d08c9940481ff8a271e674a9626fa2af
treef4cc4842a42fbeb518be2fe215a682128404933f
parent11e1be868cbf119203445a2a4b1bf6a56dece031
parent05f76ca898b4fa98b9f875013447a3533d627ca3
Merge branch 'staticize-constify-drivers' into next

This brings in a number of patches from Marek Vasut to clean up cases
tree-wide where a struct should be marked as static and const (in some
cases only one of these was needed, but the majority are both).