]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kerne...
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 4 Mar 2018 11:33:50 +0000 (13:33 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 7 Mar 2018 15:59:20 +0000 (17:59 +0200)
commitbcffa2bd1a51ba91b1c2d113fb8fcb3073d3860f
tree27b18d4b55be3141a36b6958ca6c9849532e17d7
parent5218d2db870061971ac9b691e205d902b2869640
parente2c3c2e1fc42e5cb2d7c0f5a346cd77259f3b73d
Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into drm/next/du

- DT overlay applying rework (Frank Rowand)

Move duplicating and unflattening of an overlay flattened devicetree
(FDT) into the overlay application code.  To accomplish this,
of_overlay_apply() is replaced by of_overlay_fdt_apply().