Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932442AbbEFAxF (ORCPT ); Tue, 5 May 2015 20:53:05 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:55405 "EHLO e23smtp06.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755805AbbEFAxC (ORCPT ); Tue, 5 May 2015 20:53:02 -0400 From: "Hon Ching(Vicky) Lo" To: tpmdd-devel@lists.sourceforge.net Cc: Peter Huewe , Ashley Lai , Mimi Zohar , Vicky Lo , linux-kernel@vger.kernel.org, "Hon Ching(Vicky) Lo" Subject: [PATCH 0/3] additional little endian support Date: Tue, 5 May 2015 20:51:23 -0400 Message-Id: <1430873486-25868-1-git-send-email-honclo@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15050600-0021-0000-0000-00000131EF7E Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 21 Hi, The patch set converts big endian event log entries to guest format in PowerPC, which supports both little endian and big endian guests. It also contains a fix to make sure the last event entry wasn't skipped. Hon Ching(Vicky) Lo (3): vTPM: fixed the limit checking TPM: remove unnecessary little endian conversion vTPM: support little endian guests drivers/char/tpm/tpm_eventlog.c | 95 ++++++++++++++++++++++++++++++--------- drivers/char/tpm/tpm_of.c | 4 +- 2 files changed, 75 insertions(+), 24 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/