From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zubair Lutfullah Kakakhel Subject: Re: [PATCH 3/4] x86: use generic dma-contiguous.h Date: Thu, 17 Jul 2014 10:02:34 +0100 Message-ID: <53C7912A.4080404@imgtec.com> References: <1405525892-60383-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1405525892-60383-4-git-send-email-Zubair.Kakakhel@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Michal Nazarewicz , ralf@linux-mips.org, catalin.marinas@arm.com, will.deacon@arm.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, arnd@arndb.de, gregkh@linuxfoundation.org, m.szyprowski@samsung.com Cc: x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On 16/07/14 17:20, Michal Nazarewicz wrote: > On Wed, Jul 16 2014, Zubair Lutfullah Kakakhel wrote: >> dma-contiguous.h is now in asm-generic. Use that to avoid code >> repetition in x86. >> >> Signed-off-by: Zubair Lutfullah Kakakhel > > Acked-by: Michal Nazarewicz > > But to be honest, I would fold the three into a single commit. Thank-you for the acks. I understand as its a trivial change. But architectures like it separate. They will obviously go together via one tree. ZubairLK From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 17 Jul 2014 11:02:56 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:41266 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6861302AbaGQJCwGqtxB (ORCPT ); Thu, 17 Jul 2014 11:02:52 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id E88111FD0EC65; Thu, 17 Jul 2014 10:02:42 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 17 Jul 2014 10:02:45 +0100 Received: from [192.168.154.89] (192.168.154.89) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 17 Jul 2014 10:02:44 +0100 Message-ID: <53C7912A.4080404@imgtec.com> Date: Thu, 17 Jul 2014 10:02:34 +0100 From: Zubair Lutfullah Kakakhel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Michal Nazarewicz , , , , , , , , , CC: , , , , Subject: Re: [PATCH 3/4] x86: use generic dma-contiguous.h References: <1405525892-60383-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1405525892-60383-4-git-send-email-Zubair.Kakakhel@imgtec.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.89] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 41267 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Zubair.Kakakhel@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 16/07/14 17:20, Michal Nazarewicz wrote: > On Wed, Jul 16 2014, Zubair Lutfullah Kakakhel wrote: >> dma-contiguous.h is now in asm-generic. Use that to avoid code >> repetition in x86. >> >> Signed-off-by: Zubair Lutfullah Kakakhel > > Acked-by: Michal Nazarewicz > > But to be honest, I would fold the three into a single commit. Thank-you for the acks. I understand as its a trivial change. But architectures like it separate. They will obviously go together via one tree. ZubairLK From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zubair.Kakakhel@imgtec.com (Zubair Lutfullah Kakakhel) Date: Thu, 17 Jul 2014 10:02:34 +0100 Subject: [PATCH 3/4] x86: use generic dma-contiguous.h In-Reply-To: References: <1405525892-60383-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1405525892-60383-4-git-send-email-Zubair.Kakakhel@imgtec.com> Message-ID: <53C7912A.4080404@imgtec.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 16/07/14 17:20, Michal Nazarewicz wrote: > On Wed, Jul 16 2014, Zubair Lutfullah Kakakhel wrote: >> dma-contiguous.h is now in asm-generic. Use that to avoid code >> repetition in x86. >> >> Signed-off-by: Zubair Lutfullah Kakakhel > > Acked-by: Michal Nazarewicz > > But to be honest, I would fold the three into a single commit. Thank-you for the acks. I understand as its a trivial change. But architectures like it separate. They will obviously go together via one tree. ZubairLK