From: Joe Perches <joe@perches•com>
To: Frederic Barrat <fbarrat@linux•vnet.ibm.com>,
linuxppc-dev@lists•ozlabs.org, linux-kernel@vger•kernel.org
Cc: arnd@arndb•de, gregkh@linuxfoundation•org, mpe@ellerman•id.au,
andrew.donnellan@au1•ibm.com, alastair@au1•ibm.com
Subject: Re: [PATCH 13/13] ocxl: add MAINTAINERS entry
Date: Mon, 18 Dec 2017 08:04:12 -0800 [thread overview]
Message-ID: <1513613052.31581.84.camel@perches.com> (raw)
In-Reply-To: <44bdca7f352748a658840889d6e6f52561b4a987.1513608243.git.fbarrat@linux.vnet.ibm.com>
On Mon, 2017-12-18 at 16:21 +0100, Frederic Barrat wrote:
> Signed-off-by: Frederic Barrat <fbarrat@linux•vnet.ibm.com>
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1•ibm.com>
> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6e86e20761e..edc9e1db352b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3919,6 +3919,18 @@ F: drivers/scsi/cxlflash/
> F: include/uapi/scsi/cxlflash_ioctls.h
> F: Documentation/powerpc/cxlflash.txt
>
> +OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
> +M: Frederic Barrat <fbarrat@linux•vnet.ibm.com>
> +M: Andrew Donnellan <andrew.donnellan@au1•ibm.com>
> +L: linuxppc-dev@lists•ozlabs.org
> +S: Supported
> +F: arch/powerpc/platforms/powernv/ocxl.c
> +F: arch/powerpc/include/asm/pnv-ocxl.h
> +F: drivers/misc/ocxl/
> +F: include/misc/ocxl*
> +F: include/uapi/misc/ocxl.h
> +F: Documentation/accelerators/ocxl.txt
> +
Alphabetic ordering by section header please...
Maybe CXL - OCXL ...
> CYBERPRO FB DRIVER
> M: Russell King <linux@armlinux•org.uk>
> L: linux-arm-kernel@lists•infradead.org (moderated for non-subscribers)
next prev parent reply other threads:[~2017-12-18 16:04 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-18 15:21 [PATCH 00/13] New driver to support OpenCAPI devices on POWER9 Frederic Barrat
2017-12-18 15:21 ` [PATCH 01/13] powerpc/powernv: Introduce new PHB type for opencapi links Frederic Barrat
2018-01-03 3:53 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 02/13] powerpc/powernv: Set correct configuration space size for opencapi devices Frederic Barrat
2017-12-19 1:14 ` Andrew Donnellan
2018-01-20 9:52 ` Michael Ellerman
2018-01-22 5:07 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 03/13] powerpc/powernv: Add opal calls for opencapi Frederic Barrat
2017-12-19 0:47 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 04/13] powerpc/powernv: Add platform-specific services " Frederic Barrat
2018-01-03 7:31 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 05/13] powerpc/powernv: Capture actag information for the device Frederic Barrat
2017-12-18 15:21 ` [PATCH 06/13] ocxl: Driver code for 'generic' opencapi devices Frederic Barrat
2018-01-03 7:30 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 07/13] ocxl: Add AFU interrupt support Frederic Barrat
2017-12-19 4:05 ` Benjamin Herrenschmidt
2018-01-23 17:10 ` Cédric Le Goater
2017-12-18 15:21 ` [PATCH 08/13] ocxl: Add a kernel API for other opencapi drivers Frederic Barrat
2017-12-18 15:21 ` [PATCH 09/13] ocxl: Add trace points Frederic Barrat
2017-12-18 16:48 ` Philippe Ombredanne
2017-12-20 12:01 ` Frederic Barrat
2017-12-18 15:21 ` [PATCH 10/13] ocxl: Add Makefile and Kconfig Frederic Barrat
2018-01-03 5:48 ` Andrew Donnellan
2018-01-09 15:45 ` Frederic Barrat
2018-01-09 23:21 ` Michael Ellerman
2018-01-10 19:17 ` Frederic Barrat
2017-12-18 15:21 ` [PATCH 11/13] cxl: Remove support for "Processing accelerators" class Frederic Barrat
2017-12-18 23:47 ` Andrew Donnellan
2017-12-18 15:21 ` [PATCH 12/13] ocxl: Documentation Frederic Barrat
2017-12-18 15:21 ` [PATCH 13/13] ocxl: add MAINTAINERS entry Frederic Barrat
2017-12-18 16:04 ` Joe Perches [this message]
2017-12-19 14:39 ` Frederic Barrat
2017-12-19 0:22 ` [PATCH 00/13] New driver to support OpenCAPI devices on POWER9 Andrew Donnellan
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=1513613052.31581.84.camel@perches.com \
--to=joe@perches$(echo .)com \
--cc=alastair@au1$(echo .)ibm.com \
--cc=andrew.donnellan@au1$(echo .)ibm.com \
--cc=arnd@arndb$(echo .)de \
--cc=fbarrat@linux$(echo .)vnet.ibm.com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=mpe@ellerman$(echo .)id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox