From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Thu, 26 Apr 2018 08:24:29 +0000 Subject: Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops Message-Id: <20180426082429.GA15580@lst.de> List-Id: References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greentime Hu Cc: Christoph Hellwig , linux-arch , Michal Simek , Vincent Chen , linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-hexagon@vger.kernel.org, linux-m68k@lists.linux-m68k.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux , linux-xtensa@linux-xtensa.org, Linux Kernel Mailing List On Thu, Apr 26, 2018 at 04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops Date: Thu, 26 Apr 2018 10:24:29 +0200 Message-ID: <20180426082429.GA15580@lst.de> References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , linux-arch , Michal Simek , Vincent Chen , linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-hexagon@vger.kernel.org, linux-m68k@lists.linux-m68k.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux , linux-xtensa@linux-xtensa.org, Linux Kernel Mailing List To: Greentime Hu Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.vger.kernel.org On Thu, Apr 26, 2018 at 04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754258AbeDZIWu (ORCPT ); Thu, 26 Apr 2018 04:22:50 -0400 Received: from verein.lst.de ([213.95.11.211]:40952 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753041AbeDZIWr (ORCPT ); Thu, 26 Apr 2018 04:22:47 -0400 Date: Thu, 26 Apr 2018 10:24:29 +0200 From: Christoph Hellwig To: Greentime Hu Cc: Christoph Hellwig , linux-arch , Michal Simek , Vincent Chen , linux-alpha@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-hexagon@vger.kernel.org, linux-m68k@vger.kernel.org, nios2-dev@lists.rocketboards.org, openrisc@lists.librecores.org, linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux , linux-xtensa@linux-xtensa.org, Linux Kernel Mailing List Subject: Re: [PATCH 13/22] nds32: use generic dma_noncoherent_ops Message-ID: <20180426082429.GA15580@lst.de> References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 26, 2018 at 04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 26 Apr 2018 10:24:29 +0200 Subject: [PATCH 13/22] nds32: use generic dma_noncoherent_ops In-Reply-To: References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> List-ID: Message-ID: <20180426082429.GA15580@lst.de> To: linux-snps-arc@lists.infradead.org On Thu, Apr 26, 2018@04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 26 Apr 2018 10:24:29 +0200 Subject: [PATCH 13/22] nds32: use generic dma_noncoherent_ops In-Reply-To: References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> Message-ID: <20180426082429.GA15580@lst.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 26, 2018 at 04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Thu, 26 Apr 2018 10:24:29 +0200 Subject: [OpenRISC] [PATCH 13/22] nds32: use generic dma_noncoherent_ops In-Reply-To: References: <20180420080313.18796-1-hch@lst.de> <20180420080313.18796-14-hch@lst.de> <20180424191640.GA32495@lst.de> <20180425064055.GA11460@lst.de> <20180426064239.GA13895@lst.de> Message-ID: <20180426082429.GA15580@lst.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org On Thu, Apr 26, 2018 at 04:06:34PM +0800, Greentime Hu wrote: > It works!!! Thanks! Can you retest the updated tree here with all the fixes and give me your Tested-by: for the generic and nds32 patches? git://git.infradead.org/users/hch/misc.git generic-dma-noncoherent