From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422650AbcJHMBs (ORCPT ); Sat, 8 Oct 2016 08:01:48 -0400 Received: from mga03.intel.com ([134.134.136.65]:46225 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964789AbcJHMBn (ORCPT ); Sat, 8 Oct 2016 08:01:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,460,1473145200"; d="scan'208";a="177833722" From: Tomas Winkler To: tpmdd-devel@lists.sourceforge.net, Jason Gunthorpe , Jarkko Sakkinen Cc: linux-kernel@vger.kernel.org, Tomas Winkler Subject: [PATCH v4 0/4] tpm/tpm_crb: implement power management. Date: Sat, 8 Oct 2016 14:59:35 +0300 Message-Id: <1475927979-23484-1-git-send-email-tomas.winkler@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Te overall platform ability to enter a low power state is also conditioned on the ability of a tpm device to go to idle state. This series should provide this feature. Unfortunately, there is a HW bug on Intel PTT devices on Skylake, Kabylake, and Broxton devices, where certain registers lost retention during TPM idle state. Hence this implementation takes this into consideration and implement the feature based only on access to registers that retain their state. This still conforms to the spec and should be correct also on non Intle devices. V2: Utilize runtime_pm for driving tpm crb idle states. V3. fix lower case corruption in the first patch V4. Fix unbalanced runtime pm get and put Tomas Winkler (4): tpm/tpm_crb: implement tpm crb idle state tmp/tpm_crb: fix Intel PTT hw bug during idle state tpm/tpm_crb: open code the crb_init into acpi_add tmp/tpm_crb: implement runtime pm for tpm_crb drivers/char/tpm/tpm-interface.c | 5 ++ drivers/char/tpm/tpm_crb.c | 166 +++++++++++++++++++++++++++++++++------ 2 files changed, 147 insertions(+), 24 deletions(-) -- 2.7.4