Re: [U-Boot] [PATCH 45/51] gdsys: cmd_ioloop: Make DM compatible

2017-07-19 Thread Simon Glass
On 14 July 2017 at 05:55, Mario Six wrote: > Make the ioloop command DM compatible, while keeping the old > functionality for not-yet-converted boards. > > Signed-off-by: Mario Six > --- > > board/gdsys/common/cmd_ioloop.c | 241 > ++-- > 1 file changed, 234

[U-Boot] [PATCH 45/51] gdsys: cmd_ioloop: Make DM compatible

2017-07-14 Thread Mario Six
Make the ioloop command DM compatible, while keeping the old functionality for not-yet-converted boards. Signed-off-by: Mario Six --- board/gdsys/common/cmd_ioloop.c | 241 ++-- 1 file changed, 234 insertions(+), 7 deletions(-) diff --git a/board/gdsys/commo