1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-24 23:49:11 +01:00
Files
u-boot-megous/drivers/core
Simon Glass a2040facd2 dm: core: Allow device names to be freed automatically
Some devices have a name that is stored in allocated memory. At present
there is no mechanism to free this memory when the device is unbound.

Add a device flag to track whether a name is allocated and a function to
add the flag. Free the memory when the device is unbound.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-05-17 09:54:43 -06:00
..
2014-03-04 12:15:29 -05:00