All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Oded Gabbay <ogabbay@kernel.org>
Cc: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>,
	Jeffrey Hugo <quic_jhugo@quicinc.com>,
	airlied@gmail.com, daniel@ffwll.ch, mani@kernel.org,
	linux-arm-msm@vger.kernel.org, linux-doc@vger.kernel.org,
	dri-devel@lists.freedesktop.org, quic_ajitpals@quicinc.com,
	quic_pkanojiy@quicinc.com, stanislaw.gruszka@linux.intel.com,
	quic_carlv@quicinc.com, bagasdotme@gmail.com
Subject: Re: [PATCH v5 0/8] QAIC accel driver
Date: Wed, 5 Apr 2023 15:27:29 +0200	[thread overview]
Message-ID: <ZC13QdSRybIe3nvk@phenom.ffwll.local> (raw)
In-Reply-To: <CAFCwf12iVZkcPKOEc911-fCd4-YzHYJzs_p36jfBiT=VkcO9uQ@mail.gmail.com>

On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote:
> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz
> <jacek.lawrynowicz@linux.intel.com> wrote:
> >
> > Hi,
> >
> > On 03.04.2023 19:22, Jeffrey Hugo wrote:
> > > On 3/27/2023 9:54 AM, Jeffrey Hugo wrote:
> > >> This series introduces a driver under the accel subsystem (QAIC -
> > >> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100).  AIC100 is
> > >> a PCIe adapter card that hosts a dedicated machine learning inference
> > >> accelerator.
> > >>
> > >> The previous version (v4) can be found at:
> > >> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/
> > >
> > > Looks like things have been silent on this revision and we have a number of review tags already.  Seems like this series is ready for merge.
> > >
> > > I'd like to see this queued for 6.4 if possible.  Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4.
> > >
> > > Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc.  Thoughts?
> >
> > I'm would be happy to merge it but I think it needs to be acked by Oded first.
> >
> > Regards,
> > Jacek
> 
> Hi,
> Entire patch-set is:
> Acked-by: Oded Gabbay <ogabbay@kernel.org>

Once Jacke has pushed this I htink it would also be good to get Jeffrey
commit rights for drm-misc, so that in the future bugfixes for the qaic
driver can be pushed directly by the qaic team. Still with acks/r-b
requirements as per usual, and I guess for anything bigger/new uapi an ack
from oded is needed.

https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc

Cheers, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Vetter <daniel@ffwll.ch>
To: Oded Gabbay <ogabbay@kernel.org>
Cc: Jeffrey Hugo <quic_jhugo@quicinc.com>,
	bagasdotme@gmail.com, mani@kernel.org,
	linux-arm-msm@vger.kernel.org, linux-doc@vger.kernel.org,
	dri-devel@lists.freedesktop.org, quic_ajitpals@quicinc.com,
	quic_pkanojiy@quicinc.com, stanislaw.gruszka@linux.intel.com,
	quic_carlv@quicinc.com,
	Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Subject: Re: [PATCH v5 0/8] QAIC accel driver
Date: Wed, 5 Apr 2023 15:27:29 +0200	[thread overview]
Message-ID: <ZC13QdSRybIe3nvk@phenom.ffwll.local> (raw)
In-Reply-To: <CAFCwf12iVZkcPKOEc911-fCd4-YzHYJzs_p36jfBiT=VkcO9uQ@mail.gmail.com>

On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote:
> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz
> <jacek.lawrynowicz@linux.intel.com> wrote:
> >
> > Hi,
> >
> > On 03.04.2023 19:22, Jeffrey Hugo wrote:
> > > On 3/27/2023 9:54 AM, Jeffrey Hugo wrote:
> > >> This series introduces a driver under the accel subsystem (QAIC -
> > >> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100).  AIC100 is
> > >> a PCIe adapter card that hosts a dedicated machine learning inference
> > >> accelerator.
> > >>
> > >> The previous version (v4) can be found at:
> > >> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/
> > >
> > > Looks like things have been silent on this revision and we have a number of review tags already.  Seems like this series is ready for merge.
> > >
> > > I'd like to see this queued for 6.4 if possible.  Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4.
> > >
> > > Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc.  Thoughts?
> >
> > I'm would be happy to merge it but I think it needs to be acked by Oded first.
> >
> > Regards,
> > Jacek
> 
> Hi,
> Entire patch-set is:
> Acked-by: Oded Gabbay <ogabbay@kernel.org>

Once Jacke has pushed this I htink it would also be good to get Jeffrey
commit rights for drm-misc, so that in the future bugfixes for the qaic
driver can be pushed directly by the qaic team. Still with acks/r-b
requirements as per usual, and I guess for anything bigger/new uapi an ack
from oded is needed.

https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc

Cheers, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

  reply	other threads:[~2023-04-05 13:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 15:54 [PATCH v5 0/8] QAIC accel driver Jeffrey Hugo
2023-03-27 15:54 ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 1/8] accel/qaic: Add documentation for AIC100 accelerator driver Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 2/8] accel/qaic: Add uapi and core driver file Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 3/8] accel/qaic: Add MHI controller Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 4/8] accel/qaic: Add control path Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 5/8] accel/qaic: Add datapath Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 6/8] accel/qaic: Add mhi_qaic_cntl Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 7/8] accel/qaic: Add qaic driver to the build system Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-03-27 15:54 ` [PATCH v5 8/8] MAINTAINERS: Add entry for QAIC driver Jeffrey Hugo
2023-03-27 15:54   ` Jeffrey Hugo
2023-04-03 17:22 ` [PATCH v5 0/8] QAIC accel driver Jeffrey Hugo
2023-04-03 17:22   ` Jeffrey Hugo
2023-04-05 11:26   ` Jacek Lawrynowicz
2023-04-05 11:26     ` Jacek Lawrynowicz
2023-04-05 12:35     ` Oded Gabbay
2023-04-05 12:35       ` Oded Gabbay
2023-04-05 13:27       ` Daniel Vetter [this message]
2023-04-05 13:27         ` Daniel Vetter
2023-04-05 14:28         ` Jeffrey Hugo
2023-04-05 14:28           ` Jeffrey Hugo
2023-04-06  6:34           ` Jacek Lawrynowicz
2023-04-06  6:34             ` Jacek Lawrynowicz
2023-04-06 13:15             ` Jeffrey Hugo
2023-04-06 13:15               ` Jeffrey Hugo

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=ZC13QdSRybIe3nvk@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@gmail.com \
    --cc=bagasdotme@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jacek.lawrynowicz@linux.intel.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=quic_ajitpals@quicinc.com \
    --cc=quic_carlv@quicinc.com \
    --cc=quic_jhugo@quicinc.com \
    --cc=quic_pkanojiy@quicinc.com \
    --cc=stanislaw.gruszka@linux.intel.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.