Re: [U-Boot] [PATCH v2 1/3] x86: Add dma-mapping.h to architectural code

2017-07-21 Thread Bin Meng
On Fri, Jul 7, 2017 at 11:59 AM, Simon Glass wrote: > On 5 July 2017 at 14:56, Andy Shevchenko > wrote: >> Some cross-platform drivers rely on this header present. >> Make it so for x86. >> >> It's just a copy'n'paste of arch/arm/include/asm/dma-mapping.h. >> >> Suggested-by: Bin Meng >> Reviewe

Re: [U-Boot] [PATCH v2 1/3] x86: Add dma-mapping.h to architectural code

2017-07-06 Thread Simon Glass
On 5 July 2017 at 14:56, Andy Shevchenko wrote: > Some cross-platform drivers rely on this header present. > Make it so for x86. > > It's just a copy'n'paste of arch/arm/include/asm/dma-mapping.h. > > Suggested-by: Bin Meng > Reviewed-by: Simon Glass > Signed-off-by: Andy Shevchenko > --- > ar

Re: [U-Boot] [PATCH v2 1/3] x86: Add dma-mapping.h to architectural code

2017-07-05 Thread Bin Meng
On Thu, Jul 6, 2017 at 4:56 AM, Andy Shevchenko wrote: > Some cross-platform drivers rely on this header present. > Make it so for x86. > > It's just a copy'n'paste of arch/arm/include/asm/dma-mapping.h. > > Suggested-by: Bin Meng > Reviewed-by: Simon Glass > Signed-off-by: Andy Shevchenko > --

[U-Boot] [PATCH v2 1/3] x86: Add dma-mapping.h to architectural code

2017-07-05 Thread Andy Shevchenko
Some cross-platform drivers rely on this header present. Make it so for x86. It's just a copy'n'paste of arch/arm/include/asm/dma-mapping.h. Suggested-by: Bin Meng Reviewed-by: Simon Glass Signed-off-by: Andy Shevchenko --- arch/x86/include/asm/dma-mapping.h | 41 +