All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Kukjin Kim <kgene@kernel.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Linux PM <linux-pm@vger.kernel.org>,
	Linux Samsung SoC <linux-samsung-soc@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
Date: Fri, 12 Feb 2021 18:09:54 +0100	[thread overview]
Message-ID: <CAJZ5v0ha4gNWrunP_GSsCRf5R-tVQssX9ZudYvPmWvv51_PSFA@mail.gmail.com> (raw)
In-Reply-To: <20210212164137.rlp5sockb5ms7de2@kozik-lap>

On Fri, Feb 12, 2021 at 5:41 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Fri, Feb 12, 2021 at 04:56:53PM +0100, Rafael J. Wysocki wrote:
> > On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > >
> > > Inclue the platform data header in Exynos cpuidle maintainer entry.
> > >
> > > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > ---
> > >  MAINTAINERS | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 674f42375acf..68e2b4cb4788 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -4625,6 +4625,7 @@ L:        linux-samsung-soc@vger.kernel.org
> > >  S:     Supported
> > >  F:     arch/arm/mach-exynos/pm.c
> > >  F:     drivers/cpuidle/cpuidle-exynos.c
> > > +F:     include/linux/platform_data/cpuidle-exynos.h
> > >
> > >  CPUIDLE DRIVER - ARM PSCI
> > >  M:     Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > > --
> >
> > Do you want me to apply this?
>
> Hi Rafael,
>
> Yes, please apply it.

Done, thanks!

WARNING: multiple messages have this Message-ID (diff)
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	Linux PM <linux-pm@vger.kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Samsung SoC <linux-samsung-soc@vger.kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern
Date: Fri, 12 Feb 2021 18:09:54 +0100	[thread overview]
Message-ID: <CAJZ5v0ha4gNWrunP_GSsCRf5R-tVQssX9ZudYvPmWvv51_PSFA@mail.gmail.com> (raw)
In-Reply-To: <20210212164137.rlp5sockb5ms7de2@kozik-lap>

On Fri, Feb 12, 2021 at 5:41 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Fri, Feb 12, 2021 at 04:56:53PM +0100, Rafael J. Wysocki wrote:
> > On Wed, Feb 10, 2021 at 6:23 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> > >
> > > Inclue the platform data header in Exynos cpuidle maintainer entry.
> > >
> > > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > > Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
> > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > ---
> > >  MAINTAINERS | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 674f42375acf..68e2b4cb4788 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -4625,6 +4625,7 @@ L:        linux-samsung-soc@vger.kernel.org
> > >  S:     Supported
> > >  F:     arch/arm/mach-exynos/pm.c
> > >  F:     drivers/cpuidle/cpuidle-exynos.c
> > > +F:     include/linux/platform_data/cpuidle-exynos.h
> > >
> > >  CPUIDLE DRIVER - ARM PSCI
> > >  M:     Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > > --
> >
> > Do you want me to apply this?
>
> Hi Rafael,
>
> Yes, please apply it.

Done, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-02-12 17:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-10 17:22 [PATCH] MAINTAINERS: cpuidle: exynos: include header in file pattern Krzysztof Kozlowski
2021-02-10 17:22 ` Krzysztof Kozlowski
2021-02-12 15:56 ` Rafael J. Wysocki
2021-02-12 15:56   ` Rafael J. Wysocki
2021-02-12 16:41   ` Krzysztof Kozlowski
2021-02-12 16:41     ` Krzysztof Kozlowski
2021-02-12 17:09     ` Rafael J. Wysocki [this message]
2021-02-12 17:09       ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0ha4gNWrunP_GSsCRf5R-tVQssX9ZudYvPmWvv51_PSFA@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.