uboot/include/dm
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
..
platform_data m68k: add DM model serial driver 2016-05-17 09:54:43 -06:00
device-internal.h dm: Remove device_probe_child() 2016-01-28 21:01:23 -07:00
device.h dm: core: Allow device names to be freed automatically 2016-05-17 09:54:43 -06:00
lists.h
pinctrl.h
platdata.h
root.h
test.h video: sandbox: Allow selection of font size and console name 2016-01-30 10:57:30 +01:00
uclass-id.h dm: Rename disk uclass to ahci 2016-05-17 09:54:43 -06:00
uclass-internal.h
uclass.h dm: core: Add uclass_first_device_err() to return a valid device 2016-03-14 15:34:50 -06:00
util.h