From patchwork Wed Feb 19 19:17:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Burton X-Patchwork-Id: 11392343 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 BE997139A for ; Wed, 19 Feb 2020 19:18:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F74A24670 for ; Wed, 19 Feb 2020 19:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582139880; bh=xG0zRHaLI3/6wdpzD1KzzcCoEvRvYqDAbWT4EEojqD8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=0iD2HbLujReGsuHaY3HH8oWG99+UeMN189U2ZetytmEqz4f1BgRp8wT2CZqA6iQCn 13yATC6iC6E+D8yslrQjAFddZo0iS6EMOl+21QIt5IcNz/00ErnNumhWaTcNHh0oZh oJttfBzSsidtEnim6VvBPMsysGQHo4y4lAo2euE8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726648AbgBSTSA (ORCPT ); Wed, 19 Feb 2020 14:18:00 -0500 Received: from mail-pg1-f194.google.com ([209.85.215.194]:35606 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726634AbgBSTSA (ORCPT ); Wed, 19 Feb 2020 14:18:00 -0500 Received: by mail-pg1-f194.google.com with SMTP id v23so587907pgk.2; Wed, 19 Feb 2020 11:17:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/Dlch+GyX+zKy3uJeNhvkNPbzZCbtvJ2NZncirOTCTo=; b=KesySklsCgxE5tIMxp++4vkeCnCIMqdSeKqfympryKUGGwJ5N5HvgRMgxqYk6xcSUI PjfWzhl3kriTzof+AL8YHLTkT3+amg1ESk8UKmpgtpzIzw1wib9cbEqXzPvLsmiWg68r 0ZAWawbKyZ/LCERWMCHj633Fjbb1wi/lF2iSoc3ELPSXK2Pi1GECel61LT4YgJqGr+0d KtzqqaEorxeDia8CFMLJmVfCQYv/cdBcaXGsd97WhPX0U+AmmWkZaY3WvyR+cxzPX7mm D8jWDhc93xp0V26813bu8dkZONKCWMfYH5TIyT43+9P+OG0T51Ijnmhvn/XxEimPwY37 Y7rg== X-Gm-Message-State: APjAAAXj416dV8rldvWog4Z9LcZen5XUlLwqmmBbH+iTSX1LV6ASDqP5 p9umGG+bB5PtA4Qi49XPy5BIZn8ZUbfQxA== X-Google-Smtp-Source: APXvYqytQ2LWxXIEi6HH8fK0ieenX39XAczwa55lRcIJ5Rbf/ib7A7emU1rjK0L/MnCfzrh3HOiwXg== X-Received: by 2002:a63:f454:: with SMTP id p20mr4569336pgk.149.1582139878774; Wed, 19 Feb 2020 11:17:58 -0800 (PST) Received: from localhost ([2601:646:8a00:9810:5af3:56d9:f882:39d4]) by smtp.gmail.com with ESMTPSA id t8sm563133pjy.20.2020.02.19.11.17.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Feb 2020 11:17:58 -0800 (PST) From: Paul Burton To: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Paul Burton Subject: [PATCH 1/2] MAINTAINERS: Remove Ralf Baechle as MIPS maintainer Date: Wed, 19 Feb 2020 11:17:29 -0800 Message-Id: <20200219191730.1277800-2-paulburton@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200219191730.1277800-1-paulburton@kernel.org> References: <20200219191730.1277800-1-paulburton@kernel.org> MIME-Version: 1.0 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Ralf last authored a patch over 2 years ago, the last time he committed one is even further back & activity was sporadic for a while before that. Remove him from MAINTAINERS to reflect the reality that he isn't active anymore. Ralf already has an entry in CREDITS to honor his contributions. Signed-off-by: Paul Burton --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a0d86490c2c6..afa228ade18e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11114,7 +11114,6 @@ S: Maintained F: drivers/usb/image/microtek.* MIPS -M: Ralf Baechle M: Paul Burton L: linux-mips@vger.kernel.org W: http://www.linux-mips.org/ From patchwork Wed Feb 19 19:17:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Burton X-Patchwork-Id: 11392345 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 3052C139A for ; Wed, 19 Feb 2020 19:18:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1152224672 for ; Wed, 19 Feb 2020 19:18:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582139887; bh=SOmo8NqCv8EXdIWniLC3tcq2I4CiKh6uvCcaGbl9XSY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=WFfH29DJ/L1Aqdyao9EY+NgHCp/IIbPNDaZhYu+yX9WKuXbviUiOtCd9bVQFOgORQ xt4smgCmqf+CEzvlvGCkyLUsGVOyPEngYvc1wDBeoCnvFCv746LCSLiP5t3bX9W/gE mYWC+QtNbvnZxUWB+1m7qCyKBqGjw9T4aLPJTGyY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726891AbgBSTSG (ORCPT ); Wed, 19 Feb 2020 14:18:06 -0500 Received: from mail-pg1-f195.google.com ([209.85.215.195]:41817 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726634AbgBSTSG (ORCPT ); Wed, 19 Feb 2020 14:18:06 -0500 Received: by mail-pg1-f195.google.com with SMTP id 70so573502pgf.8; Wed, 19 Feb 2020 11:18:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WjEJ75Ye0Px+T+08crOm28z729fnyGWMYQ2FM654cdM=; b=LXTFA8QU7YqlW5QVdE8nUWafdfEyB7iDP9nMAUiIK3mJwRd1wuBgkhxMlN4a4L6nHR OEQMT03smzkT5USsTiZ7YTg7Bivubu7FcVKHpa1IVF93Qrwt2J5R1V6bGcTq8imOLtRV 52SQpkj8A1C1IWvk0w1LCAUQi2af7XVWbxPlxNc/Ghgz4/wzqCMTOmuYnJg7rjZgUEij 5mBKwpeNBmBej7RNwqqbBpnRnDlRxB5K2o8dbgwm/kT2LuML6E5KW/606QiFRHEntRXw Cu/70Srr0YR9zofjXhjt0ZuFXfZ94It9DiFHXlx2Yw5532tl24XS9GVmccyCT2Ll2jSB qT6w== X-Gm-Message-State: APjAAAVDwK+uLPLZTIP8ld9Kvn5wqqZu8VtFJ1YbsTs50PUFUQln0Z0u sq5xjRNX+LWxJz1ViiWPyZl0HeJu1fFaHw== X-Google-Smtp-Source: APXvYqxMJP7zsU+LEWgFm/T5jDWqZepBIh7DYXHBXaH7TpzvrycIeP+yIVKnp3OrbEO3gNI9QVWduA== X-Received: by 2002:a63:d207:: with SMTP id a7mr29492847pgg.225.1582139884856; Wed, 19 Feb 2020 11:18:04 -0800 (PST) Received: from localhost ([2601:646:8a00:9810:5af3:56d9:f882:39d4]) by smtp.gmail.com with ESMTPSA id i64sm476502pgc.51.2020.02.19.11.18.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Feb 2020 11:18:04 -0800 (PST) From: Paul Burton To: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Paul Burton Subject: [PATCH 2/2] MAINTAINERS: Set MIPS status to Odd Fixes Date: Wed, 19 Feb 2020 11:17:30 -0800 Message-Id: <20200219191730.1277800-3-paulburton@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200219191730.1277800-1-paulburton@kernel.org> References: <20200219191730.1277800-1-paulburton@kernel.org> MIME-Version: 1.0 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org My time with MIPS the company has reached its end, and so at best I'll have little time spend on maintaining arch/mips/. Reflect that in MAINTAINERS by changing status to Odd Fixes. Hopefully this might spur the involvement of someone with more time, but even if not it should help serve to avoid unrealistic expectations. Signed-off-by: Paul Burton --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index afa228ade18e..67f05f6dbf77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11120,7 +11120,7 @@ W: http://www.linux-mips.org/ T: git git://git.linux-mips.org/pub/scm/ralf/linux.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git Q: http://patchwork.linux-mips.org/project/linux-mips/list/ -S: Supported +S: Odd Fixes F: Documentation/devicetree/bindings/mips/ F: Documentation/mips/ F: arch/mips/