From mboxrd@z Thu Jan 1 00:00:00 1970 From: Logan Gunthorpe Subject: Re: [PATCH v3 4/4] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64 Date: Fri, 30 Jun 2017 10:21:11 -0600 Message-ID: References: <20170629161000.15563-1-logang@deltatee.com> <20170629161000.15563-5-logang@deltatee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Cc: Arnd Bergmann , Greg Kroah-Hartman , Stephen Bates , Dan Douglass , Herbert Xu , "David S. Miller" To: =?UTF-8?Q?Horia_Geant=c4=83?= , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "linux-ntb@googlegroups.com" , "linux-crypto@vger.kernel.org" Return-path: Received: from ale.deltatee.com ([207.54.116.67]:55786 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbdF3QV1 (ORCPT ); Fri, 30 Jun 2017 12:21:27 -0400 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: On 30/06/17 12:18 AM, Horia Geantã wrote: > On 6/29/2017 7:10 PM, Logan Gunthorpe wrote: >> From: Horia Geantã >> >> We can now make use of the io-64-nonatomic-hi-lo header to always > Typo: we are using io-64-nonatomic-lo-hi, not hi-lo. Yup, thanks. I will fix this for a v4. I've also noticed a couple other mistakes I need to fix. Logan