From patchwork Wed Sep 23 05:55:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 11793877 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 09FC492C for ; Wed, 23 Sep 2020 05:55:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E112A2311E for ; Wed, 23 Sep 2020 05:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600840516; bh=aOKtZI1CbPAyR48GMLTux6LI2qtvqlpc7xFg/7KZEb0=; h=Subject:To:From:Date:List-ID:From; b=LCwztt9OkViKYrBKp7+QtaaR0/Tify6/6iXz+WRmvShfSUpvIKBaOqtv/czqqUbuk S00wszhJg87+r5zBt5m6WVt1m2TBWKXIQUW2648LwwARyBLZxeBpV8GhQzjj+Wvoxx kiIvQ0nICdINBKeSCVSu2poOJeUiYSePB0u9ytJc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726883AbgIWFzQ (ORCPT ); Wed, 23 Sep 2020 01:55:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:33376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726557AbgIWFzQ (ORCPT ); Wed, 23 Sep 2020 01:55:16 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 07B42221EF; Wed, 23 Sep 2020 05:55:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600840515; bh=aOKtZI1CbPAyR48GMLTux6LI2qtvqlpc7xFg/7KZEb0=; h=Subject:To:From:Date:From; b=NeFdYXOaTjHxkGuZvH3TwenyaJZ5mqVnhNGVJmnpRZasVMg/k7f9rWW6I6b18k7tY dREaf2vtaWKnONyvMqBaQWBkaP4Xhyh0R9jT/xEQMsPloLU+oriqsOijnK45hQWnCr aNxqmnVi5SXZi+WhHwbhB5tTN1+Apy6EqiQEg2nY= Subject: patch "MAINTAINERS: Move Hartmut Knaack to Credits" added to staging-next To: krzk@kernel.org, Jonathan.Cameron@huawei.com, andy.shevchenko@gmail.com, jic23@kernel.org, linux-iio@vger.kernel.org From: Date: Wed, 23 Sep 2020 07:55:31 +0200 Message-ID: <1600840531222121@kroah.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org This is a note to let you know that I've just added the patch titled MAINTAINERS: Move Hartmut Knaack to Credits to my staging git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git in the staging-next branch. The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will also be merged in the next major kernel release during the merge window. If you have any questions about this process, please let me know. From d3333e21f2d76fa384200a0826d766285787493f Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Thu, 3 Sep 2020 20:19:26 +0200 Subject: MAINTAINERS: Move Hartmut Knaack to Credits Hartmut Knaack was an active reviewer and contributor to the IIO subsystem and drivers. However his last message on LKML is from October 2015. In thanks for Hartmut's effort, move him name to the Credits. Suggested-by: Andy Shevchenko Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andy Shevchenko Cc: Jonathan Cameron Cc: linux-iio Link: https://lore.kernel.org/r/20200903181926.5606-2-krzk@kernel.org Signed-off-by: Jonathan Cameron --- CREDITS | 4 ++++ MAINTAINERS | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 32ee70a7562e..c741455498a4 100644 --- a/CREDITS +++ b/CREDITS @@ -1942,6 +1942,10 @@ S: Post Office Box 611311 S: San Jose, California 95161-1311 S: USA +N: Hartmut Knaack +E: knaack.h@gmx.de +D: IIO subsystem and drivers + N: Thorsten Knabe E: Thorsten Knabe E: Thorsten Knabe diff --git a/MAINTAINERS b/MAINTAINERS index 0e4fe7d2cec7..950e1d657411 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8451,7 +8451,6 @@ F: drivers/iio/multiplexer/iio-mux.c IIO SUBSYSTEM AND DRIVERS M: Jonathan Cameron -R: Hartmut Knaack R: Lars-Peter Clausen R: Peter Meerwald-Stadler L: linux-iio@vger.kernel.org