All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Michael Ellerman <mpe@ellerman.id.au>, Arnd Bergmann <arnd@arndb.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
	Mark Rutland <mark.rutland@arm.com>,
	"Desnes A. Nunes do Rosario" <desnesn@linux.ibm.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	ALSA Development Mailing List <alsa-devel@alsa-project.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Jaroslav Kysela <perex@perex.cz>,
	Richard Fontana <rfontana@redhat.com>,
	Paul Mackerras <paulus@samba.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Sasha Levin <sashal@kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Jonathan Corbet <corbet@lwn.net>,
	Masahiro Yamada <masahiroy@kernel.org>,
	Takashi Iwai <tiwai@suse.com>, YueHaibing <yuehaibing@huawei.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Leonardo Bras <leonardo@linux.ibm.com>,
	DTML <devicetree@vger.kernel.org>,
	Andrew Donnellan <ajd@linux.ibm.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Alistair Popple <alistair@popple.id.au>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	Nicholas Piggin <npiggin@gmail.com>,
	Alexios Zavras <alexios.zavras@intel.com>,
	Mark Brown <broonie@kernel.org>,
	git@xilinx.com,
	Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Allison Randal <allison@lohutok.net>,
	Christophe Leroy <christophe.leroy@c-s.fr>,
	Michal Simek <monstr@monstr.eu>, Wei Hu <weh@microsoft.com>,
	Christian Lamparter <chunkeey@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Armijn Hemel <armijn@tjaldur.nl>,
	Rob Herring <robh+dt@kernel.org>, Enrico Weigelt <info@metux.net>,
	"David S. Miller" <davem@davemloft.net>,
	Thiago Jung Bauermann <bauerman@linux.ibm.com>
Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
Date: Wed, 25 Nov 2020 07:36:49 +0100	[thread overview]
Message-ID: <02a27887-55ce-2101-efce-b1236e164f15@csgroup.eu> (raw)
In-Reply-To: <33b873a8-ded2-4866-fb70-c336fb325923@csgroup.eu>



Le 21/05/2020 à 12:38, Christophe Leroy a écrit :
> 
> 
> Le 21/05/2020 à 09:02, Michael Ellerman a écrit :
>> Arnd Bergmann <arnd@arndb.de> writes:
>>> +On Wed, Apr 8, 2020 at 2:04 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> On Fri, 2020-04-03 at 15:59 +1100, Michael Ellerman wrote:
>>>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> IBM still put 40x cores inside POWER chips no ?
>>>>
>>>> Oh yeah that's true. I guess most folks don't know that, or that they
>>>> run RHEL on them.
>>>
>>> Is there a reason for not having those dts files in mainline then?
>>> If nothing else, it would document what machines are still being
>>> used with future kernels.
>>
>> Sorry that part was a joke :D  Those chips don't run Linux.
>>
> 
> Nice to know :)
> 
> What's the plan then, do we still want to keep 40x in the kernel ?
> 
> If yes, is it ok to drop the oldies anyway as done in my series 
> https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=172630 ?
> 
> (Note that this series will conflict with my series on hugepages on 8xx due to the 
> PTE_ATOMIC_UPDATES stuff. I can rebase the 40x modernisation series on top of the 8xx hugepages 
> series if it is worth it)
> 

Do we still want to keep 40x in the kernel ? We don't even have a running 40x QEMU machine as far as 
I know.

