From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035004AbdEYRGe (ORCPT ); Thu, 25 May 2017 13:06:34 -0400 Received: from mga02.intel.com ([134.134.136.20]:37431 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935447AbdEYRGd (ORCPT ); Thu, 25 May 2017 13:06:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,392,1491289200"; d="scan'208";a="1134723684" Date: Thu, 25 May 2017 10:05:08 -0700 From: Jarkko Sakkinen To: Greg Kroah-Hartman Cc: Josh Zimmerman , linux-kernel@vger.kernel.org, Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net Subject: Re: [PATCH v3] Add "shutdown" to "struct class". Message-ID: <20170525170508.4xw5vwq357wz76p3@intel.com> References: <20170515173438.13420-1-joshz@google.com> <20170525130930.GA16244@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170525130930.GA16244@kroah.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 25, 2017 at 03:09:30PM +0200, Greg Kroah-Hartman wrote: > On Mon, May 15, 2017 at 10:34:38AM -0700, Josh Zimmerman wrote: > > The TPM class has some common shutdown code that must be executed for > > all drivers. This adds some needed functionality for that. > > > > Usage example: 'tpm: Issue a TPM2_Shutdown for TPM2 devices.' > > (see https://patchwork.kernel.org/patch/9724919/ for v2). > > > > Signed-off-by: Josh Zimmerman > > Given that the tpm code is going to need this, I recommend someone take > it through that tree: > > Acked-by: Greg Kroah-Hartman > > Otherwise, if you want me to take it, I can, but I doubt you want it in > my driver-core tree as that will not get merged to Linus until 4.13-rc1. > > thanks, > > greg k-h I can take this to the tpmdd tree. For me only thing that matters that there isn't collisions. If we all agree on this, I'll apply Josh's patches and include to my next PR. /Jarkko