From patchwork Fri Sep 15 22:38:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 9953903 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7524F601E7 for ; Fri, 15 Sep 2017 22:40:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 610C529583 for ; Fri, 15 Sep 2017 22:40:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 509912958D; Fri, 15 Sep 2017 22:40:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C098A2958C for ; Fri, 15 Sep 2017 22:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbdIOWjW (ORCPT ); Fri, 15 Sep 2017 18:39:22 -0400 Received: from mga07.intel.com ([134.134.136.100]:22985 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbdIOWjV (ORCPT ); Fri, 15 Sep 2017 18:39:21 -0400 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 15 Sep 2017 15:39:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,399,1500966000"; d="scan'208";a="312257386" Received: from mp1-mobl.gar.corp.intel.com (HELO localhost) ([10.249.254.124]) by fmsmga004.fm.intel.com with ESMTP; 15 Sep 2017 15:39:11 -0700 From: Jarkko Sakkinen To: linux-kernel@vger.kernel.org Cc: linux-integrity@vger.kernel.org, tpmdd@selhorst.net, ashleydlai@gmail.com, zohar@linux.vnet.ibm.com, Jarkko Sakkinen , Andrew Morton , Boris Brezillon , Borislav Petkov , =?UTF-8?q?H=C3=A5vard=20Skinnemoen?= , Martin Kepplinger , Pavel Machek , Geert Uytterhoeven , Hans-Christian Noren Egtvedt , Arnaldo Carvalho de Melo , Gertjan van Wingerde , Greg Kroah-Hartman , "David S. Miller" , Mauro Carvalho Chehab , Randy Dunlap Subject: [PATCH] MAINTAINERS: update TPM driver infrastructure changes Date: Fri, 15 Sep 2017 15:38:01 -0700 Message-Id: <20170915223811.21368-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.14.1 Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Jarkko Sakkinen --- CREDITS | 7 +++++++ MAINTAINERS | 13 ++----------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CREDITS b/CREDITS index 5d09c26d69cd..dcd761885ea8 100644 --- a/CREDITS +++ b/CREDITS @@ -4130,6 +4130,13 @@ D: MD driver D: EISA/sysfs subsystem S: France +N: Marcel Selhorst +E: tpmdd@selhorst.net +D: TPM driver + +N: Ashley Lai +E: ashleydlai@gmail.com +D: IBM VTPM driver # Don't add your name here, unless you really _are_ after Marc # alphabetically. Leonard used to be very proud of being the diff --git a/MAINTAINERS b/MAINTAINERS index dfca9a4f1112..00f0610c3ec9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13291,23 +13291,14 @@ F: drivers/platform/x86/toshiba-wmi.c TPM DEVICE DRIVER M: Peter Huewe -M: Marcel Selhorst M: Jarkko Sakkinen R: Jason Gunthorpe -W: http://tpmdd.sourceforge.net -L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) -Q: https://patchwork.kernel.org/project/tpmdd-devel/list/ +L: linux-integrity@vger.kernel.org +Q: https://patchwork.kernel.org/project/linux-integrity/list/ T: git git://git.infradead.org/users/jjs/linux-tpmdd.git S: Maintained F: drivers/char/tpm/ -TPM IBM_VTPM DEVICE DRIVER -M: Ashley Lai -W: http://tpmdd.sourceforge.net -L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) -S: Maintained -F: drivers/char/tpm/tpm_ibmvtpm* - TRACING M: Steven Rostedt M: Ingo Molnar