I'm asking because I'd like to drop the non CONFIG_VMAP_STACK code to simplify and ease stuff (code 
that works with vmalloc'ed stacks also works with stacks in linear memory), but I can't do it 
because 40x doesn't have VMAP_STACK and should I implement it for 40x, I have to means to test it.

So it would ease things if we could drop 40x completely, unless someone there has a 40x platform to 
test stuff.

Thanks
Christophe

WARNING: multiple messages have this Message-ID (diff)
From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Michael Ellerman <mpe@ellerman.id.au>, Arnd Bergmann <arnd@arndb.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
	Mark Rutland <mark.rutland@arm.com>,
	"Desnes A. Nunes do Rosario" <desnesn@linux.ibm.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	ALSA Development Mailing List <alsa-devel@alsa-project.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Jaroslav Kysela <perex@perex.cz>,
	Richard Fontana <rfontana@redhat.com>,
	Paul Mackerras <paulus@samba.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Sasha Levin <sashal@kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Jonathan Corbet <corbet@lwn.net>,
	Masahiro Yamada <masahiroy@kernel.org>,
	YueHaibing <yuehaibing@huawei.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Allison Randal <allison@lohutok.net>,
	Leonardo Bras <leonardo@linux.ibm.com>,
	DTML <devicetree@vger.kernel.org>,
	Andrew Donnellan <ajd@linux.ibm.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Alistair Popple <alistair@popple.id.au>,
	Nicholas Piggin <npiggin@gmail.com>,
	Alexios Zavras <alexios.zavras@intel.com>,
	Mark Brown <broonie@kernel.org>,
	git@xilinx.com,
	Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Christophe Leroy <christophe.leroy@c-s.fr>,
	Enrico Weigelt <info@metux.net>, Michal Simek <monstr@monstr.eu>,
	Wei Hu <weh@microsoft.com>,
	Christian Lamparter <chunkeey@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Takashi Iwai <tiwai@suse.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Armijn Hemel <armijn@tjaldur.nl>,
	Rob Herring <robh+dt@kernel.org>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	"David S. Miller" <davem@davemloft.net>,
	Thiago Jung Bauermann <bauerman@linux.ibm.com>
Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
Date: Wed, 25 Nov 2020 07:36:49 +0100	[thread overview]
Message-ID: <02a27887-55ce-2101-efce-b1236e164f15@csgroup.eu> (raw)
In-Reply-To: <33b873a8-ded2-4866-fb70-c336fb325923@csgroup.eu>



Le 21/05/2020 à 12:38, Christophe Leroy a écrit :
> 
> 
> Le 21/05/2020 à 09:02, Michael Ellerman a écrit :
>> Arnd Bergmann <arnd@arndb.de> writes:
>>> +On Wed, Apr 8, 2020 at 2:04 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> On Fri, 2020-04-03 at 15:59 +1100, Michael Ellerman wrote:
>>>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> IBM still put 40x cores inside POWER chips no ?
>>>>
>>>> Oh yeah that's true. I guess most folks don't know that, or that they
>>>> run RHEL on them.
>>>
>>> Is there a reason for not having those dts files in mainline then?
>>> If nothing else, it would document what machines are still being
>>> used with future kernels.
>>
>> Sorry that part was a joke :D  Those chips don't run Linux.
>>
> 
> Nice to know :)
> 
> What's the plan then, do we still want to keep 40x in the kernel ?
> 
> If yes, is it ok to drop the oldies anyway as done in my series 
> https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=172630 ?
> 
> (Note that this series will conflict with my series on hugepages on 8xx due to the 
> PTE_ATOMIC_UPDATES stuff. I can rebase the 40x modernisation series on top of the 8xx hugepages 
> series if it is worth it)
> 

Do we still want to keep 40x in the kernel ? We don't even have a running 40x QEMU machine as far as 
I know.

