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=-13.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT 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 D1B2DC31E48 for ; Wed, 12 Jun 2019 12:47:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B647F20684 for ; Wed, 12 Jun 2019 12:47:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439187AbfFLMrd (ORCPT ); Wed, 12 Jun 2019 08:47:33 -0400 Received: from mga09.intel.com ([134.134.136.24]:52426 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2439140AbfFLMrc (ORCPT ); Wed, 12 Jun 2019 08:47:32 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 05:47:32 -0700 X-ExtLoop1: 1 Received: from smile.fi.intel.com (HELO smile) ([10.237.68.145]) by orsmga003.jf.intel.com with ESMTP; 12 Jun 2019 05:47:31 -0700 Received: from andy by smile with local (Exim 4.92) (envelope-from ) id 1hb2f4-0000uZ-LR; Wed, 12 Jun 2019 15:47:30 +0300 Date: Wed, 12 Jun 2019 15:47:30 +0300 From: Andy Shevchenko To: Lee Jones , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] MAINAINERS: Swap words in INTEL PMIC MULTIFUNCTION DEVICE DRIVERS Message-ID: <20190612124730.GH9224@smile.fi.intel.com> References: <20190211105710.37800-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190211105710.37800-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 11, 2019 at 12:57:10PM +0200, Andy Shevchenko wrote: > Swap PMIC and MULTIFUNCTION words in the title to: > - show that this is about Intel PMICs > - keep MAINTAINERS properly sorted > Any comment on this? > Signed-off-by: Andy Shevchenko > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9919840d54cd..918795d5eea6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7789,7 +7789,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git > F: drivers/gpio/gpio-*cove.c > F: drivers/gpio/gpio-msic.c > > -INTEL MULTIFUNCTION PMIC DEVICE DRIVERS > +INTEL PMIC MULTIFUNCTION DEVICE DRIVERS > R: Andy Shevchenko > S: Maintained > F: drivers/mfd/intel_msic.c > -- > 2.20.1 > -- With Best Regards, Andy Shevchenko