Re: [U-Boot] [PATCH v3 14/26] x86: Add clr/setbits functions

2014-11-20 Thread Simon Glass
On 13 November 2014 06:42, Simon Glass wrote: > These are available on other architectures. Make them available on x86 also. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/include/asm/io.h | 49 > +++ >

[U-Boot] [PATCH v3 14/26] x86: Add clr/setbits functions

2014-11-12 Thread Simon Glass
These are available on other architectures. Make them available on x86 also. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/include/asm/io.h | 49 +++ 1 file changed, 49 insertions(+) diff --git a/arch/x86/include/as