From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751384AbdEMFd4 (ORCPT ); Sat, 13 May 2017 01:33:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53362 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbdEMFdz (ORCPT ); Sat, 13 May 2017 01:33:55 -0400 Date: Sat, 13 May 2017 07:33:45 +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 v2] Add "shutdown" to "struct class". Message-ID: <20170513053345.GA22283@kroah.com> References: <20170512233831.25449-1-joshz@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170512233831.25449-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 Fri, May 12, 2017 at 04:38:31PM -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. > > (In addition, update a comment to reflect an out-of-date path.) Change that in a different patch please. > > Signed-off-by: Josh Zimmerman > --- What changed from v1? Always put that below here. And if you can also show how this will be used, that would be great, I don't want to add new apis with no users. thanks, greg k-h