On Sun, 19 Feb 2023 at 23:13, Samuel Holland <sam...@sholland.org> wrote: > > This removes code that abused the device's platform data, interpreting > the driver platform data as if it was the uclass platform data. > > Signed-off-by: Samuel Holland <sam...@sholland.org> > --- > > .../driver-model/remoteproc-framework.rst | 29 ------------------- > drivers/remoteproc/rproc-uclass.c | 18 +----------- > drivers/remoteproc/sandbox_testproc.c | 10 ------- > include/remoteproc.h | 2 -- > 4 files changed, 1 insertion(+), 58 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>