Re: [PATCH 1/3] [RFC] dm: core: Add late driver remove option

2020-04-27 Thread Simon Glass
Hi Marek, On Sun, 26 Apr 2020 at 04:52, Marek Vasut wrote: > > Add another flag to the DM core which could be assigned to drivers and > which makes those drivers call their remove callbacks last, just before > booting OS and after all the other drivers finished with their remove > callbacks.

[PATCH 1/3] [RFC] dm: core: Add late driver remove option

2020-04-26 Thread Marek Vasut
Add another flag to the DM core which could be assigned to drivers and which makes those drivers call their remove callbacks last, just before booting OS and after all the other drivers finished with their remove callbacks. This is necessary for things like clock drivers, where the other drivers