Re: [U-Boot] [PATCH v2 4/7] dm: core: Add tests for dev_read_alias_highest_id()

2019-02-11 Thread Heiko Schocher
Hello Michal, Am 31.01.2019 um 16:31 schrieb Michal Simek: It is checking the highest alias ID for eth, gpio, pci, i2c and error code on non existing alias. Signed-off-by: Michal Simek --- Changes in v2: - New patch test/dm/test-fdt.c | 23 +++ 1 file changed, 23

Re: [U-Boot] [PATCH v2 4/7] dm: core: Add tests for dev_read_alias_highest_id()

2019-02-07 Thread Simon Glass
On Thu, 31 Jan 2019 at 08:31, Michal Simek wrote: > > It is checking the highest alias ID for eth, gpio, pci, i2c and error > code on non existing alias. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - New patch > > test/dm/test-fdt.c | 23 +++ > 1 file changed,

Re: [U-Boot] [PATCH v2 4/7] dm: core: Add tests for dev_read_alias_highest_id()

2019-02-06 Thread Heiko Schocher
Hello Michal, Am 31.01.2019 um 16:31 schrieb Michal Simek: It is checking the highest alias ID for eth, gpio, pci, i2c and error code on non existing alias. Signed-off-by: Michal Simek --- Changes in v2: - New patch test/dm/test-fdt.c | 23 +++ 1 file changed, 23

[U-Boot] [PATCH v2 4/7] dm: core: Add tests for dev_read_alias_highest_id()

2019-01-31 Thread Michal Simek
It is checking the highest alias ID for eth, gpio, pci, i2c and error code on non existing alias. Signed-off-by: Michal Simek --- Changes in v2: - New patch test/dm/test-fdt.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/test/dm/test-fdt.c b/test/dm/test-fdt.c