From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 6 Jul 2017 12:07:20 +0800 Subject: [U-Boot] [PATCH v2 1/3] x86: Add dma-mapping.h to architectural code In-Reply-To: <20170705205628.52620-2-andriy.shevchenko@linux.intel.com> References: <20170705205628.52620-1-andriy.shevchenko@linux.intel.com> <20170705205628.52620-2-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > arch/x86/include/asm/dma-mapping.h | 41 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) > create mode 100644 arch/x86/include/asm/dma-mapping.h > Reviewed-by: Bin Meng