From: Maciej Kwapulinski <maciej.kwapulinski@linux.intel.com>
To: Matthew Wilcox <willy@infradead.org>,
"Kwapulinski, Maciej" <maciej.kwapulinski@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>, David Airlie <airlied@linux.ie>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Arnd Bergmann <arnd@arndb.de>, Jonathan Corbet <corbet@lwn.net>,
Derek Kiernan <derek.kiernan@xilinx.com>,
Dragan Cvetic <dragan.cvetic@xilinx.com>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
Olof Johansson <olof@lixom.net>,
dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org,
Mikolaj Grzybowski <mikolajx.grzybowski@intel.com>,
Tomasz Jankowski <tomasz1.jankowski@intel.com>,
Jianxun Zhang <jianxun.zhang@linux.intel.com>
Subject: Re: [PATCH v4 01/10] gna: add PCI driver module
Date: Thu, 20 Oct 2022 19:59:08 +0200 [thread overview]
Message-ID: <36fdd4c2-6922-146d-da8b-37161b467acb@linux.intel.com> (raw)
In-Reply-To: <Y1FWtqtX7QSafbGt@casper.infradead.org>
On 10/20/2022 4:09 PM, Matthew Wilcox wrote:
> On Thu, Oct 20, 2022 at 03:35:16PM +0200, Kwapulinski, Maciej wrote:
>> +++ b/drivers/gpu/drm/gna/Kconfig
>> @@ -0,0 +1,12 @@
>> +#
>> +# Intel(R) Gaussian & Neural Accelerator (Intel(R) GNA)
>> +#
>> +
>> +config DRM_GNA
>> + tristate "Intel(R) Gaussian & Neural Accelerator (Intel(R) GNA)"
>> + depends on X86 && PCI
>> + help
> This is mangled; 'help' should be indented by a tab, not two spaces.
Matthew,
thank you for comment. has just been fixed in v5
WARNING: multiple messages have this Message-ID (diff)
From: Maciej Kwapulinski <maciej.kwapulinski@linux.intel.com>
To: Matthew Wilcox <willy@infradead.org>,
"Kwapulinski, Maciej" <maciej.kwapulinski@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Jonathan Corbet <corbet@lwn.net>,
David Airlie <airlied@linux.ie>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Dragan Cvetic <dragan.cvetic@xilinx.com>,
linux-doc@vger.kernel.org,
Tomasz Jankowski <tomasz1.jankowski@intel.com>,
Mikolaj Grzybowski <mikolajx.grzybowski@intel.com>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
dri-devel@lists.freedesktop.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Derek Kiernan <derek.kiernan@xilinx.com>,
Jianxun Zhang <jianxun.zhang@linux.intel.com>
Subject: Re: [PATCH v4 01/10] gna: add PCI driver module
Date: Thu, 20 Oct 2022 19:59:08 +0200 [thread overview]
Message-ID: <36fdd4c2-6922-146d-da8b-37161b467acb@linux.intel.com> (raw)
In-Reply-To: <Y1FWtqtX7QSafbGt@casper.infradead.org>
On 10/20/2022 4:09 PM, Matthew Wilcox wrote:
> On Thu, Oct 20, 2022 at 03:35:16PM +0200, Kwapulinski, Maciej wrote:
>> +++ b/drivers/gpu/drm/gna/Kconfig
>> @@ -0,0 +1,12 @@
>> +#
>> +# Intel(R) Gaussian & Neural Accelerator (Intel(R) GNA)
>> +#
>> +
>> +config DRM_GNA
>> + tristate "Intel(R) Gaussian & Neural Accelerator (Intel(R) GNA)"
>> + depends on X86 && PCI
>> + help
> This is mangled; 'help' should be indented by a tab, not two spaces.
Matthew,
thank you for comment. has just been fixed in v5
next prev parent reply other threads:[~2022-10-20 18:02 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 13:35 [PATCH v4 00/10] Driver of Intel(R) Gaussian & Neural Accelerator Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 01/10] gna: add PCI driver module Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 14:09 ` Matthew Wilcox
2022-10-20 14:09 ` Matthew Wilcox
2022-10-20 17:59 ` Maciej Kwapulinski [this message]
2022-10-20 17:59 ` Maciej Kwapulinski
2022-10-20 14:32 ` Greg Kroah-Hartman
2022-10-20 14:32 ` Greg Kroah-Hartman
2022-10-20 16:11 ` Maciej Kwapulinski
2022-10-20 16:11 ` Maciej Kwapulinski
2022-10-20 18:00 ` Greg Kroah-Hartman
2022-10-20 18:00 ` Greg Kroah-Hartman
2022-10-20 18:10 ` Maciej Kwapulinski
2022-10-20 18:10 ` Maciej Kwapulinski
2022-10-20 13:35 ` [PATCH v4 02/10] gna: add GNA DRM device Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 03/10] gna: read hardware info Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 04/10] gna: initialize MMU Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 05/10] gna: add GNA_GET_PARAMETER ioctl Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 06/10] gna: add GNA_GEM_NEW and GNA_GEM_FREE ioctls Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 07/10] gna: add GNA_COMPUTE ioctl Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 08/10] gna: add GNA_WAIT ioctl Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 09/10] gna: add power management Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
2022-10-20 13:35 ` [PATCH v4 10/10] gna: add open and close operations on GNA device Kwapulinski, Maciej
2022-10-20 13:35 ` Kwapulinski, Maciej
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=36fdd4c2-6922-146d-da8b-37161b467acb@linux.intel.com \
--to=maciej.kwapulinski@linux.intel.com \
--cc=airlied@linux.ie \
--cc=andy.shevchenko@gmail.com \
--cc=arnd@arndb.de \
--cc=corbet@lwn.net \
--cc=daniel@ffwll.ch \
--cc=derek.kiernan@xilinx.com \
--cc=dragan.cvetic@xilinx.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=jianxun.zhang@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=maciej.kwapulinski@intel.com \
--cc=mikolajx.grzybowski@intel.com \
--cc=mripard@kernel.org \
--cc=olof@lixom.net \
--cc=tomasz1.jankowski@intel.com \
--cc=tzimmermann@suse.de \
--cc=willy@infradead.org \
/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.