3 Commits

Author SHA1 Message Date
Samuel Holland
cc6790a7e9 remoteproc: Remove legacy probing method
This removes code that abused the device's platform data, interpreting
it as the uclass platform data.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-02-05 14:37:36 -06:00
Samuel Holland
42e6b3ef7b remoteproc: Remove unused mem_type platform data
There is only one possible value for this field, it is unused except for
debugging, and the devicetree property is not documented.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-02-05 14:37:35 -06:00
Simon Glass
5ce319133b doc: Move driver model docs under develop/
These docs are useful for developers, not users. Move them under that
section.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-26 17:03:10 +13:00