From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 17 Jan 2019 19:05:01 +0100 Subject: [U-Boot] [PATCH 02/11] riscv: Add asm/dma-mapping.h for DMA mappings In-Reply-To: <20190117103748.36613-3-anup.patel@wdc.com> References: <20190117103748.36613-1-anup.patel@wdc.com> <20190117103748.36613-3-anup.patel@wdc.com> Message-ID: <01071d5b-e8b6-669b-d3c4-5cc54bd42fed@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/17/2019 11:38 AM, Anup Patel wrote: > This patch adds asm/dma-mapping.h for Linux-like DMA mappings > APIs required by some of the drivers (such as, Cadance MACB > Ethernet driver). > > Signed-off-by: Anup Patel > Reviewed-by: Bin Meng Reviewed-by: Alexander Graf Alex