Re: [U-Boot] [PATCH v1 1/2] arch: sandbox: Provide working writeX/readX functions

2019-10-11 Thread Simon Glass
Hi Jean-Jacques, On Wed, 2 Oct 2019 at 03:29, Jean-Jacques Hiblot wrote: > > Those functions are used by the regmap core. Without them regmaps are > not working on sandbox. > The implementation is taken from arch/x86/include/asm/io.h. > > Signed-off-by: Jean-Jacques Hiblot > --- > >

[U-Boot] [PATCH v1 1/2] arch: sandbox: Provide working writeX/readX functions

2019-10-02 Thread Jean-Jacques Hiblot
Those functions are used by the regmap core. Without them regmaps are not working on sandbox. The implementation is taken from arch/x86/include/asm/io.h. Signed-off-by: Jean-Jacques Hiblot --- arch/sandbox/include/asm/io.h | 18 +- 1 file changed, 9 insertions(+), 9