I'm asking because I'd like to drop the non CONFIG_VMAP_STACK code to simplify and ease stuff (code 
that works with vmalloc'ed stacks also works with stacks in linear memory), but I can't do it 
because 40x doesn't have VMAP_STACK and should I implement it for 40x, I have to means to test it.

So it would ease things if we could drop 40x completely, unless someone there has a 40x platform to 
test stuff.

Thanks
Christophe

WARNING: multiple messages have this Message-ID (diff)
From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Michael Ellerman <mpe@ellerman.id.au>, Arnd Bergmann <arnd@arndb.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
	Mark Rutland <mark.rutland@arm.com>,
	"Desnes A. Nunes do Rosario" <desnesn@linux.ibm.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	ALSA Development Mailing List <alsa-devel@alsa-project.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Jaroslav Kysela <perex@perex.cz>,
	Richard Fontana <rfontana@redhat.com>,
	Paul Mackerras <paulus@samba.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Sasha Levin <sashal@kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Jonathan Corbet <corbet@lwn.net>,
	Masahiro Yamada <masahiroy@kernel.org>,
	YueHaibing <yuehaibing@huawei.com>,
	Michal Simek <michal.simek@xilinx.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Allison Randal <allison@lohutok.net>,
	Leonardo Bras <leonardo@linux.ibm.com>,
	DTML <devicetree@vger.kernel.org>,
	Andrew Donnellan <ajd@linux.ibm.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Alistair Popple <alistair@popple.id.au>,
	Nicholas Piggin <npiggin@gmail.com>,
	Alexios Zavras <alexios.zavras@intel.com>,
	Mark Brown <broonie@kernel.org>,
	git@xilinx.com,
	Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Christophe Leroy <christophe.leroy@c-s.fr>,
	Enrico Weigelt <info@metux.net>, Michal Simek <monstr@monstr.eu>,
	Wei Hu <weh@microsoft.com>,
	Christian Lamparter <chunkeey@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Takashi Iwai <tiwai@suse.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Armijn Hemel <armijn@tjaldur.nl>,
	Rob Herring <robh+dt@kernel.org>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	"David S. Miller" <davem@davemloft.net>,
	Thiago Jung Bauermann <bauerman@linux.ibm.com>
Subject: Re: [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
Date: Wed, 25 Nov 2020 07:36:49 +0100	[thread overview]
Message-ID: <02a27887-55ce-2101-efce-b1236e164f15@csgroup.eu> (raw)
In-Reply-To: <33b873a8-ded2-4866-fb70-c336fb325923@csgroup.eu>



Le 21/05/2020 à 12:38, Christophe Leroy a écrit :
> 
> 
> Le 21/05/2020 à 09:02, Michael Ellerman a écrit :
>> Arnd Bergmann <arnd@arndb.de> writes:
>>> +On Wed, Apr 8, 2020 at 2:04 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> On Fri, 2020-04-03 at 15:59 +1100, Michael Ellerman wrote:
>>>>>> Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
>>>>> IBM still put 40x cores inside POWER chips no ?
>>>>
>>>> Oh yeah that's true. I guess most folks don't know that, or that they
>>>> run RHEL on them.
>>>
>>> Is there a reason for not having those dts files in mainline then?
>>> If nothing else, it would document what machines are still being
>>> used with future kernels.
>>
>> Sorry that part was a joke :D  Those chips don't run Linux.
>>
> 
> Nice to know :)
> 
> What's the plan then, do we still want to keep 40x in the kernel ?
> 
> If yes, is it ok to drop the oldies anyway as done in my series 
> https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=172630 ?
> 
> (Note that this series will conflict with my series on hugepages on 8xx due to the 
> PTE_ATOMIC_UPDATES stuff. I can rebase the 40x modernisation series on top of the 8xx hugepages 
> series if it is worth it)
> 

Do we still want to keep 40x in the kernel ? We don't even have a running 40x QEMU machine as far as 
I know.

I'm asking because I'd like to drop the non CONFIG_VMAP_STACK code to simplify and ease stuff (code 
that works with vmalloc'ed stacks also works with stacks in linear memory), but I can't do it 
because 40x doesn't have VMAP_STACK and should I implement it for 40x, I have to means to test it.

So it would ease things if we could drop 40x completely, unless someone there has a 40x platform to 
test stuff.

Thanks
Christophe
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2020-11-25  6:37 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27 12:12 [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms Michal Simek
2020-03-27 12:12 ` Michal Simek
2020-03-27 12:12 ` Michal Simek
2020-03-27 12:12 ` [PATCH 1/2] sound: ac97: Remove sound driver for ancient platform Michal Simek
2020-03-27 12:12   ` Michal Simek
2020-03-27 14:19   ` Takashi Iwai
2020-03-27 14:19     ` Takashi Iwai
2020-03-27 12:12 ` [PATCH 2/2] powerpc: Remove Xilinx PPC405/PPC440 support Michal Simek
2020-03-27 12:12   ` Michal Simek
2020-03-27 12:12   ` Michal Simek
2020-03-27 12:12   ` Michal Simek
2020-03-27 12:12   ` Michal Simek
2020-03-28  1:08   ` kbuild test robot
2020-03-28  1:08     ` kbuild test robot
2020-03-28  1:31   ` kbuild test robot
2020-03-28  1:31     ` kbuild test robot
2020-03-27 12:54 ` [PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms Arnd Bergmann
2020-03-27 12:54   ` Arnd Bergmann
2020-03-27 12:54   ` Arnd Bergmann
2020-03-27 13:10   ` Andy Shevchenko
2020-03-27 13:10     ` Andy Shevchenko
2020-03-27 13:10     ` Andy Shevchenko
2020-03-27 13:15     ` Andy Shevchenko
2020-03-27 13:15       ` Andy Shevchenko
2020-03-27 13:15       ` Andy Shevchenko
2020-03-27 13:22       ` Arnd Bergmann
2020-03-27 13:22         ` Arnd Bergmann
2020-03-27 13:22         ` Arnd Bergmann
2020-03-27 14:14         ` Andy Shevchenko
2020-03-27 14:14           ` Andy Shevchenko
2020-03-27 14:14           ` Andy Shevchenko
2020-03-28 11:17           ` Christophe Leroy
2020-03-28 11:17             ` Christophe Leroy
2020-03-28 11:17             ` Christophe Leroy
2020-03-28 15:06             ` Christian Lamparter
2020-03-28 15:06               ` Christian Lamparter
2020-03-30  8:52               ` Arnd Bergmann
2020-03-30  8:52                 ` Arnd Bergmann
2020-03-31  5:30             ` Michael Ellerman
2020-03-31  5:30               ` Michael Ellerman
2020-03-31  5:30               ` Michael Ellerman
2020-03-31  6:56               ` Christophe Leroy
2020-03-31  6:56                 ` Christophe Leroy
2020-03-31  6:56                 ` Christophe Leroy
2020-03-31  6:59                 ` Michal Simek
2020-03-31  6:59                   ` Michal Simek
2020-03-31  6:59                   ` Michal Simek
2020-03-31  7:19                   ` Christophe Leroy
2020-03-31  7:19                     ` Christophe Leroy
2020-03-31  7:19                     ` Christophe Leroy
2020-03-31  9:49                     ` Christophe Leroy
2020-03-31  9:49                       ` Christophe Leroy
2020-03-31  9:49                       ` Christophe Leroy
2020-03-31 10:04                       ` Michal Simek
2020-03-31 10:04                         ` Michal Simek
2020-03-31 10:04                         ` Michal Simek
2020-03-31 10:30                         ` Christophe Leroy
2020-03-31 10:30                           ` Christophe Leroy
2020-03-31 10:30                           ` Christophe Leroy
2020-03-31 17:51                 ` Segher Boessenkool
2020-03-31 17:51                   ` Segher Boessenkool
2020-03-31 17:51                   ` Segher Boessenkool
2020-04-01 21:07                   ` Arnd Bergmann
2020-04-01 21:07                     ` Arnd Bergmann
2020-04-01 21:07                     ` Arnd Bergmann
2020-04-02 11:04                     ` Arnd Bergmann
2020-04-02 11:04                       ` Arnd Bergmann
2020-04-02 11:04                       ` Arnd Bergmann
2020-04-02 10:27               ` Benjamin Herrenschmidt
2020-04-02 10:27                 ` Benjamin Herrenschmidt
2020-04-02 10:27                 ` Benjamin Herrenschmidt
2020-04-03  4:59                 ` Michael Ellerman
2020-04-03  4:59                   ` Michael Ellerman
2020-04-03  4:59                   ` Michael Ellerman
2020-04-07 23:32                   ` Benjamin Herrenschmidt
2020-04-07 23:32                     ` Benjamin Herrenschmidt
2020-04-07 23:32                     ` Benjamin Herrenschmidt
2020-04-08  6:28                     ` Geert Uytterhoeven
2020-04-08  6:28                       ` Geert Uytterhoeven
2020-04-08  6:28                       ` Geert Uytterhoeven
2020-04-08  7:09                     ` Christophe Leroy
2020-04-08  7:09                       ` Christophe Leroy
2020-04-08  7:09                       ` Christophe Leroy
2020-04-08 12:04                     ` Michael Ellerman
2020-04-08 12:04                       ` Michael Ellerman
2020-04-08 12:04                       ` Michael Ellerman
2020-04-08 13:23                       ` Arnd Bergmann
2020-04-08 13:23                         ` Arnd Bergmann
2020-04-08 13:23                         ` Arnd Bergmann
2020-05-21  7:02                         ` Michael Ellerman
2020-05-21  7:02                           ` Michael Ellerman
2020-05-21  7:02                           ` Michael Ellerman
2020-05-21 10:38                           ` Christophe Leroy
2020-05-21 10:38                             ` Christophe Leroy
2020-05-21 10:38                             ` Christophe Leroy
2020-05-21 13:53                             ` Michael Ellerman
2020-05-21 13:53                               ` Michael Ellerman
2020-05-21 13:53                               ` Michael Ellerman
2020-05-21 14:58                               ` Michal Simek
2020-05-21 14:58                                 ` Michal Simek
2020-05-21 14:58                                 ` Michal Simek
2020-11-25  6:36                             ` Christophe Leroy [this message]
2020-11-25  6:36                               ` Christophe Leroy
2020-11-25  6:36                               ` Christophe Leroy

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=02a27887-55ce-2101-efce-b1236e164f15@csgroup.eu \
    --to=christophe.leroy@csgroup.eu \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=ajd@linux.ibm.com \
    --cc=alexios.zavras@intel.com \
    --cc=alistair@popple.id.au \
    --cc=allison@lohutok.net \
    --cc=alsa-devel@alsa-project.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=armijn@tjaldur.nl \
    --cc=arnd@arndb.de \
    --cc=b.zolnierkie@samsung.com \
    --cc=bauerman@linux.ibm.com \
    --cc=broonie@kernel.org \
    --cc=christophe.leroy@c-s.fr \
    --cc=chunkeey@gmail.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=desnesn@linux.ibm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=festevam@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=git@xilinx.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=info@metux.net \
    --cc=krzk@kernel.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=leonardo@linux.ibm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=masahiroy@kernel.org \
    --cc=mchehab+samsung@kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=monstr@monstr.eu \
    --cc=mpe@ellerman.id.au \
    --cc=ndesaulniers@google.com \
    --cc=npiggin@gmail.com \
    --cc=paulus@samba.org \
    --cc=perex@perex.cz \
    --cc=rfontana@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=sashal@kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.com \
    --cc=weh@microsoft.com \
    --cc=yuehaibing@huawei.com \
    /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.