Searched hist:d97143a67c696101b68eaaa3deb57ab36e288b77 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio_dev.h | d97143a67c696101b68eaaa3deb57ab36e288b77 Wed Jul 23 12:55:05 UTC 2014 Simon Glass <sjg@chromium.org> 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: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | stdio.c | d97143a67c696101b68eaaa3deb57ab36e288b77 Wed Jul 23 12:55:05 UTC 2014 Simon Glass <sjg@chromium.org> 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: Simon Glass <sjg@chromium.org>
|