From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753259AbcICGaO (ORCPT ); Sat, 3 Sep 2016 02:30:14 -0400 Received: from mga11.intel.com ([192.55.52.93]:63703 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbcICGaM (ORCPT ); Sat, 3 Sep 2016 02:30:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,274,1470726000"; d="scan'208";a="1034980415" Date: Sat, 3 Sep 2016 09:27:54 +0300 From: Jarkko Sakkinen To: Peter Huewe Cc: linux-security-module@vger.kernel.org, Stefan Berger , Jason Gunthorpe , open list , "moderated list:TPM DEVICE DRIVER" Subject: Re: [PATCH 0/4] Small fixes and cleanups for tpm_crb Message-ID: <20160903062754.GA2223@intel.com> References: <1472844861-24599-1-git-send-email-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472844861-24599-1-git-send-email-jarkko.sakkinen@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 02, 2016 at 10:34:16PM +0300, Jarkko Sakkinen wrote: > A set of small fixes and clean ups for tpm_crb. > > Jarkko Sakkinen (4): > tpm_crb: fix crb_req_canceled behavior > tpm_crb: remove wmb()'s > tpm_crb: refine the naming of constants > tpm_crb: fix incorrect values of cmdReady and goIdle bits > > drivers/char/tpm/tpm_crb.c | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-) I guess these should be no-brainers? /Jarkko