Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-04-08 Thread Simon Glass
Hi Daniel, On 6 April 2018 at 20:45, Daniel Schwierzeck wrote: > Hi Simon, > > On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: >> Signed-off-by: Álvaro Fernández Rojas >> --- >> drivers/core/fdtaddr.c | 12 >> drivers/core/read.c

Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-04-06 Thread Daniel Schwierzeck
Hi Simon, On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/core/fdtaddr.c | 12 > drivers/core/read.c| 12 > include/dm/fdtaddr.h | 22 ++ > include/dm/read.h |

Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-03-23 Thread Daniel Schwierzeck
On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/core/fdtaddr.c | 12 > drivers/core/read.c| 12 > include/dm/fdtaddr.h | 22 ++ > include/dm/read.h | 32

Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-03-23 Thread Daniel Schwierzeck
On 23.03.2018 18:15, Álvaro Fernández Rojas wrote: > Hi Daniel, > > > El 23/03/2018 a las 15:34, Daniel Schwierzeck escribió: >> >> On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: >>> Signed-off-by: Álvaro Fernández Rojas >>> --- >>>   drivers/core/fdtaddr.c | 12

Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-03-23 Thread Álvaro Fernández Rojas
Hi Daniel, El 23/03/2018 a las 15:34, Daniel Schwierzeck escribió: On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: Signed-off-by: Álvaro Fernández Rojas --- drivers/core/fdtaddr.c | 12 drivers/core/read.c| 12 include/dm/fdtaddr.h |

Re: [U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-03-23 Thread Daniel Schwierzeck
On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/core/fdtaddr.c | 12 > drivers/core/read.c| 12 > include/dm/fdtaddr.h | 22 ++ > include/dm/read.h | 32

[U-Boot] [PATCH v2 01/17] dm: core: add functions to get memory-mapped I/O addreses

2018-03-22 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- drivers/core/fdtaddr.c | 12 drivers/core/read.c| 12 include/dm/fdtaddr.h | 22 ++ include/dm/read.h | 32 4 files changed, 78 insertions(+)