Re: [PATCH 01/21] dm: core: Use const where possible in device.h

2020-02-05 Thread sjg
Update this header file to use const devices where possible, to permit callers to also use const. Signed-off-by: Simon Glass --- drivers/core/device.c | 27 ++- include/dm/device.h | 30 -- include/dm/read.h | 4 ++-- 3 files changed, 3

[PATCH 01/21] dm: core: Use const where possible in device.h

2020-01-27 Thread Simon Glass
Update this header file to use const devices where possible, to permit callers to also use const. Signed-off-by: Simon Glass --- drivers/core/device.c | 27 ++- include/dm/device.h | 30 -- include/dm/read.h | 4 ++-- 3 files changed, 3