Le jeu. 8 août 2019 à 6:23, Stephen Boyd <[email protected]> a écrit :
Quoting Paul Cercueil (2019-07-16 10:08:00)
By using CLK_OF_DECLARE_DRIVER instead of the CLK_OF_DECLARE macro,
we
allow the driver to probe also as a platform driver.
While this driver does not have code to probe as a platform driver,
this
is still useful for probing children devices in the case where the
device node is compatible with "simple-mfd".
Signed-off-by: Paul Cercueil <[email protected]>
---
What's the baseline for this? It doesn't apply cleanly to v5.3-rc1
I think it was v5.2-rc7. I'll send a V2 rebased on v5.3-rc3.
-Paul