Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-03-20 Thread Jean-Jacques Hiblot
On 17/03/2017 17:20, Simon Glass wrote: On 16 February 2017 at 13:43, Simon Glass wrote: On 14 February 2017 at 03:20, Jean-Jacques Hiblot wrote: On 14/02/2017 06:23, Simon Glass wrote: Hi, On 13 February 2017 at 08:17, Jean-Jacques Hiblot

Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-03-17 Thread Simon Glass
On 16 February 2017 at 13:43, Simon Glass wrote: > On 14 February 2017 at 03:20, Jean-Jacques Hiblot wrote: >> >> >> On 14/02/2017 06:23, Simon Glass wrote: >>> >>> Hi, >>> >>> On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote:

Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-02-16 Thread Simon Glass
On 14 February 2017 at 03:20, Jean-Jacques Hiblot wrote: > > > On 14/02/2017 06:23, Simon Glass wrote: >> >> Hi, >> >> On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote: >>> >>> In the DTS, the addresses are defined relative to the parent bus. We need >>>

Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-02-14 Thread Jean-Jacques Hiblot
On 14/02/2017 06:23, Simon Glass wrote: Hi, On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote: In the DTS, the addresses are defined relative to the parent bus. We need to translate them to get the address as seen by the CPU core. Signed-off-by: Jean-Jacques Hiblot

Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-02-13 Thread Simon Glass
Hi, On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote: > In the DTS, the addresses are defined relative to the parent bus. We need > to translate them to get the address as seen by the CPU core. > > Signed-off-by: Jean-Jacques Hiblot > --- > > to:

[U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-02-13 Thread Jean-Jacques Hiblot
In the DTS, the addresses are defined relative to the parent bus. We need to translate them to get the address as seen by the CPU core. Signed-off-by: Jean-Jacques Hiblot --- to: s...@chromium.org drivers/core/regmap.c | 14 -- 1 file changed, 8 insertions(+), 6