From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942300AbdEYNJp (ORCPT ); Thu, 25 May 2017 09:09:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41024 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938335AbdEYNJl (ORCPT ); Thu, 25 May 2017 09:09:41 -0400 Date: Thu, 25 May 2017 15:09:30 +0200 From: Greg Kroah-Hartman To: Josh Zimmerman Cc: linux-kernel@vger.kernel.org, Jarkko Sakkinen , Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net Subject: Re: [PATCH v3] Add "shutdown" to "struct class". Message-ID: <20170525130930.GA16244@kroah.com> References: <20170515173438.13420-1-joshz@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170515173438.13420-1-joshz@google.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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