Re: [U-Boot] [PATCH v3 05/35] tegra: video: Time the LCD init

2017-07-06 Thread sjg
Calculate the time taken to set up the LCD. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/video/tegra124/display.c | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@

[U-Boot] [PATCH v3 05/35] tegra: video: Time the LCD init

2017-06-12 Thread Simon Glass
Calculate the time taken to set up the LCD. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/video/tegra124/display.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index bbbca13bdc..47752b