From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754230AbdASSe3 (ORCPT ); Thu, 19 Jan 2017 13:34:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47972 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754016AbdASSe0 (ORCPT ); Thu, 19 Jan 2017 13:34:26 -0500 Date: Thu, 19 Jan 2017 19:21:01 +0100 From: Greg KH To: Brijesh Singh Cc: thomas.lendacky@amd.com, herbert@gondor.apana.org.au, arnd@arndb.de, lambert.quentin@gmail.com, gary.hook@amd.com, linux-kernel@vger.kernel.org, Julia.Lawall@lip6.fr, weiyongjun1@huawei.com, linux-crypto@vger.kernel.org, umgwanakikbuti@gmail.com Subject: Re: [PATCH 0/2] Introduce AMD Secure Processor device Message-ID: <20170119182101.GB30851@kroah.com> References: <148484927002.30852.10568570584817827556.stgit@brijesh-build-machine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <148484927002.30852.10568570584817827556.stgit@brijesh-build-machine> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2017 at 01:07:50PM -0500, Brijesh Singh wrote: > The CCP device (drivers/crypto/ccp/ccp.ko) is part of AMD Secure Processor, > which is not dedicated solely to crypto. The AMD Secure Processor includes > CCP and PSP (Platform Secure Processor) devices. > > This patch series moves the CCP device driver to the misc directory and > creates a framework that allows functional component of the AMD Secure > Processor to be initialized and handled appropriately. Why the misc directory? I don't see the justification here... thanks, greg k-h