Re: [U-Boot] [PATCH v3 07/72] dm: core: Rename of_device_is_compatible()

2017-05-24 Thread sjg
The of_ prefix conflicts with the livetree version of this function. Rename it to avoid problems when we add livetree support. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/device.c | 2 +- drivers/firmware/psci.c

[U-Boot] [PATCH v3 07/72] dm: core: Rename of_device_is_compatible()

2017-05-18 Thread Simon Glass
The of_ prefix conflicts with the livetree version of this function. Rename it to avoid problems when we add livetree support. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/device.c | 2 +- drivers/firmware/psci.c