[PATCH] of/overlay: of overlay callbacks

2016-02-16 Thread Alan Tull
Add overlay callback functionality. When DT overlays are being added, some drivers/subsystems will want to know about the changes before they go into the live tree. Similarly there is a need for post-remove callbacks. Each handler is registered with a of_device_id. When an overlay target

[PATCH] of/overlay: of overlay callbacks

2016-02-16 Thread Alan Tull
Add overlay callback functionality. When DT overlays are being added, some drivers/subsystems will want to know about the changes before they go into the live tree. Similarly there is a need for post-remove callbacks. Each handler is registered with a of_device_id. When an overlay target