Skip to content
Snippets Groups Projects
Commit d97143a6 authored by Simon Glass's avatar Simon Glass
Browse files

stdio: Provide functions to add/remove devices using stdio_dev


The current functions for adding and removing devices require a device name.
This is not convenient for driver model, which wants to store a pointer to
the relevant device. Add new functions which provide this feature and adjust
the old ones to call these.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent ab7cd627
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment