Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933102AbdGSQEf (ORCPT ); Wed, 19 Jul 2017 12:04:35 -0400 Received: from ale.deltatee.com ([207.54.116.67]:41909 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753628AbdGSQEc (ORCPT ); Wed, 19 Jul 2017 12:04:32 -0400 To: Michael Ellerman , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-ntb@googlegroups.com, linux-crypto@vger.kernel.org References: <20170718165528.7383-1-logang@deltatee.com> <20170718165528.7383-2-logang@deltatee.com> <87iniphsug.fsf@concordia.ellerman.id.au> Cc: Arnd Bergmann , Greg Kroah-Hartman , =?UTF-8?Q?Horia_Geant=c4=83?= , Stephen Bates , Benjamin Herrenschmidt , Paul Mackerras , Nicholas Piggin , Suresh Warrier , "Oliver O'Halloran" From: Logan Gunthorpe Message-ID: <15b6ea7d-5817-c0cd-aee4-c8a52d8808f9@deltatee.com> Date: Wed, 19 Jul 2017 10:04:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <87iniphsug.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 172.16.1.162 X-SA-Exim-Rcpt-To: oohall@gmail.com, warrier@linux.vnet.ibm.com, npiggin@gmail.com, paulus@samba.org, benh@kernel.crashing.org, sbates@raithlin.com, horia.geanta@nxp.com, gregkh@linuxfoundation.org, arnd@arndb.de, linux-crypto@vger.kernel.org, linux-ntb@googlegroups.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, mpe@ellerman.id.au X-SA-Exim-Mail-From: logang@deltatee.com Subject: Re: [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 189 Lines: 10 On 18/07/17 11:57 PM, Michael Ellerman wrote: > Seems fair enough, have you tested it at all? It's only been compile tested and the kbuild robot has beat up on it a bit. Thanks, Logan