From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3B80C433FE for ; Wed, 9 Dec 2020 18:47:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD26E23C8D for ; Wed, 9 Dec 2020 18:47:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732957AbgLISqD (ORCPT ); Wed, 9 Dec 2020 13:46:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:43088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729345AbgLISqD (ORCPT ); Wed, 9 Dec 2020 13:46:03 -0500 Subject: patch "MAINTAINERS: Mark SPMI as maintained" added to char-misc-testing DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607539522; bh=7RWjmLe35oAUHxIqSleqn+HJutJRWlGJVfuOGMZ5BxA=; h=To:From:Date:From; b=NX2LlvEVFHtJbpUCGmxckFZqE3PbDJY3Xgd1ddOfMWmv9w2irYEIzNWiWpydjvbGG vo5JiELDQr5/XL0kf4h/sMN/+IM29RypcisLpNTDhi7ogS5WXnpEe8aDQDaPL7egwU JPpW/N/HJt8Xx3/Fr+Za4oAa40SpCF1HKAJzGMtI= To: sboyd@kernel.org, gregkh@linuxfoundation.org, linux-arm-msm@vger.kernel.org From: Date: Wed, 09 Dec 2020 19:46:38 +0100 Message-ID: <160753959880121@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This is a note to let you know that I've just added the patch titled MAINTAINERS: Mark SPMI as maintained to my char-misc git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git in the char-misc-testing 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 be merged to the char-misc-next branch sometime soon, after it passes testing, and the merge window is open. If you have any questions about this process, please let me know. >From aec273a3191e2931e7010dd7b83cd110c21bcc03 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 7 Dec 2020 13:42:04 -0800 Subject: MAINTAINERS: Mark SPMI as maintained I can do more than just review patches here. The plan is to pick up patches from the list and shuttle them up to gregkh. The korg tree will be used to hold the pending patches. Move the list away from linux-arm-msm to just be linux-kernel as SPMI isn't msm specific anymore. Cc: Greg Kroah-Hartman Cc: Signed-off-by: Stephen Boyd Link: https://lore.kernel.org/r/20201207214204.1284946-1-sboyd@kernel.org Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f3d86f1ea6cb..15840f98e55a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16525,8 +16525,10 @@ F: Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst F: drivers/net/ethernet/toshiba/spider_net* SPMI SUBSYSTEM -R: Stephen Boyd -L: linux-arm-msm@vger.kernel.org +M: Stephen Boyd +L: linux-kernel@vger.kernel.org +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git F: Documentation/devicetree/bindings/spmi/ F: drivers/spmi/ F: include/dt-bindings/spmi/spmi.h -- 2.29.2