From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e36.co.us.ibm.com", Issuer "Equifax" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C3F84B6EE6 for ; Fri, 23 Mar 2012 06:07:55 +1100 (EST) Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Mar 2012 13:07:53 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id B8EABC40006 for ; Thu, 22 Mar 2012 13:07:49 -0600 (MDT) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2MJ7iWc096758 for ; Thu, 22 Mar 2012 13:07:45 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2MJ7FvW001912 for ; Thu, 22 Mar 2012 13:07:15 -0600 Message-ID: <1332443286.3858.70.camel@key-ThinkPad-W510> Subject: Re: [PATCH 00/17] Platform Facilities Option and crypto accelerator driver From: Kent Yoder To: Kumar Gala Date: Thu, 22 Mar 2012 14:08:06 -0500 In-Reply-To: References: <1332365297.3858.5.camel@key-ThinkPad-W510> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: rcj@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Kumar, > Is there a reason this isn't in drivers/crypto/ Other arch-specific dirs have their crypto subdir as well such as arch/s390. I was just matching that. Kent > - k