Masahiro Yamada (4): dm: fix comments dm: do not check the existence of uclass operation dm: do not check dm_root before searching in uclass_root dm: simplify the loop in lists_driver_lookup_name() drivers/core/lists.c | 9 +-------- drivers/core/uclass.c | 6 ------ include/dm/lists.h | 4 ++-- include/dm/platdata.h | 2 +- 4 files changed, 4 insertions(+), 17 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
- [U-Boot] [PATCH 0/4] dm: a collection of minor fixes in Dr... Masahiro Yamada
- [U-Boot] [PATCH 1/4] dm: fix comments Masahiro Yamada
- Re: [U-Boot] [PATCH 1/4] dm: fix comments Simon Glass
- Re: [U-Boot] [PATCH 1/4] dm: fix comments Simon Glass
- [U-Boot] [PATCH 4/4] dm: simplify the loop in lists_d... Masahiro Yamada
- Re: [U-Boot] [PATCH 4/4] dm: simplify the loop in... Simon Glass
- Re: [U-Boot] [PATCH 4/4] dm: simplify the loop in... Simon Glass
- Re: [U-Boot] [PATCH 4/4] dm: simplify the loo... Igor Grinberg
- Re: [U-Boot] [PATCH 4/4] dm: simplify the... Simon Glass
- Re: [U-Boot] [PATCH 2/4] dm: do not check the existen... Simon Glass